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 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.