0.5.7 Final Released

Suggestions and discussion of future versions
User avatar
Ux64
Seeder
Seeder
Posts: 140
Joined: Wed Nov 14, 2007 5:02 am
Location: System Specialist

Re: 0.5.7 Final Released

Post by Ux64 »

After adding a few torrents Deluge UI hanged. I couldn't pause / resume etc torrents or add new ones.

I closed UI and after that Deluge won't start anymore.

Code: Select all

Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Raising error: No such unique_ID.
Traceback (most recent call last):
  File "/usr/bin/deluge", line 136, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 117, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 54, in __init__
    common.CONFIG_DIR)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 276, in __init__
    self.sync(True)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 877, in sync
    self.apply_prefs_per_torrent(unique_ID)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 985, in apply_prefs_per_torrent
    self.get_pref("max_connections_per_torrent"))
  File "/var/lib/python-support/python2.5/deluge/core.py", line 1054, in set_max_connections_per_torrent
    max_connections)
deluge.core.DelugeError: 'No such unique_ID.'
Deleting state file helps. But when I add those torrents again same error repeats. So I guess sending those torrent files (confidental) would help to repeat this problem, if you can't reproduce this crash otherwise.

Br,
Ux64
Last edited by Ux64 on Sun Dec 02, 2007 6:39 am, edited 1 time in total.
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: 0.5.7 Final Released

Post by mvoncken »

Ux64 wrote:After adding a few torrents Deluge UI hanged. I couldn't pause / resume etc torrents or add new ones.

I closed UI and after that Deluge won't start anymore.
See here:
http://forum.deluge-torrent.org/viewtopic.php?f=7&t=817
dev: webui, core, labels | irc:vonck7 |
Post Reply