crash on deluge 0.5.9.1

General support for problems installing or using Deluge
Post Reply
User avatar
Polygon
Member
Member
Posts: 30
Joined: Sun Jun 03, 2007 7:55 pm

crash on deluge 0.5.9.1

Post by Polygon »

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:~$
ive tried deleting ~/.config/deluge as well and it just still crashes. Any ideas? previous versions have run fine.
User avatar
mojoxojom
Member
Member
Posts: 29
Joined: Wed May 21, 2008 2:02 pm

Re: crash on deluge 0.5.9.1

Post by mojoxojom »

Polygon 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:~$
ive tried deleting ~/.config/deluge as well and it just still crashes. Any ideas? previous versions have run fine.
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...)
User avatar
mojoxojom
Member
Member
Posts: 29
Joined: Wed May 21, 2008 2:02 pm

Re: crash on deluge 0.5.9.1

Post by mojoxojom »

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!

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
Any ideas?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: crash on deluge 0.5.9.1

Post by johnnyg »

Polygon 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:~$
it looks like your installation is screwed :P
try reinstalling it.
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!

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
Any ideas?
have you tried deleting your preferences folder?
User avatar
mojoxojom
Member
Member
Posts: 29
Joined: Wed May 21, 2008 2:02 pm

Re: crash on deluge 0.5.9.1

Post by mojoxojom »

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.
User avatar
mojoxojom
Member
Member
Posts: 29
Joined: Wed May 21, 2008 2:02 pm

Re: crash on deluge 0.5.9.1

Post by mojoxojom »

well, okay then! everything seems to have been running fine. deluge ftw!
Post Reply