#1302: In classic mode: frequent torrents recheck after restart and traceback on
quit
--------------------+-------------------------------------------------------
Reporter: Ideal | Owner:
Type: defect | Status: new
Priority: major | Milestone: Future
Component: gtkui | Version: 1.3.0_dev
Keywords: |
--------------------+-------------------------------------------------------
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.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1302>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.