Deluge stopped working Ubuntu 10.10

General support for problems installing or using Deluge
Post Reply
Progurd

Deluge stopped working Ubuntu 10.10

Post by Progurd »

HI

I just rebooted my computer, and when I came back into Ubuntu, deluge won't start.
It was some days since last reboot, so it hard to tell what can probobly have caused the problem.
When I try to start deluge from terminal I get this:

Code: Select all

sigurd@sigurd-desktop:~$ deluge
Traceback (most recent call last):
  File "/usr/bin/deluge", line 9, in <module>
    load_entry_point('deluge==1.3.0', 'console_scripts', 'deluge')()
  File "/usr/lib/pymodules/python2.6/deluge/main.py", line 121, in start_ui
    UI(options, args, options.args)
  File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 128, in __init__
    ui = GtkUI(args)
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 216, in __init__
    self.torrentview = TorrentView()
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/torrentview.py", line 182, in __init__
    "torrentview.state")
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/listview.py", line 177, in __init__
    self.load_state(state_file)
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/listview.py", line 281, in load_state
    state = cPickle.load(state_file)
cPickle.UnpicklingError: invalid load key, '<'.
sigurd@sigurd-desktop:~$ 
I hope there is a solution because I have many torrents loaded, so I hope I don't need to reinstall.

Thanks!

Edit: It seems that I,m still uploading, but I guess that's because the deamon deluged are running.
Since the torrents was running on the deamon anyway, I tried to reinstall deluge, but it didn't help.
ryokea

Re: Deluge stopped working Ubuntu 10.10

Post by ryokea »

Go into your Deluge configuration folder and delete (or move to different directory) the state files for your torrents. You can find the files here: /home/username/.config/deluge/state
Progurd

Re: Deluge stopped working Ubuntu 10.10

Post by Progurd »

Thanks, it runs now.

But I can't connect to my deamon.
When I start deluge, I get the choice to connect to it, but nothing happends.
Any ideas?
Post Reply