Page 1 of 1

web ui crashed

Posted: Mon Jul 27, 2009 5:56 pm
by kanyi
The problem, I can't use the web UI. My PC on system start, automatically start the deluged daemon, and the web interface. But after an half hour, the webui is crashed. The messages:

Web interface massege:

--Deluge Error--
IOError : unsupported XML-RPC protocol
path : /connect
file : /var/lib/python-support/python2.6/deluge/xmlrpclib.py in __init__, line 1413

--Input--
<Storage {'other_uri': '192.168.1.111:58846', 'uri': 'other', 'submit': 'Csatlakoz\xc3\xa1s'}>

--Versions--
WebUi : 1.1.6r
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3]:

--Traceback--
File "/var/lib/python-support/python2.6/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
result = func()
File "/var/lib/python-support/python2.6/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
func = lambda: handle(inp, fvars)
File "/var/lib/python-support/python2.6/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
return tocall(*([x and urllib.unquote(x) for x in args] + fna))
File "/var/lib/python-support/python2.6/deluge/ui/webui/pages.py", line 334, in POST
utils.daemon_connect(uri)
File "/var/lib/python-support/python2.6/deluge/ui/webui/utils.py", line 210, in daemon_connect
sclient.set_core_uri(uri)
File "/var/lib/python-support/python2.6/deluge/ui/client.py", line 330, in set_core_uri
return self.core.set_core_uri(uri)
File "/var/lib/python-support/python2.6/deluge/ui/client.py", line 196, in set_core_uri
self.get_rpc_core()
File "/var/lib/python-support/python2.6/deluge/ui/client.py", line 205, in get_rpc_core
self.rpc_core = xmlrpclib.ServerProxy(self._uri.replace("localhost", "127.0.0.1"), allow_none=True, transport=Transport())
File "/var/lib/python-support/python2.6/deluge/xmlrpclib.py", line 1414, in __init__
raise IOError, "unsupported XML-RPC protocol"

Console message:

[ERROR ] 19:30:52 client:158 Socket or XMLRPC error: <ProtocolError for localclient:ca8be5205f757aaab73750739569780723cc7205@127.0.0.1:58846/RPC2: 401 Unauthorized>
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
result = func()
File "/var/lib/python-support/python2.6/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
func = lambda: handle(inp, fvars)
File "/var/lib/python-support/python2.6/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
return tocall(*([x and urllib.unquote(x) for x in args] + fna))
File "/var/lib/python-support/python2.6/deluge/ui/webui/pages.py", line 334, in POST
utils.daemon_connect(uri)
File "/var/lib/python-support/python2.6/deluge/ui/webui/utils.py", line 210, in daemon_connect
sclient.set_core_uri(uri)
File "/var/lib/python-support/python2.6/deluge/ui/client.py", line 330, in set_core_uri
return self.core.set_core_uri(uri)
File "/var/lib/python-support/python2.6/deluge/ui/client.py", line 196, in set_core_uri
self.get_rpc_core()
File "/var/lib/python-support/python2.6/deluge/ui/client.py", line 205, in get_rpc_core
self.rpc_core = xmlrpclib.ServerProxy(self._uri.replace("localhost", "127.0.0.1"), allow_none=True, transport=Transport())
File "/var/lib/python-support/python2.6/deluge/xmlrpclib.py", line 1414, in __init__
raise IOError, "unsupported XML-RPC protocol"
IOError: unsupported XML-RPC protocol

/var/lib/python-support/python2.6/deluge/ui/webui/debugerror.py:333: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
exception_message = exception_value.message

Re: web ui crashed

Posted: Mon Jul 27, 2009 5:57 pm
by kanyi
Oh, the system is an Ubuntu 9.04. Intel Atom 1.6 processor.