Re: WebUI broken
Posted: Tue Mar 03, 2009 10:42 pm
Did you update the version of deluge also?
Support Forum for the Deluge BitTorrent Client
https://forum.deluge-torrent.org/
Code: Select all
sudo deluge -u web
Code: Select all
claudio@debian:~$ sudo deluge -u web
[ERROR ] 12:12:34 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 "/usr/lib/pymodules/python2.5/deluge/main.py", line 120, in start_ui
UI(options, args, options.args)
File "/usr/lib/pymodules/python2.5/deluge/ui/ui.py", line 66, in __init__
sys.exit(0)
NameError: global name 'sys' is not defined
Code: Select all
claudio@debian:~$ deluge
1.1.3
[and then it crashes]