Can't open plugins or preferences

General support for problems installing or using Deluge
Post Reply
jackhynes
New User
New User
Posts: 2
Joined: Tue Jan 15, 2008 3:19 pm

Can't open plugins or preferences

Post by jackhynes »

I've just upgraded to 0.5.8 Final and I can't seem to open my plugins or preferences windows. I installed over the top of 0.7.1.

The terminal output is:

Code: Select all

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 842, in show_preferences_dialog_clicked
    self.show_preferences_dialog()
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 834, in show_preferences_dialog
    preferences_dialog.show(self, self.window)
  File "/usr/lib/python2.5/site-packages/deluge/dialogs.py", line 158, in show
    self.glade.get_widget("spin_gui").set_value(self.preferences.get("gui_update_interval"))
AttributeError: 'NoneType' object has no attribute 'set_value'
What do I need to do?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Can't open plugins or preferences

Post by markybob »

jackhynes wrote:I've just upgraded to 0.5.8 Final and I can't seem to open my plugins or preferences windows. I installed over the top of 0.7.1.

The terminal output is:

Code: Select all

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 842, in show_preferences_dialog_clicked
    self.show_preferences_dialog()
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 834, in show_preferences_dialog
    preferences_dialog.show(self, self.window)
  File "/usr/lib/python2.5/site-packages/deluge/dialogs.py", line 158, in show
    self.glade.get_widget("spin_gui").set_value(self.preferences.get("gui_update_interval"))
AttributeError: 'NoneType' object has no attribute 'set_value'
What do I need to do?
rm ~/.config/deluge/prefs.state
jackhynes
New User
New User
Posts: 2
Joined: Tue Jan 15, 2008 3:19 pm

Re: Can't open plugins or preferences

Post by jackhynes »

markybob wrote:
jackhynes wrote:I've just upgraded to 0.5.8 Final and I can't seem to open my plugins or preferences windows. I installed over the top of 0.7.1.

The terminal output is:

Code: Select all

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 842, in show_preferences_dialog_clicked
    self.show_preferences_dialog()
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 834, in show_preferences_dialog
    preferences_dialog.show(self, self.window)
  File "/usr/lib/python2.5/site-packages/deluge/dialogs.py", line 158, in show
    self.glade.get_widget("spin_gui").set_value(self.preferences.get("gui_update_interval"))
AttributeError: 'NoneType' object has no attribute 'set_value'
What do I need to do?
rm ~/.config/deluge/prefs.state
What will this remove?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Can't open plugins or preferences

Post by markybob »

jackhynes wrote:
markybob wrote:
jackhynes wrote:I've just upgraded to 0.5.8 Final and I can't seem to open my plugins or preferences windows. I installed over the top of 0.7.1.

The terminal output is:

Code: Select all

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 842, in show_preferences_dialog_clicked
    self.show_preferences_dialog()
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 834, in show_preferences_dialog
    preferences_dialog.show(self, self.window)
  File "/usr/lib/python2.5/site-packages/deluge/dialogs.py", line 158, in show
    self.glade.get_widget("spin_gui").set_value(self.preferences.get("gui_update_interval"))
AttributeError: 'NoneType' object has no attribute 'set_value'
What do I need to do?
rm ~/.config/deluge/prefs.state
What will this remove?
your corrupted preferences file
Post Reply