WebUI broken

General support for problems installing or using Deluge
lvleph
Member
Member
Posts: 12
Joined: Sun Feb 22, 2009 2:09 am

WebUI broken

Post by lvleph »

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;

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
From Terminal after running deluge -u web;

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
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: WebUI broken

Post by andar »

Did you install deluge-web?
lvleph
Member
Member
Posts: 12
Joined: Sun Feb 22, 2009 2:09 am

Re: WebUI broken

Post by lvleph »

andar wrote:Did you install deluge-web?
It is a separate package now? I can't seem to find it. If you are referring to the plug-ins section; I cannot find it in there.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: WebUI broken

Post by andar »

lvleph wrote:
andar wrote:Did you install deluge-web?
It is a separate package now? I can't seem to find it. If you are referring to the plug-ins section; I cannot find it in there.
It's in the ppa..
lvleph
Member
Member
Posts: 12
Joined: Sun Feb 22, 2009 2:09 am

Re: WebUI broken

Post by lvleph »

andar wrote:
lvleph wrote:
andar wrote:Did you install deluge-web?
It is a separate package now? I can't seem to find it. If you are referring to the plug-ins section; I cannot find it in there.
It's in the ppa..
I added the PPA (obviously since that is where 1.1.3 comes from), but when I tried sudo apt-get install deluge-web it says it could not find the package; even after sudo apt-get update.

EDIT: The package is deluge-webui not deluge-web.
lvleph
Member
Member
Posts: 12
Joined: Sun Feb 22, 2009 2:09 am

Re: WebUI broken

Post by lvleph »

I got that installed and started the webui using deluge -u web, but after logging in and selecting the daemon to use I get
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
lvleph
Member
Member
Posts: 12
Joined: Sun Feb 22, 2009 2:09 am

Re: WebUI broken

Post by lvleph »

No one?
draggy
New User
New User
Posts: 7
Joined: Thu Feb 26, 2009 3:44 pm

Re: WebUI broken

Post by draggy »

are you using ssl? remove the certs and try normally.
lvleph
Member
Member
Posts: 12
Joined: Sun Feb 22, 2009 2:09 am

Re: WebUI broken

Post by lvleph »

I didn't setup ssl, so I don't think so.
homolibere
New User
New User
Posts: 4
Joined: Mon Mar 02, 2009 8:11 am

Re: WebUI broken

Post by homolibere »

I also hav this problem

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)
AttributeError: 'NoneType' object has no attribute 'write'
i assume this cames with apdates of python2 on my Ubuntu 9.04 beta
Post Reply