Custom Query (2447 matches)
Results (61 - 63 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#245 | Fixed | "force recheck" ends stuck in "checking" mode | ||
Description |
Hi, choosing "Force recheck" from the gtk interface of the 0.6 nightlies ends with the torrent being stuck in "Checking" mode. It could be that this only applies to completed downloads or paused ones. I am not 100% sure how to reproduce this. But after I forced a recheck, I have now a few torrents that are stuck. Restarting the core did not help. Regards Rolf |
|||
#246 | Fixed | seed ratio save on shutdown | ||
Description |
When i shutdown my computer without closing Deluge it doesn't save the ratio. If I quit from the program before the shutdown everything's fine. I'm using debian lenny with gnome desktop. |
|||
#247 | Invalid | IndexError when trying to resume torrent | ||
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 |