WebUI broken
Posted: Sun Feb 22, 2009 2:13 am
I just upgraded to 1.1.3 in Ubuntu 8.10 Intrepid Ibex and now I have no WebUI. This is killing me, because it is how I control everything. Here are the errors I get:
From Browser;
From Terminal after running deluge -u web;
From Browser;
Code: Select all
Traceback (most recent call last):
File "/usr/share/deluge/plugins/WebUi/lib/gtk_cherrypy_wsgiserver.py", line 659, in communicate
File "/usr/share/deluge/plugins/WebUi/lib/gtk_cherrypy_wsgiserver.py", line 392, in respond
File "/usr/share/deluge/plugins/WebUi/lib/webpy022/webapi.py", line 308, in wsgifunc
File "/usr/share/deluge/plugins/WebUi/lib/webpy022/webapi.py", line 170, in _debugwrite
IOError: [Errno 32] Broken pipe
Code: Select all
[ERROR ] 21:07:26 ui:65 Unable to find the requested UI: web. Please select a different UI with the '-u' option or alternatively use the '-s' option to select a different default UI.
Traceback (most recent call last):
File "/usr/bin/deluge", line 8, in <module>
load_entry_point('deluge==1.1.3', 'console_scripts', 'deluge')()
File "/var/lib/python-support/python2.5/deluge/main.py", line 120, in start_ui
UI(options, args, options.args)
File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 66, in __init__
sys.exit(0)
NameError: global name 'sys' is not defined