Ticket #798 (closed bug: fixed)

Opened 18 months ago

Last modified 15 months ago

Error on enter in webui

Reported by: anonymous Owned by: mvoncken
Priority: major Milestone:
Component: webui Version: 1.1.6
Keywords: Cc:

Description

Hi! I have updated deluge from 1.1.0 to 1.1.2 today, and after restart daemon and webui I get error in webui right away on enter:

Fault : <Fault 1: "<type 'exceptions.IndexError?'>:address_v4 from unsigned long">

and below detailed information of course, it here  http://paste.org.ru/?829rbl

Attachments

traceback.txt (2.1 KB) - added by anonymous@… 16 months ago.
traceback, bug still exists in 1.1.5

Change History

Changed 17 months ago by anonymous

-Deluge Error-- Fault : <Fault 1: "<type 'exceptions.IndexError?'>:address_v4 from unsigned long"> path : /index file : /usr/lib/python2.6/site-packages/deluge/xmlrpclib.py in close, line 786

--Input-- <Storage {}>

--Versions-- WebUi? : 1.1.3r Python 2.6.1 (r261:67515, Dec 7 2008, 18:56:39) [GCC 4.3.2]:

--Traceback--

File "/usr/lib/python2.6/site-packages/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc

result = func()

File "/usr/lib/python2.6/site-packages/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>

func = lambda: handle(inp, fvars)

File "/usr/lib/python2.6/site-packages/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle

return tocall(*([x and urllib.unquote(x) for x in args] + fna))

File "/usr/lib/python2.6/site-packages/deluge/ui/webui/page_decorators.py", line 75, in deco

return func(self, name) #check_session:ok

File "/usr/lib/python2.6/site-packages/deluge/ui/webui/page_decorators.py", line 93, in deco

return func(self, name) #check_connected:ok

File "/usr/lib/python2.6/site-packages/deluge/ui/webui/page_decorators.py", line 48, in deco

res = func(self, name) #deluge_page_noauth

File "/usr/lib/python2.6/site-packages/deluge/ui/webui/page_decorators.py", line 144, in deco

return func(self, name) #auto_refreshed

File "/usr/lib/python2.6/site-packages/deluge/ui/webui/pages.py", line 103, in GET

torrents = proxy.get_torrents_status(filter_dict, TORRENT_KEYS)

File "/usr/lib/python2.6/site-packages/deluge/xmlrpclib.py", line 1150, in call

return self.send(self.name, args)

File "/usr/lib/python2.6/site-packages/deluge/xmlrpclib.py", line 1440, in request

verbose=self.verbose

File "/usr/lib/python2.6/site-packages/deluge/ui/client.py", line 81, in request

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

File "/usr/lib/python2.6/site-packages/deluge/xmlrpclib.py", line 1343, in _parse_response

return u.close()

File "/usr/lib/python2.6/site-packages/deluge/xmlrpclib.py", line 787, in close

raise Fault(**self._stack[0])

Changed 17 months ago by NetHunter

I second that, still have that problem as well, under Debian GNU/Linux 5.0 (Lenny).

Changed 16 months ago by claudio

same problem here

Changed 16 months ago by anonymous@…

traceback, bug still exists in 1.1.5

Changed 16 months ago by pupykin.s@…

Same problem here. OS: Arch Linux Architecture: x86_64 Deluge version: 1.1.5 Package release: 1

Changed 16 months ago by szentandrasii@…

same problem with x86_64 Archlinux in version 1.1.6

Changed 15 months ago by marc

  • version changed from 1.1.2 to 1.1.6

same here using package from debian sid (1.1.6) Is it fixed in 1.1.7 ?

Changed 15 months ago by andar

  • status changed from new to closed
  • resolution set to fixed

This is a bug in libtorrent 0.14.2.. I've added a work around in 1.1.7 until 0.14.3 of libtorrent is released.

Note: See TracTickets for help on using tickets.