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:~$
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.