Opened 16 years ago

Closed 15 years ago

#942 closed bug (Invalid)

WebUI broken?

Reported by: asturking@gmail.com Owned by: mvoncken
Priority: major Milestone:
Component: Web UI Version: 1.1.7
Keywords: webui not well-formed Cc:

Description

I try to conect to my client by webui and i get this mesage


ExpatError : not well-formed (invalid token): line 1592, column 39


--Deluge Error-- ExpatError : not well-formed (invalid token): line 1592, column 39 path : /index file : /var/lib/python-support/python2.5/deluge/xmlrpclib.py in feed, line 546

--Input-- <Storage {}>

--Versions-- WebUi : 1.1.7r Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]:

--Traceback--

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 87, in deco

return func(self, name) #check_session:ok

File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 105, in deco

return func(self, name) #check_connected:ok

File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 60, in deco

res = func(self, name) #deluge_page_noauth

File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 156, in deco

return func(self, name) #auto_refreshed

File "/var/lib/python-support/python2.5/deluge/ui/webui/pages.py", line 116, 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 93, in request

return self._parse_response(h.getfile(), sock)

File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1338, in _parse_response

p.feed(response)

File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 547, in feed

self._parser.Parse(data, 0)

Change History (1)

comment:1 by Damien Churchill, 15 years ago

Resolution: invalid
Status: newclosed

deluge rpc has changed in 1.2 so this is now invalid

Note: See TracTickets for help on using tickets.