webui keeps breaking
Posted: Thu Sep 10, 2009 9:36 pm
I decided to change to deluge, and remove torrentflux from my server as its ment to be lighter and doesnt need all the data base stuff.
In the middle of configuring the webui i get a error:
edit: im using this init script to start deluge: http://dev.deluge-torrent.org/wiki/UserGuide/InitScript
edit: the first time it happened after changing the password, the 2nd it happened after changing the theme
im running ubuntu 9.04.
i have tried removing the webconfiguration file, and starting fresh, and i always end up with the same error eventualy,
how do i fix this?
thanks Markp1989
In the middle of configuring the webui i get a error:
edit: im using this init script to start deluge: http://dev.deluge-torrent.org/wiki/UserGuide/InitScript
edit: the first time it happened after changing the password, the 2nd it happened after changing the theme
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 {'filter_value': 'All', 'filter_cat': 'state', 'order': 'down', 'sort': 'download_rate'}>
--Versions--
WebUi : 1.1.6r
Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18)
[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])
i have tried removing the webconfiguration file, and starting fresh, and i always end up with the same error eventualy,
how do i fix this?
thanks Markp1989