Yet another startup problem

General support for problems installing or using Deluge
Post Reply
Sciamano
Member
Member
Posts: 29
Joined: Tue Sep 25, 2007 9:20 pm

Yet another startup problem

Post by Sciamano »

Hi,
my Deluge has stopped working again (v0.5.7 on Kubuntu Gutsy)
It won't start, this is the output of the terminal:

Code: Select all

no existing Deluge session
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.'
I solved by removing ~/.config/deluge but it's not very comfortable having to reconfigure Deluge every day :-)
Post Reply