Page 1 of 1

Can't Start WebUI

Posted: Tue May 26, 2009 10:44 pm
by jhpope
Hello, I'm a total linux/deluge n00b. I installed jaunty server on an old pc and am trying to turn it into a headless server for torrents. I read good things about deluge so I installed it. I also installed the webui using apt-get. Deluge starts fine but when I try to start the webui I get the following error

Code: Select all

jhpope@jserver:~$ deluge -u web
/var/lib/python-support/python2.6/deluge/ui/webui/lib/webpy022/utils.py:138: DeprecationWarning: the sets module is deprecated
  from sets import Set
/var/lib/python-support/python2.6/deluge/ui/webui/utils.py:45: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  from md5 import md5
I tried to update webui but it says I have the latest version. Any ideas?

Thanks

Re: Can't Start WebUI

Posted: Tue May 26, 2009 11:10 pm
by johnnyg
those are just warnings, the webui should still run, have you tried accessing http://server:8112?

Re: Can't Start WebUI

Posted: Wed May 27, 2009 12:49 am
by jhpope
Opps, yes it works! I set up the init.d so it starts up automatically now too.

I tried to start some torrents but it says Error: Network is unreachable

I have opened a port in my router and forwarded it the server. I set this port in both the incoming and outgoing part of the config. Is this wrong?