webui home broke 1.1.2

General support for problems installing or using Deluge
Post Reply
xls

webui home broke 1.1.2

Post by xls »

i have the deluge deamon running on my headless ubuntu server and that is working fine
the webui however keeps giving me an error right after i login.
i know i'm logged in because i can go to the config page and change the settings, however i cannot view a list of my torrents when i click on the home tab
i was using 1.0.7 before updating to 1.1.2 and i now have this issue
i'm asking for help because i don't know how to read the traceback and figure this out for myself. i'm fully capable of figuring things out but i need a push in the right direction.

thanks in advance for any insight you may provide

Traceback

Code: Select all

  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
    result = func()
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
    func = lambda: handle(inp, fvars)
  File "/var/lib/python-support/python2.5/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.5/deluge/ui/webui/page_decorators.py", line 75, in deco
    return func(self, name) #check_session:ok
  File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 93, in deco
    return func(self, name) #check_connected:ok
  File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 48, in deco
    res = func(self, name) #deluge_page_noauth
  File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 144, in deco
    return func(self, name) #auto_refreshed
  File "/var/lib/python-support/python2.5/deluge/ui/webui/pages.py", line 103, in GET
    torrents =  proxy.get_torrents_status(filter_dict, TORRENT_KEYS)
  File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1150, in __call__
    return self.__send(self.__name, args)
  File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1440, in __request
    verbose=self.__verbose
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 81, in request
    return self._parse_response(h.getfile(), sock)
  File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1343, in _parse_response
    return u.close()
  File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 787, in close
    raise Fault(**self._stack[0])
Fault: <Fault 1: "<type 'exceptions.KeyError'>:'label'">
xls

Re: webui home broke 1.1.2

Post by xls »

i was using the console ui to interface with the daemon to finish the torrents i had started.
today i just started the webui on a whim and i no longer receive the above error after logging in.
i dunno what changed, but i'm glad that the webui is working again.
Post Reply