Ticket #355: clean_config.log

File clean_config.log, 4.5 KB (added by danii, 16 years ago)

deluge failing to start with a clean config

Line 
1[INFO ] 02:58:43 main:82 Deluge ui 0.9.02
2[DEBUG ] 02:58:43 main:83 options: {'config': None, 'logfile': None, 'ui': None}
3[DEBUG ] 02:58:43 main:84 args: []
4[DEBUG ] 02:58:43 configmanager:44 ConfigManager started..
5[INFO ] 02:58:43 main:87 Starting ui..
6[DEBUG ] 02:58:43 ui:44 UI init..
7[DEBUG ] 02:58:43 configmanager:88 Getting config 'ui.conf'
8[DEBUG ] 02:58:43 config:47 Config created with filename: ui.conf
9[DEBUG ] 02:58:43 config:48 Config defaults: {'default_ui': 'gtk'}
10[INFO ] 02:58:43 ui:60 Starting GtkUI..
11[DEBUG ] 02:58:43 client:54 CoreProxy init..
12[DEBUG ] 02:58:43 configmanager:69 get_config_dir: /home/danii/.config/deluge
13[DEBUG ] 02:58:43 configmanager:88 Getting config 'gtkui.conf'
14[DEBUG ] 02:58:43 config:47 Config created with filename: gtkui.conf
15[DEBUG ] 02:58:43 config:48 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, '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, '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/danii', 'check_new_releases': True, 'autostart_localhost': False, 'autoadd_location': '', 'config_location': '/home/danii/.config/deluge', 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'interactive_add': True, 'signal_port': 40000}
16[DEBUG ] 02:58:43 gtkui:160 retcode: 0
17[DEBUG ] 02:58:43 component:102 Registered QueuedTorrents with ComponentRegistry..
18[DEBUG ] 02:58:43 configmanager:88 Getting config 'gtkui.conf'
19[DEBUG ] 02:58:43 component:102 Registered IPCInterface with ComponentRegistry..
20[DEBUG ] 02:58:43 component:102 Registered DbusInterface with ComponentRegistry..
21[DEBUG ] 02:58:43 ipcinterface:83 Processing args from other process: []
22[DEBUG ] 02:58:43 ipcinterface:86 Not connected to host.. Adding to queue.
23[INFO ] 02:58:43 dbusinterface:82 Registering with DBUS..
24[DEBUG ] 02:58:43 component:102 Registered MainWindow with ComponentRegistry..
25[DEBUG ] 02:58:43 configmanager:88 Getting config 'gtkui.conf'
26[DEBUG ] 02:58:43 mainwindow:77 Showing window
27[DEBUG ] 02:58:44 config:117 Setting 'window_pane_position' to 85 of <type 'int'>
28[DEBUG ] 02:58:44 menubar:49 MenuBar init..
29[DEBUG ] 02:58:44 component:102 Registered MenuBar with ComponentRegistry..
30[DEBUG ] 02:58:44 configmanager:88 Getting config 'gtkui.conf'
31[DEBUG ] 02:58:44 component:102 Registered ToolBar with ComponentRegistry..
32[DEBUG ] 02:58:44 toolbar:48 ToolBar Init..
33[DEBUG ] 02:58:44 configmanager:88 Getting config 'gtkui.conf'
34/usr/lib/python2.4/site-packages/deluge/ui/gtkui/toolbar.py:76: GtkWarning: gtk_menu_attach_to_widget(): menu already attached to GtkImageMenuItem
35 tb_remove.set_menu(
36[DEBUG ] 02:58:44 component:102 Registered TorrentView with ComponentRegistry..
37[DEBUG ] 02:58:44 listview:124 ListView initialized..
38[DEBUG ] 02:58:44 torrentview:110 TorrentView Init..
39[DEBUG ] 02:58:44 configmanager:88 Getting config 'gtkui.conf'
40[DEBUG ] 02:58:44 listview:188 Loading ListView state file: torrentview.state
41[WARNING ] 02:58:44 listview:193 Unable to load state file: [Errno 2] No such file or directory: '/home/danii/.config/deluge/torrentview.state'
42[DEBUG ] 02:58:44 component:102 Registered TorrentDetails with ComponentRegistry..
43[DEBUG ] 02:58:44 configmanager:88 Getting config 'gtkui.conf'
44[DEBUG ] 02:58:44 torrentdetails:379 Loading TorrentDetails state file: tabs.state
45[WARNING ] 02:58:44 torrentdetails:384 Unable to load state file: [Errno 2] No such file or directory: '/home/danii/.config/deluge/tabs.state'
46Traceback (most recent call last):
47 File "/usr/bin/deluge", line 7, in ?
48 sys.exit(
49 File "/usr/lib/python2.4/site-packages/deluge/main.py", line 88, in start_ui
50 UI(options, args)
51 File "/usr/lib/python2.4/site-packages/deluge/ui/ui.py", line 62, in __init__
52 ui = GtkUI(args)
53 File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/gtkui.py", line 187, in __init__
54 self.torrentdetails = TorrentDetails()
55 File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/torrentdetails.py", line 114, in __init__
56 for item in state:
57TypeError: iteration over non-sequence