Broken configuration - Deluge 1.2.2 on Ubuntu 10.04
Posted: Mon Jun 21, 2010 7:50 pm
Been trying to run Deluge lately and it just never starts up. So I ran from the command-line and received this error message:
No idea what it means but I'd like to fix my configuration. Still have a few torrents that I need to complete and quite a few completed ones I need to seed. All feedback appreciated
Code: Select all
victor@Victor-UBUNTU:~$ deluge-gtk
Traceback (most recent call last):
File "/usr/bin/deluge-gtk", line 9, in <module>
load_entry_point('deluge==1.2.2', 'console_scripts', 'deluge-gtk')()
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 107, in start
Gtk().start()
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 104, in start
GtkUI(self.args)
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 215, in __init__
self.torrentview = TorrentView()
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/torrentview.py", line 159, in __init__
"torrentview.state")
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/listview.py", line 145, in __init__
self.load_state(state_file)
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/listview.py", line 249, in load_state
state = cPickle.load(state_file)
cPickle.UnpicklingError: bad pickle data