Page 1 of 2

Oops, Deluge Broke ...

Posted: Sun Mar 01, 2009 5:05 pm
by patrice
Hi all
I'm new deluge user on Debian lenny server
I have error "Oops, Deluge Broke ..."
ExpatError : not well-formed (invalid token): line 210, column 54
I received this error when i tryed to add a torrent file
Can you help me please
Thanks
Regards
Patrice

Re: Oops, Deluge Broke ...

Posted: Mon Mar 02, 2009 7:45 am
by patrice
Now after restarting always have error !
I can't go into webui without having this error !
How to remove this error message ?
Thanks

Re: Oops, Deluge Broke ...

Posted: Tue Mar 03, 2009 1:30 pm
by patrice
Found solution !
1 deluge go in the garbage,
2 Transmission install and setup (5min)
3 Launch and Work fine
Thanks for your help
Bye

Re: Oops, Deluge Broke ...

Posted: Tue Mar 03, 2009 2:03 pm
by johnnyg
I'm pretty sure that bug was fixed, are you using the latest version?

Re: Oops, Deluge Broke ...

Posted: Tue Mar 03, 2009 6:51 pm
by damoxc
patrice wrote:Found solution !
1 deluge go in the garbage,
2 Transmission install and setup (5min)
3 Launch and Work fine
Thanks for your help
Bye
How rude. Enjoy Transmission.

Re: Oops, Deluge Broke ...

Posted: Wed Mar 04, 2009 12:36 am
by loki
Take notice, they didn't even mention which version they were using, could be a very crucial bit of information if you are looking for help... which they apparently didn't get soon enough.

Re: Oops, Deluge Broke ...

Posted: Wed Mar 04, 2009 9:54 am
by patrice
Hi All
Thanks fo your comments !
Ok sorry, perhaps i'm a little to precipitate !
The version i tested to use is : 1.1.3
Patrice

Re: Oops, Deluge Broke ...

Posted: Wed Mar 04, 2009 9:58 am
by johnnyg
what template are you using (classic, white, ajax) ?

Re: Oops, Deluge Broke ...

Posted: Wed Mar 04, 2009 10:00 am
by damoxc
Also if you are able to provide a stacktrace of the crash that would help a lot in finding the problem.

Re: Oops, Deluge Broke ...

Posted: Wed Mar 04, 2009 10:35 am
by patrice
Sorry i'm new user, I don't know the template using, where i can find it ?
about stacktrace i think is following
traceback :

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

--Input--
<Storage {}>

--Versions--
WebUi : 1.1.3r
Python 2.5.4 (r254:67916, Feb 17 2009, 20:16:45)
[GCC 4.3.3]:

--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 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 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)