Page 1 of 1

Deluge Web UI Setup

Posted: Tue Sep 02, 2014 11:48 am
by vanhoopstallion
Hi,

I’ve successfully gone through the torrent box tutorial, but I’m stuck on the deluge web UI.

http://www.howtogeek.com/142044/how-to- ... rrent-box/

To install the WebUI, go to the terminal on your Pi and enter the following commands. Note: If you already installed the Deluge daemon in the ThinClient section of the tutorial, skip the first command here.

Code: Select all

sudo apt-get install deluged

sudo apt-get install python-mako

sudo apt-get install deluge-web

Code: Select all

deluge-web
The issue is running “deluge-web” – this command makes the terminal session hang. The web UI is useable though, I can log in and use the UI, change password etc. But cannot then move on to the next stage of the tutorial to edit the web.conf file as it never gets created. I would like to edit the port number to 8080, which I can’t do through the web UI.

this is the error message

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge-web", line 9, in <module>
    load_entry_point('deluge==1.3.3', '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 436, in listenTCP
    p.startListening()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 641, 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.


Any help would be great, cheers

Re: Deluge Web UI Setup

Posted: Fri Feb 06, 2015 1:20 am
by ekimyar
I had the same problem, but when I looked at .config/deluge/ the web.conf file was there and editable with nano. I ran it several times, after killed all the deluge daemons and then restarting deluge and deluge-web only. When I ctrl-c to get a new $ ~ prompt, then checked .config/deluge/, web.conf was there.

Weird.

Re: Deluge Web UI Setup

Posted: Fri Jan 22, 2016 1:08 pm
by csornijcuppo
Hello!

Sorry about my bad english, but I think that I have found the solution about this problem:

The command must have been looked in this way: deluge-web --fork

(http://dev.deluge-torrent.org/wiki/User ... ient#WebUI)

It works for me!

Bye!
csornijcuppo