Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1302 closed defect (Fixed)

In classic mode: frequent torrents recheck after restart and traceback on quit

Reported by: Ideal Owned by:
Priority: major Milestone: 1.3
Component: GTK UI Version: 1.3.0_dev
Keywords: Cc:

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.

Change History (3)

comment:1 by Ideal, 14 years ago

Milestone: Future1.3.0

comment:2 by andar, 14 years ago

Resolution: fixed
Status: newclosed

Fixed

comment:3 by Ideal, 14 years ago

Cool, thank you :).

Note: See TracTickets for help on using tickets.