Deluge 0.5.9.1
I am unable to start deluge, on startup, I get the following error:
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin WebSeed
Initialising plugin DesiredRatio
Initialising plugin NetworkGraph
Initialising plugin TorrentCreator
Initialising plugin MoveTorrent
Initialising plugin TorrentPeers
Initialising plugin Scheduler
Initialising plugin Search
Initialising plugin NetworkHealth
Initialising plugin TorrentNotification
Initialising plugin EventLogging
Initialising plugin BlocklistImport
Initialising plugin WebUi
Initialising plugin SpeedLimiter
Initialising plugin FlexRSS
Initialising plugin TorrentFiles
Applying preferences
Starting DHT...
Raising error: No such unique_ID.
Traceback (most recent call last):
File "/usr/bin/deluge", line 132, in <module>
start_deluge()
File "/usr/bin/deluge", line 115, in start_deluge
interface = deluge.interface.DelugeGTK(config_dir=deluge.common.CONFIG_DIR)
File "/var/lib/python-support/python2.5/deluge/interface.py", line 112, in __init__
self.apply_prefs()
File "/var/lib/python-support/python2.5/deluge/interface.py", line 920, in apply_prefs
self.manager.apply_prefs()
File "/var/lib/python-support/python2.5/deluge/core.py", line 1159, in apply_prefs
self.prioritize_files(unique_ID, self.get_priorities(unique_ID))
File "/var/lib/python-support/python2.5/deluge/core.py", line 809, in prioritize_files
self.get_core_torrent_state(unique_ID)['num_files'])
File "/var/lib/python-support/python2.5/deluge/core.py", line 939, in get_core_torrent_state
return self.cached_core_torrent_states.get(unique_ID, cached)
File "/var/lib/python-support/python2.5/deluge/core.py", line 154, in get
self._cache[key] = self._get_method(key)
deluge.core.DelugeError: 'No such unique_ID.'