Opened 16 years ago
Closed 16 years ago
#247 closed bug (Invalid)
IndexError when trying to resume torrent
Reported by: | jonas@websystem.se | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | GTK UI | Version: | 0.6.0svn |
Keywords: | Cc: |
Description
Using r3188, got this from the GTKGui when I tried to resume a paused torrent.
[DEBUG ] signals:93 torrent_paused signal received.. Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/signals.py", line 94, in torrent_paused component.get("TorrentView").update() File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/torrentview.py", line 283, in update self.send_status_request() File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/torrentview.py", line 259, in send_status_request client.get_torrents_status( File "/usr/lib64/python2.4/site-packages/deluge/ui/client.py", line 298, in async_proxy return self.core.call(method_name, *args, **kwargs) File "/usr/lib64/python2.4/site-packages/deluge/ui/client.py", line 72, in call if callback not in self._callbacks[index]: IndexError: list index out of range
Note:
See TracTickets
for help on using tickets.
This error indicates there was a previous error.. Please check back in the logs to see the first error.