Can't Start WebUI

General support for problems installing or using Deluge
Post Reply
jhpope

Can't Start WebUI

Post 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
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Can't Start WebUI

Post by johnnyg »

those are just warnings, the webui should still run, have you tried accessing http://server:8112?
jhpope

Re: Can't Start WebUI

Post 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?
Post Reply