Broken configuration - Deluge 1.2.2 on Ubuntu 10.04

General support for problems installing or using Deluge
Post Reply
morphaeus

Broken configuration - Deluge 1.2.2 on Ubuntu 10.04

Post by morphaeus »

Been trying to run Deluge lately and it just never starts up. So I ran from the command-line and received this error message:

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

Re: Broken configuration - Deluge 1.2.2 on Ubuntu 10.04

Post by johnnyg »

What version did you upgrade from?
Post Reply