Can't make new labels

General support for problems installing or using Deluge
User avatar
DJ Nativus
New User
New User
Posts: 4
Joined: Tue Mar 01, 2011 3:12 am
Location: Austin, TX

Can't make new labels

Post by DJ Nativus »

I just got Deluge running and activated the included Labels plugin. I've been using labels in ruTorrent so was excited to take advantage of this in Deluge. Unfortunately, when I right click on (no label) in the filters sidebar, I can go to Add and type in a name and hit okay, but nothing happens. The window doesn't close, the text doesn't erase, nothing. Only thing I Can do is close the window and the label isn't created. This happens in Firefox. I tried Chrome and right-clicking no label and clicking add gets no response at all. Did I forget to setup something? This is Deluge WebUI running on a Linux seedbox. I'm not sure the version number, but I believe it's the most recent one. My webhost installed it. Let me know what I can do to fix this. Thanks!
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Can't make new labels

Post by Cas »

what version of deluge
User avatar
DJ Nativus
New User
New User
Posts: 4
Joined: Tue Mar 01, 2011 3:12 am
Location: Austin, TX

Re: Can't make new labels

Post by DJ Nativus »

1.3.1

I'm thinking of going back to ruTorrent :<
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Can't make new labels

Post by Cas »

I find it rather strange since no-one else has reported this problem.

One thing you could try is to append '?dev=true' to the webui url to see if that helps.

Code: Select all

localhost:8112?dev=true
You could also try setting up ThinClient and use the gtk ui.
User avatar
DJ Nativus
New User
New User
Posts: 4
Joined: Tue Mar 01, 2011 3:12 am
Location: Austin, TX

Re: Can't make new labels

Post by DJ Nativus »

no luck with that.. I don't really want to mess with the thin client and gtk stuff. I think I'll just go with ruTorrent.
User avatar
DJ Nativus
New User
New User
Posts: 4
Joined: Tue Mar 01, 2011 3:12 am
Location: Austin, TX

Re: Can't make new labels

Post by DJ Nativus »

I was reading this topic and thinking "Gods, what a douche" and it was me XD I had no idea.

Anyways, oddly enough, I'm still having this issue. I'm using Deluge Web US 1.3.5 with the latest version of Firefox. When I right click on No Label and select New Label, I get a box that pops up with a box to type in the add label. When I and hit OK nothing happens. Now when I go to Add Label and I click that, nothing happens. Anything I can try?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Can't make new labels

Post by Cas »

I am seeing the same issue after initially enabling the plugin but if you restart deluge-web and deluged it should resolve it.

http://dev.deluge-torrent.org/ticket/2125
Christov
New User
New User
Posts: 7
Joined: Mon Oct 08, 2012 6:27 pm

Re: Can't make new labels

Post by Christov »

Cas wrote:I am seeing the same issue after initially enabling the plugin but if you restart deluge-web and deluged it should resolve it.

http://dev.deluge-torrent.org/ticket/2125
I found this topic as well, sadly restarting deluge and deluge-web did not work; should have mentioned that.
Interestingly, I tried again and this time I get an error when I try to restart deluge-web:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge-web", line 9, in <module>
    load_entry_point('deluge==1.3.5', 'console_scripts', 'deluge-web')()
  File "/usr/lib/python2.7/dist-packages/deluge/ui/web/web.py", line 138, in start
    web.start()
  File "/usr/lib/python2.7/dist-packages/deluge/ui/web/web.py", line 125, in start
    self.server.start()
  File "/usr/lib/python2.7/dist-packages/deluge/ui/web/server.py", line 665, in start
    self.start_normal()
  File "/usr/lib/python2.7/dist-packages/deluge/ui/web/server.py", line 673, in start_normal
    self.socket = reactor.listenTCP(self.port, self.site)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 419, in listenTCP
    p.startListening()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 867, in startListening
    raise CannotListenError, (self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on any:8112: [Errno 98] Address already in use.
Not sure what all this means as I am most certainly a linux newbie... any suggestions?
Christov
New User
New User
Posts: 7
Joined: Mon Oct 08, 2012 6:27 pm

Re: Can't make new labels

Post by Christov »

*bump* any help from any kind souls? :)
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Can't make new labels

Post by Cas »

Are you sure the web plugin it not already running? Is another application running on that port, 8112?
Post Reply