1 | --Deluge Error--
|
---|
2 | ExpatError : not well-formed (invalid token): line 6882, column 87
|
---|
3 | path : /index
|
---|
4 | file : /var/lib/python-support/python2.5/deluge/xmlrpclib.py in feed, line 546
|
---|
5 |
|
---|
6 | --Input--
|
---|
7 | <Storage {}>
|
---|
8 |
|
---|
9 | --Versions--
|
---|
10 | WebUi : 1.1.1r
|
---|
11 | Python 2.5.2 (r252:60911, Nov 14 2008, 19:46:32)
|
---|
12 | [GCC 4.3.2]:
|
---|
13 |
|
---|
14 | --Traceback--
|
---|
15 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
|
---|
16 | result = func()
|
---|
17 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
|
---|
18 | func = lambda: handle(inp, fvars)
|
---|
19 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
|
---|
20 | return tocall(*([x and urllib.unquote(x) for x in args] + fna))
|
---|
21 | File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 75, in deco
|
---|
22 | return func(self, name) #check_session:ok
|
---|
23 | File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 93, in deco
|
---|
24 | return func(self, name) #check_connected:ok
|
---|
25 | File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 48, in deco
|
---|
26 | res = func(self, name) #deluge_page_noauth
|
---|
27 | File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 144, in deco
|
---|
28 | return func(self, name) #auto_refreshed
|
---|
29 | File "/var/lib/python-support/python2.5/deluge/ui/webui/pages.py", line 103, in GET
|
---|
30 | torrents = proxy.get_torrents_status(filter_dict, TORRENT_KEYS)
|
---|
31 | File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1150, in __call__
|
---|
32 | return self.__send(self.__name, args)
|
---|
33 | File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1440, in __request
|
---|
34 | verbose=self.__verbose
|
---|
35 | File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 81, in request
|
---|
36 | return self._parse_response(h.getfile(), sock)
|
---|
37 | File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1338, in _parse_response
|
---|
38 | p.feed(response)
|
---|
39 | File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 547, in feed
|
---|
40 | self._parser.Parse(data, 0)
|
---|