deluge no more launch

General support for problems installing or using Deluge
Post Reply
mushroom

deluge no more launch

Post by mushroom »

hi ,

i got a freeze with my pc and after rebooting it i can't restart deluge in GUI ; in my terminal when i launch deluge or deluge-gtk it answer me

Code: Select all

    Traceback (most recent call last):
  File "/usr/bin/deluge", line 9, in <module>
    load_entry_point('deluge==1.3.1', 'gui_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 217, 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, '�'.

Somebody saw this before ? problem with python ?

i try the sudo apt-get remove --purge and co ...

I run on ubuntu 10.10

thank for reading
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: deluge no more launch

Post by Cas »

It looks like a problem with your state file. Can you try opening deluge-gtk with a new config:

Code: Select all

deluge-gtk -c /home/user/testconfig
mushroom

Re: deluge no more launch

Post by mushroom »

it works !

thanks a lot for answering, no more problem.

if devellopers are interested by any log MP me . all i see in var/syslog before freeze is deluge request.
i check all my ram it's good.
Post Reply