Deluge doesn't start anymore

General support for problems installing or using Deluge
Post Reply
mikkysixx

Deluge doesn't start anymore

Post by mikkysixx »

I'm using Intrepid Ibex and i've never had any kind of problem with Deluge. I don't use it regularly but yesterday i started it and with my big surprise it crashed. I also tried deleting .config/deluge but with no luck. This is the error i get from the console:

Code: Select all

[INFO    ] 13:17:29 main:85 Deluge ui 1.0.7
[DEBUG   ] 13:17:29 main:86 options: {'config': None, 'logfile': None, 'ui': None}
[DEBUG   ] 13:17:29 main:87 args: []
[DEBUG   ] 13:17:29 configmanager:36 ConfigManager started..
[INFO    ] 13:17:29 main:90 Starting ui..
[DEBUG   ] 13:17:29 ui:36 UI init..
[DEBUG   ] 13:17:29 configmanager:80 Getting config 'ui.conf'
[DEBUG   ] 13:17:29 config:39 Config created with filename: ui.conf
[DEBUG   ] 13:17:29 config:40 Config defaults: {'default_ui': 'gtk'}
[INFO    ] 13:17:29 ui:52 Starting GtkUI..
[DEBUG   ] 13:17:29 client:46 CoreProxy init..
[DEBUG   ] 13:17:29 configmanager:61 get_config_dir: /home/michele/.config/deluge
[DEBUG   ] 13:17:29 configmanager:80 Getting config 'gtkui.conf'
[DEBUG   ] 13:17:29 config:39 Config created with filename: gtkui.conf
[DEBUG   ] 13:17:29 config:40 Config defaults: {'autoadd_queued': False, 'close_to_tray': True, 'window_width': 640, 'default_load_path': None, 'window_y_pos': 0, 'classic_mode': True, 'window_pane_position': -1, 'enabled_plugins': [], 'show_connection_manager_on_start': True, 'show_statusbar': True, 'autoadd_enable': False, 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'autoconnect_host_uri': None, 'window_maximized': False, 'enable_system_tray': True, 'show_sidebar': True, 'window_x_pos': 0, 'window_height': 480, 'lock_tray': False, 'connection_limit_list': [50, 100, 200, 300, 500], 'tray_password': '', 'focus_add_dialog': True, 'show_new_releases': True, 'start_in_tray': False, 'autoconnect': False, 'choose_directory_dialog_path': '/home/michele', 'check_new_releases': True, 'autostart_localhost': False, 'show_toolbar': True, 'autoadd_location': '', 'config_location': '/home/michele/.config/deluge', 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'interactive_add': True, 'signal_port': 40000}
1.0.7
[DEBUG   ] 13:17:29 gtkui:149 retcode: 0
[DEBUG   ] 13:17:29 component:94 Registered QueuedTorrents with ComponentRegistry..
[DEBUG   ] 13:17:29 configmanager:80 Getting config 'gtkui.conf'
[DEBUG   ] 13:17:29 component:94 Registered IPCInterface with ComponentRegistry..
[DEBUG   ] 13:17:30 component:94 Registered DbusInterface with ComponentRegistry..
[DEBUG   ] 13:17:30 ipcinterface:75 Processing args from other process: []
[DEBUG   ] 13:17:30 ipcinterface:78 Not connected to host.. Adding to queue.
[INFO    ] 13:17:30 dbusinterface:74 Registering with DBUS..
[DEBUG   ] 13:17:30 component:94 Registered MainWindow with ComponentRegistry..
[DEBUG   ] 13:17:30 configmanager:80 Getting config 'gtkui.conf'
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:50: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
  "glade/main_window.glade"))
[DEBUG   ] 13:17:30 menubar:41 MenuBar init..
[DEBUG   ] 13:17:30 component:94 Registered MenuBar with ComponentRegistry..
[DEBUG   ] 13:17:30 configmanager:80 Getting config 'gtkui.conf'
[DEBUG   ] 13:17:30 component:94 Registered ToolBar with ComponentRegistry..
[DEBUG   ] 13:17:30 toolbar:40 ToolBar Init..
[DEBUG   ] 13:17:30 configmanager:80 Getting config 'gtkui.conf'
/var/lib/python-support/python2.5/deluge/ui/gtkui/toolbar.py:69: GtkWarning: gtk_menu_attach_to_widget(): menu already attached to GtkImageMenuItem
  component.get("MenuBar").torrentmenu_glade.get_widget("remove_torrent_menu"))
[DEBUG   ] 13:17:30 config:131 save_timer: None
[DEBUG   ] 13:17:30 component:94 Registered TorrentView with ComponentRegistry..
[DEBUG   ] 13:17:30 listview:117 ListView initialized..
[DEBUG   ] 13:17:30 torrentview:102 TorrentView Init..
[DEBUG   ] 13:17:30 configmanager:80 Getting config 'gtkui.conf'
[DEBUG   ] 13:17:30 listview:186 Loading ListView state file: torrentview.state
[DEBUG   ] 13:17:30 component:94 Registered TorrentDetails with ComponentRegistry..
[DEBUG   ] 13:17:30 configmanager:80 Getting config 'gtkui.conf'
[DEBUG   ] 13:17:30 torrentdetails:376 Loading TorrentDetails state file: tabs.state
Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==1.0.7', 'console_scripts', 'deluge')()
  File "/var/lib/python-support/python2.5/deluge/main.py", line 91, in start_ui
    UI(options, args)
  File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 54, in __init__
    ui = GtkUI(args)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/gtkui.py", line 176, in __init__
    self.torrentdetails = TorrentDetails()
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/torrentdetails.py", line 120, in __init__
    self.add_tab(default_tabs[tab_name]())
KeyError: 'Status'
Thank you guys
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge doesn't start anymore

Post by andar »

Delete your ~/.config/deluge/tabs.state file.
Post Reply