Page 1 of 2

Can't make new labels

Posted: Tue Mar 01, 2011 3:22 am
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!

Re: Can't make new labels

Posted: Tue Mar 01, 2011 1:21 pm
by Cas
what version of deluge

Re: Can't make new labels

Posted: Tue Mar 01, 2011 4:34 pm
by DJ Nativus
1.3.1

I'm thinking of going back to ruTorrent :<

Re: Can't make new labels

Posted: Tue Mar 01, 2011 7:23 pm
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.

Re: Can't make new labels

Posted: Tue Mar 01, 2011 7:27 pm
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.

Re: Can't make new labels

Posted: Sat Oct 06, 2012 4:09 am
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?

Re: Can't make new labels

Posted: Sat Oct 06, 2012 10:47 am
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

Re: Can't make new labels

Posted: Mon Oct 08, 2012 7:18 pm
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?

Re: Can't make new labels

Posted: Fri Oct 12, 2012 4:35 pm
by Christov
*bump* any help from any kind souls? :)

Re: Can't make new labels

Posted: Fri Oct 12, 2012 6:28 pm
by Cas
Are you sure the web plugin it not already running? Is another application running on that port, 8112?