ive tried deleting ~/.config/deluge as well and it just still crashes. Any ideas? previous versions have run fine.mark@Aurora:~$ deluge
no existing Deluge session
Starting new Deluge session...
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)
TypeError: __init__() got an unexpected keyword argument 'config_dir'
mark@Aurora:~$
crash on deluge 0.5.9.1
crash on deluge 0.5.9.1
Re: crash on deluge 0.5.9.1
I get similar errors... I just upgraded from 5.0.9.0 to 5.0.9.1 and it errors with the 'No such unique_ID' and a bunch of python errors right after loading DHT; crashes. I did sudo aptitude remove deluge-torrent and then reinstalled the 0.5.9.0 and I can get it to run but I get NOTHING listed in my torrents display (though it is happily downloading _something_ at around 600-900 KiBs. I also can't add torrents now, I get a similar error about the unique_ID but it doesn't crash. This is REALLY bumming me out because I am on a private tracker doing a major freeleech on all flacs. Nice timing; should've waited to upgrade. (grumbles...)Polygon wrote:ive tried deleting ~/.config/deluge as well and it just still crashes. Any ideas? previous versions have run fine.mark@Aurora:~$ deluge
no existing Deluge session
Starting new Deluge session...
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)
TypeError: __init__() got an unexpected keyword argument 'config_dir'
mark@Aurora:~$
Re: crash on deluge 0.5.9.1
Here are the errors I get when I tried to run the 0.5.9.1...
By the way, it would be a good idea to include the Deluge release version in this output!
Any ideas?
By the way, it would be a good idea to include the Deluge release version in this output!
Code: Select all
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 Scheduler
Initialising plugin MoveTorrent
Initialising plugin DesiredRatio
Initialising plugin Search
Initialising plugin TorrentCreator
Initialising plugin BlocklistImport
Initialising plugin EventLogging
Initialising plugin FlexRSS
Initialising plugin SpeedLimiter
Initialising plugin TorrentNotification
Initialising plugin TorrentFiles
Initialising plugin WebUi
Initialising plugin NetworkGraph
Initialising plugin WebSeed
Initialising plugin TorrentPeers
Initialising plugin NetworkHealth
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.'
[1]+ Exit 1 deluge
Re: crash on deluge 0.5.9.1
it looks like your installation is screwedPolygon wrote: mark@Aurora:~$ deluge
no existing Deluge session
Starting new Deluge session...
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)
TypeError: __init__() got an unexpected keyword argument 'config_dir'
mark@Aurora:~$

try reinstalling it.
have you tried deleting your preferences folder?mojoxojom wrote:Here are the errors I get when I tried to run the 0.5.9.1...
By the way, it would be a good idea to include the Deluge release version in this output!
Any ideas?Code: Select all
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 Scheduler Initialising plugin MoveTorrent Initialising plugin DesiredRatio Initialising plugin Search Initialising plugin TorrentCreator Initialising plugin BlocklistImport Initialising plugin EventLogging Initialising plugin FlexRSS Initialising plugin SpeedLimiter Initialising plugin TorrentNotification Initialising plugin TorrentFiles Initialising plugin WebUi Initialising plugin NetworkGraph Initialising plugin WebSeed Initialising plugin TorrentPeers Initialising plugin NetworkHealth 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.' [1]+ Exit 1 deluge
Re: crash on deluge 0.5.9.1
Since no torrents were showing up in 0.5.9.0 anymore after I got it reinstalled and started, I tried to give the 0.5.9.1 another try, having read a suggestion on another thread.
Predictably, the new version failed in the same way again. So I did what was suggested in the faq and removed the persistent.state file from the config directory (renamed with.bad extension) and tried it again. 0.5.9.1 works now, but still had the problem of no torrents showing.
Not trusting that it was downloading like it said I went and re-added all my .torrent files again from the torrentfiles dir in the config. That seems to have brought them all back to life in the list, so it APPEARS normal. But I am being suspicious for a minute. If I have more problems I'll report back.
Predictably, the new version failed in the same way again. So I did what was suggested in the faq and removed the persistent.state file from the config directory (renamed with.bad extension) and tried it again. 0.5.9.1 works now, but still had the problem of no torrents showing.
Not trusting that it was downloading like it said I went and re-added all my .torrent files again from the torrentfiles dir in the config. That seems to have brought them all back to life in the list, so it APPEARS normal. But I am being suspicious for a minute. If I have more problems I'll report back.
Re: crash on deluge 0.5.9.1
well, okay then! everything seems to have been running fine. deluge ftw!