You are not logged in.

#1 2009-01-05 09:37:33

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 716

Deluge stopt working

Suddenly my deluge stopt working, i can't remember if i updated it.
The deluge version: extra/deluge 1.0.7-2

command line output:

 [jelle@p6 ~]$ deluge --ui gtk
[INFO    ] 08:46:13 main:85 Deluge ui 1.0.7
[DEBUG   ] 08:46:13 main:86 options: {'config': None, 'logfile': None, 'ui': 'gtk'}
[DEBUG   ] 08:46:13 main:87 args: []
[DEBUG   ] 08:46:13 configmanager:36 ConfigManager started..
[INFO    ] 08:46:13 main:90 Starting ui..
[DEBUG   ] 08:46:13 ui:36 UI init..
[DEBUG   ] 08:46:13 configmanager:80 Getting config 'ui.conf'
[DEBUG   ] 08:46:13 config:39 Config created with filename: ui.conf
[DEBUG   ] 08:46:13 config:40 Config defaults: {'default_ui': 'gtk'}
[INFO    ] 08:46:13 ui:52 Starting GtkUI..
[DEBUG   ] 08:46:13 client:46 CoreProxy init..
[DEBUG   ] 08:46:13 configmanager:61 get_config_dir: /home/jelle/.config/deluge
[DEBUG   ] 08:46:13 configmanager:80 Getting config 'gtkui.conf'
[DEBUG   ] 08:46:13 config:39 Config created with filename: gtkui.conf
[DEBUG   ] 08:46:13 config:40 Config defaults: {'enable_system_tray': True, 'default_load_path': None, 'show_sidebar': True, 'window_x_pos': 0, 'window_height': 480, 'lock_tray': False, 'close_to_tray': True, 'window_y_pos': 0, 'window_width': 640, 'autoconnect': False, 'signal_port': 40000, 'tray_password': '', 'focus_add_dialog': True, 'show_new_releases': True, 'autoadd_queued': False, 'show_toolbar': True, 'start_in_tray': False, 'classic_mode': True, 'choose_directory_dialog_path': '/home/jelle', 'window_pane_position': -1, 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'check_new_releases': True, 'show_connection_manager_on_start': True, 'show_statusbar': True, 'autostart_localhost': False, 'autoconnect_host_uri': None, 'autoadd_location': '', 'config_location': '/home/jelle/.config/deluge', 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'enabled_plugins': [], 'autoadd_enable': False, 'window_maximized': False, 'connection_limit_list': [50, 100, 200, 300, 500], 'interactive_add': True}
[DEBUG   ] 08:46:13 component:94 Registered QueuedTorrents with ComponentRegistry..
[DEBUG   ] 08:46:13 configmanager:80 Getting config 'gtkui.conf'
[DEBUG   ] 08:46:13 component:94 Registered IPCInterface with ComponentRegistry..
[DEBUG   ] 08:46:13 component:94 Registered DbusInterface with ComponentRegistry..
[DEBUG   ] 08:46:13 ipcinterface:75 Processing args from other process: []
[DEBUG   ] 08:46:13 ipcinterface:78 Not connected to host.. Adding to queue.
[INFO    ] 08:46:13 dbusinterface:74 Registering with DBUS..
[DEBUG   ] 08:46:13 component:94 Registered MainWindow with ComponentRegistry..
[DEBUG   ] 08:46:13 configmanager:80 Getting config 'gtkui.conf'
/usr/lib/python2.6/site-packages/deluge/ui/gtkui/mainwindow.py:50: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
  "glade/main_window.glade"))
[DEBUG   ] 08:46:14 menubar:41 MenuBar init..
[DEBUG   ] 08:46:14 component:94 Registered MenuBar with ComponentRegistry..
[DEBUG   ] 08:46:14 configmanager:80 Getting config 'gtkui.conf'
[DEBUG   ] 08:46:14 component:94 Registered ToolBar with ComponentRegistry..
[DEBUG   ] 08:46:14 toolbar:40 ToolBar Init..
[DEBUG   ] 08:46:14 configmanager:80 Getting config 'gtkui.conf'
/usr/lib/python2.6/site-packages/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   ] 08:46:14 config:131 save_timer: None
[DEBUG   ] 08:46:14 component:94 Registered TorrentView with ComponentRegistry..
[DEBUG   ] 08:46:14 listview:117 ListView initialized..
[DEBUG   ] 08:46:14 torrentview:102 TorrentView Init..
[DEBUG   ] 08:46:14 configmanager:80 Getting config 'gtkui.conf'
[DEBUG   ] 08:46:14 listview:186 Loading ListView state file: torrentview.state
[DEBUG   ] 08:46:14 component:94 Registered TorrentDetails with ComponentRegistry..
[DEBUG   ] 08:46:14 configmanager:80 Getting config 'gtkui.conf'
[DEBUG   ] 08:46:14 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 "/usr/lib/python2.6/site-packages/deluge/main.py", line 91, in start_ui
    UI(options, args)
  File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 54, in __init__
    ui = GtkUI(args)
  File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 176, in __init__
    self.torrentdetails = TorrentDetails()
  File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/torrentdetails.py", line 120, in __init__
    self.add_tab(default_tabs[tab_name]())
KeyError: 'Status'

I know there is a svn version of deluge in AUR i will try that version too.

update: AUR version works so far.

Last edited by jelly (2009-01-05 10:10:28)

Offline

#2 2009-01-05 13:36:01

Super Jamie
Member
From: Brisbane, AU
Registered: 2008-12-15
Posts: 79
Website

Re: Deluge stopt working

What did you update from? The config format substantially changed during the jump from 0.5.9.x to 1.0.x

Offline

#3 2009-01-05 15:57:04

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,577

Re: Deluge stopt working

If the SVN version works, that probably means a bug has been fixed upstream and you just have to wait for a new full revision or keep using SVN.

Offline

#4 2009-01-05 20:08:05

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 716

Re: Deluge stopt working

I will keep on using SVN, it's more update and it has more pottential bugs:P. But it works, i really like the torrent client transmission didn't work that good for me and this is a perfect replacement:)

Offline

#5 2009-01-05 21:49:07

Super Jamie
Member
From: Brisbane, AU
Registered: 2008-12-15
Posts: 79
Website

Re: Deluge stopt working

If you're looking for a good torrent client, try rtorrent. It's commandline with ncurses, but once you get it configured and get used to the keybindings, it's quite powerful.

Offline

Board footer

Powered by FluxBB