#2496: Torrents stuck in Queued Torrents
-----------------------+------------------------------------------
  Reporter:  awknaust  |      Owner:
      Type:  bug       |     Status:  new
  Priority:  minor     |  Milestone:  Future
 Component:  GTK-UI    |    Version:  1.3.7
Resolution:            |   Keywords:  queued torrent, classic mode
-----------------------+------------------------------------------

Comment (by awknaust):

 I think I've traced this to a bug in addtorrentdialog.py. It relies on a
 deferred object to get the config values and set the core_config
 dictionary. This deferred is called either from start() or show(). However
 when you add a torrent it eventually goes to add_from_files, which calls
 set_default_options, assuming core_config is already loaded.

 Unfortunately when this assumption fails, it throws an error, and doesn't
 open the add torrent dialog. The queued torrents dialog assumes adding
 will always be successful, so it clears its queue own queue.

 This problem is probably also present with add_from_magnets, add_from_url

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2496#comment:1>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to