Oops, Deluge Broke ...

General support for problems installing or using Deluge
patrice
New User
New User
Posts: 6
Joined: Sun Mar 01, 2009 4:33 pm

Oops, Deluge Broke ...

Post 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
patrice
New User
New User
Posts: 6
Joined: Sun Mar 01, 2009 4:33 pm

Re: Oops, Deluge Broke ...

Post 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
patrice
New User
New User
Posts: 6
Joined: Sun Mar 01, 2009 4:33 pm

Re: Oops, Deluge Broke ...

Post 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
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Oops, Deluge Broke ...

Post by johnnyg »

I'm pretty sure that bug was fixed, are you using the latest version?
damoxc
Top Bloke
Top Bloke
Posts: 117
Joined: Sat Jul 19, 2008 7:26 pm
Location: Hampshire, UK
Contact:

Re: Oops, Deluge Broke ...

Post 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.
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: Oops, Deluge Broke ...

Post 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.
patrice
New User
New User
Posts: 6
Joined: Sun Mar 01, 2009 4:33 pm

Re: Oops, Deluge Broke ...

Post 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
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Oops, Deluge Broke ...

Post by johnnyg »

what template are you using (classic, white, ajax) ?
damoxc
Top Bloke
Top Bloke
Posts: 117
Joined: Sat Jul 19, 2008 7:26 pm
Location: Hampshire, UK
Contact:

Re: Oops, Deluge Broke ...

Post by damoxc »

Also if you are able to provide a stacktrace of the crash that would help a lot in finding the problem.
patrice
New User
New User
Posts: 6
Joined: Sun Mar 01, 2009 4:33 pm

Re: Oops, Deluge Broke ...

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