Custom Query (2447 matches)
Results (127 - 129 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#128 | Fixed | deluge crashes when UDP ports are in use | ||
Description |
$ sock -lu :6881 & $ deluge [...] No DHT file to resume terminate called after throwing an instance of 'asio::system_error' what(): Address already in use Aborted This is a problem for users launching deluge from a menu and not seeing stdout, so probably the exception should be caught and an error dialog shown. I used 0.5.6.7. |
|||
#129 | Invalid | deluge looses torrent-check data | ||
Description |
Deluge 0.5.8.7 svn looses torrent-check data and has to recheck. ( 50 -75 % of all torrent files) Accurence between client restarts. Randomly , sometimes more , sometimes less. Sometimes not at all. More bad results the more seeding torrents exists instead of being paused kernel :2.6.24-ARCH fs : jfs cant find an error log to append |
|||
#130 | Fixed | systemtray's "Resume All" fails | ||
Description |
Deluge 0.6.0.0r3051 pause all in gtkui's systemtray works fine but when i click resume all I get the following error: [DEBUG ] systemtray:276 on_menuitem_resume_all_activate Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/systemtray.py", line 277, in on_menuitem_resume_all_activate client.resume_all_torrents() File "/usr/lib/python2.4/site-packages/deluge/ui/client.py", line 297, in async_proxy return self.core.call(method_name, *args, **kwargs) TypeError: call() takes at least 3 arguments (2 given) |