Deluge 1.1.7 & WebUI

General support for problems installing or using Deluge
Post Reply
Golork
New User
New User
Posts: 5
Joined: Tue May 12, 2009 8:17 pm

Deluge 1.1.7 & WebUI

Post by Golork »

Hi all, first thanks for this BitTorrent client as Deluge.

But for now I have one problem with the Deluge WebUI :
1 - I run Deluge
2 - I run the daemon with "localhost:58846"
3 - I run Deluge UI and configure port torrent for other than 58846, we call it PortD and I use it on incoming & outgoing
4 - I put PortD on my firewall
5 - now I try to run the WebUI with adress "http://localhost:8112/index"
6 - I can see the login page and at the top left I can see the upload & download rate, the disk space, etc. So Deluge works correctly.
7 - I put "deluge" (without quote) in login textarea, clic submit and have this error :

Code: Select all

Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 628, in communicate
    req.respond()
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 361, in respond
    response = self.wsgi_app(self.environ, self.start_response)
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 314, in wsgifunc
    print >> debug, traceback.format_exc()
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 170, in _debugwrite
    out.write(x)
IOError: [Errno 5] Input/output error
I try to close Deluge without closing the daemon, the same.
I ty to run the command "deluge --ui web", the same.
I try to use this command "sudo apt-get update && sudo apt-get upgrade", the same.

What can I do now to work the WebUI ??
Maybe an uninstall of all deluge package, and reinstall all package, but if there are an order to install them, can you explain me what is the order ?

Thanks for all answer you could give me.
Golork
New User
New User
Posts: 5
Joined: Tue May 12, 2009 8:17 pm

Re: Deluge 1.1.7 & WebUI

Post by Golork »

So no one can help me ??? :(
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Deluge 1.1.7 & WebUI

Post by johnnyg »

it's basically dying when trying to write to the log file or sys.stderr.
that sounds like a serious error though :(
Post Reply