Custom Query (2447 matches)
Results (466 - 468 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#633 | Fixed | Deluge freezes and all torrents disappear | ||
Description |
Deluge sort of freezes and all the torrents disappear. The program remains active as clicking on the tray icon brings up the GUI but with no torrents. The program also refuses to close via normal methods when goofed. When restarted the torrents are back but Deluge rechecks all active torrents and anything downloaded since the last normal closing is lost. This only seems to happen when a downloading torrent attains a high download speed |
|||
#595 | WontFix | Window redraw messy when overlayed | ||
Description |
Whenever I am using a window that has been opened in Deluge such as the Preferences window and when I move it around over the main Deluge window the redraw is pretty chunky. Sort of gives me the impression that the program is clunky from a UI responsiveness point of view. When you move around the window over a window that is not Deluge then this problem does not occur. I came close to marking this as trivial but its sort of annoying. Perhaps it is the UI toolkit's fault? I'm an absolute newbie at Python so probably can't figure it out. |
|||
#2882 | Fixed | load_country_db was removed from python bindings | ||
Description |
Here's the pull request https://github.com/arvidn/libtorrent/pull/930 which was suggested to fix this issue https://github.com/arvidn/libtorrent/issues/927 : [ERROR ] 00:42:41 preferencesmanager:502 Unable to load geoip database! [ERROR ] 00:42:41 preferencesmanager:503 'session' object has no attribute 'load_country_db' Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/core/preferencesmanager.py", line 500, in _on_geoip_db_location self.session.load_country_db(str(geoip_db)) AttributeError: 'session' object has no attribute 'load_country_db' Funtionality wise it seems to be fine, but if we are not expecting load_country_db to be present, we should fail more gracefully. |