Custom Query (2447 matches)
Results (475 - 477 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1300 | Duplicate | Deluge seems to report torrents that are pending of recheck | ||
Description |
I'm a staff member of a private tracker where we limited the number of torrents in download state per member. We have found that there is one of our member being temporary locked because he exceeds the torrent limit number in download, but, it does when Deluge recheck all torrents for example when the program in closed improperly. The problem seems to be that Deluge report all the torrents as downloads, I think the solution should not let Deluge to report torrents in verifying state. |
|||
#1301 | Fixed | Order of torrents is reversed upon start-up | ||
Description |
Every time I restart deluged, I find the order of my torrents reversed in the list. |
|||
#1302 | Fixed | In classic mode: frequent torrents recheck after restart and traceback on quit | ||
Description |
When in classic mode almost on every restart deluge doing recheck of ~50% of all torrents(here almost 100 of them, all seeding). In log it writes this on start for rechecked torrents: [DEBUG ] 16:34:46 alertmanager:123 fastresume_rejected_alert: \ Okuribito.mkv fast resume rejected: missing or invalid 'file sizes' entry Also on quit in classic mode deluge writes this traceback: Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/deluge/ui/ui.py", line 128, in __init__ ui = GtkUI(args) File "/usr/lib64/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 238, in __init__ reactor.run() File "/usr/lib64/python2.6/site-packages/twisted/internet/gtk2reactor.py", line 249, in run self.__run() File "/usr/lib64/python2.6/site-packages/twisted/internet/gtk2reactor.py", line 293, in simulate self.runUntilCurrent() --- <exception caught here> --- File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 778, in runUntilCurrent call.func(*call.args, **call.kw) File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 552, in stop "Can't stop reactor that isn't running.") twisted.internet.error.ReactorNotRunning: Can't stop reactor that isn't running. After i turned off classic mode neither recheck on almost every restart nor traceback on quit happen anymore. Also i tried client_test from libtorrent for comparison and loaded to it almost all torrents i have in deluge - recheck doesn't happen there after restart(it also saves/loads resume data on exit/start). So seems like there are some issues on quit in classic mode. And i'm using the latest git master btw. |