Page 1 of 1

Deluge 9.04 webui trouble

Posted: Wed Jul 30, 2008 11:41 pm
by rfarris
I'm running deluge on a ubuntu server 8.04 box, and trying to connect to the webui from another box.

Ive never used the webui before so I might be missing something, but when I try to connect to webui after starting the deluge daemon(deluged) then starting the webui(deluge -u web), I get a "IOError: unsupported XML-RPC protocol" error. What should I do?

Re: Deluge 9.04 webui trouble

Posted: Thu Jul 31, 2008 6:20 pm
by mvoncken
I think it's a misconfigured daemon-url.
remove ~/config/deluge/webui06.state and try again.

Re: Deluge 9.04 webui trouble

Posted: Tue Apr 14, 2009 9:27 pm
by homolibere

Code: Select all

--Deluge Error--
Fault : <Fault 1: "<type 'exceptions.IndexError'>:address_v4 from unsigned long">
path : /index
file : /var/lib/python-support/python2.6/deluge/xmlrpclib.py in close, line 786

--Input--
<Storage {}>

--Versions--
WebUi : 1.1.6r
Python 2.6.2c1 (release26-maint, Apr  8 2009, 01:03:04) 
[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/page_decorators.py", line 87, in deco
    return func(self, name) #check_session:ok
  File "/var/lib/python-support/python2.6/deluge/ui/webui/page_decorators.py", line 105, in deco
    return func(self, name) #check_connected:ok
  File "/var/lib/python-support/python2.6/deluge/ui/webui/page_decorators.py", line 60, in deco
    res = func(self, name) #deluge_page_noauth
  File "/var/lib/python-support/python2.6/deluge/ui/webui/page_decorators.py", line 156, in deco
    return func(self, name) #auto_refreshed
  File "/var/lib/python-support/python2.6/deluge/ui/webui/pages.py", line 116, in GET
    torrents =  proxy.get_torrents_status(filter_dict, TORRENT_KEYS)
  File "/var/lib/python-support/python2.6/deluge/xmlrpclib.py", line 1150, in __call__
    return self.__send(self.__name, args)
  File "/var/lib/python-support/python2.6/deluge/xmlrpclib.py", line 1440, in __request
    verbose=self.__verbose
  File "/var/lib/python-support/python2.6/deluge/ui/client.py", line 93, in request
    return self._parse_response(h.getfile(), sock)
  File "/var/lib/python-support/python2.6/deluge/xmlrpclib.py", line 1343, in _parse_response
    return u.close()
  File "/var/lib/python-support/python2.6/deluge/xmlrpclib.py", line 787, in close
    raise Fault(**self._stack[0])
any ideas?