-----------------Begin commandline/outptut-------- (I use delude as an alias for deluge-gtk --log-level=debug -l debug.log) awknaust@bluetowel:~/delugedev$ delude Unhandled error in Deferred: Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 139, in maybeDeferred result = f(*args, **kw) File "/home/awknaust/deluge/deluge/ui/gtkui/torrentview.py", line 323, in start component.get("SessionProxy").get_torrents_status({}, []).addCallback(self._on_session_state) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 306, in addCallback callbackKeywords=kw) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 295, in addCallbacks self._runCallbacks() --- --- File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 577, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/home/awknaust/deluge/deluge/ui/gtkui/torrentview.py", line 331, in _on_session_state self.update_view(load_new_list=True) File "/home/awknaust/deluge/deluge/ui/gtkui/torrentview.py", line 461, in update_view self.create_model_filter() File "/home/awknaust/deluge/deluge/ui/gtkui/listview.py", line 229, in create_model_filter self.set_model_sort() File "/home/awknaust/deluge/deluge/ui/gtkui/listview.py", line 232, in set_model_sort for column_state in self.state: exceptions.TypeError: 'NoneType' object is not iterable awknaust@bluetowel:~/delugedev$ delude Unhandled error in Deferred: Unhandled Error Traceback (most recent call last): Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused. Unhandled error in Deferred: Unhandled Error Traceback (most recent call last): Failure: twisted.internet.error.UserError: User aborted connection. awknaust@bluetowel:~/delugedev$ delude test1.torrent [ERROR ] 16:50:06 main:232 There is a deluge daemon running with this config directory! [ERROR ] 16:50:06 main:233 You cannot run multiple daemons with the same config directory set. [ERROR ] 16:50:06 main:234 If you believe this is an error, you can force a start by deleting /home/awknaust/.config/deluge/deluged.pid. awknaust@bluetowel:~/delugedev$ delude test2.torrent Traceback (most recent call last): File "/home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py", line 302, in _on_torrent_changed self.update_torrent_options(model.get_value(row, 0)) File "/home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py", line 372, in update_torrent_options self.set_default_options() File "/home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py", line 481, in set_default_options self.core_config["download_location"]) KeyError: 'download_location' [ERROR ] 16:51:57 main:232 There is a deluge daemon running with this config directory! [ERROR ] 16:51:57 main:233 You cannot run multiple daemons with the same config directory set. [ERROR ] 16:51:57 main:234 If you believe this is an error, you can force a start by deleting /home/awknaust/.config/deluge/deluged.pid. Unhandled error in Deferred: Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 295, in addCallbacks self._runCallbacks() File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 577, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/home/awknaust/deluge/deluge/component.py", line 285, in on_depends_started return self.components[name]._component_start() File "/home/awknaust/deluge/deluge/component.py", line 124, in _component_start d = maybeDeferred(self.start) --- --- File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 139, in maybeDeferred result = f(*args, **kw) File "/home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py", line 90, in start self.on_button_add_clicked(None) File "/home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py", line 178, in on_button_add_clicked self.liststore.foreach(add_torrent, None) File "/home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py", line 176, in add_torrent process_args([torrent_path]) File "/home/awknaust/deluge/deluge/ui/gtkui/ipcinterface.py", line 217, in process_args component.get("AddTorrentDialog").add_from_files([path]) File "/home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py", line 241, in add_from_files self.set_default_options() File "/home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py", line 481, in set_default_options self.core_config["download_location"]) exceptions.KeyError: 'download_location' -----------------Begin log file-------------------- [INFO ] 16:51:57 ui:121 Deluge ui 1.3.7-dev [DEBUG ] 16:51:57 ui:122 options: {'loglevel': 'debug', 'logfile': '/home/awknaust/delugedev/debuglog.log', 'config': None, 'quiet': False} [DEBUG ] 16:51:57 ui:123 args: ['test2.torrent'] [INFO ] 16:51:57 ui:124 Starting gtk ui.. [WARNING ] 16:51:57 gtkui:196 Unable to register a 'die' handler with the GNOME session manager: No module named gnome.ui [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 config:197 Setting 'close_to_tray' to False of [DEBUG ] 16:51:57 config:197 Setting 'ntf_sound_path' to /home/awknaust/Downloads of [DEBUG ] 16:51:57 config:197 Setting 'window_width' to 640 of [DEBUG ] 16:51:57 config:197 Setting 'default_load_path' to None of [DEBUG ] 16:51:57 config:197 Setting 'window_y_pos' to 0 of [DEBUG ] 16:51:57 config:197 Setting 'ntf_email' to False of [DEBUG ] 16:51:57 config:197 Setting 'tray_upload_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of [DEBUG ] 16:51:57 config:197 Setting 'show_statusbar' to True of [DEBUG ] 16:51:57 config:197 Setting 'ntf_popup' to False of [DEBUG ] 16:51:57 config:197 Setting 'ntf_pass' to of [DEBUG ] 16:51:57 config:197 Setting 'tray_download_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of [DEBUG ] 16:51:57 config:197 Setting 'window_maximized' to False of [DEBUG ] 16:51:57 config:197 Setting 'enable_system_tray' to True of [DEBUG ] 16:51:57 config:197 Setting 'show_sidebar' to True of [DEBUG ] 16:51:57 config:197 Setting 'show_connection_manager_on_start' to True of [DEBUG ] 16:51:57 config:197 Setting 'lock_tray' to False of [DEBUG ] 16:51:57 config:197 Setting 'createtorrent.trackers' to [] of [DEBUG ] 16:51:57 config:197 Setting 'ntf_sound' to False of [DEBUG ] 16:51:57 config:197 Setting 'tray_password' to of [DEBUG ] 16:51:57 config:197 Setting 'focus_add_dialog' to True of [DEBUG ] 16:51:57 config:197 Setting 'ntf_server' to of [DEBUG ] 16:51:57 config:197 Setting 'start_in_tray' to False of [DEBUG ] 16:51:57 config:197 Setting 'ntf_tray_blink' to True of [DEBUG ] 16:51:57 config:197 Setting 'check_new_releases' to True of [DEBUG ] 16:51:57 config:197 Setting 'autoadd_queued' to False of [DEBUG ] 16:51:57 config:197 Setting 'pref_dialog_width' to None of [DEBUG ] 16:51:57 config:197 Setting 'autoadd_enable' to False of [DEBUG ] 16:51:57 config:197 Setting 'autoconnect_host_id' to None of [DEBUG ] 16:51:57 config:197 Setting 'classic_mode' to True of [DEBUG ] 16:51:57 config:197 Setting 'window_pane_position' to -1 of [DEBUG ] 16:51:57 config:197 Setting 'enabled_plugins' to [] of [DEBUG ] 16:51:57 config:197 Setting 'show_rate_in_title' to False of [DEBUG ] 16:51:57 config:197 Setting 'pref_dialog_height' to None of [DEBUG ] 16:51:57 config:197 Setting 'ntf_username' to of [DEBUG ] 16:51:57 config:197 Setting 'interactive_add' to True of [DEBUG ] 16:51:57 config:197 Setting 'sidebar_show_zero' to False of [DEBUG ] 16:51:57 config:197 Setting 'window_x_pos' to 0 of [DEBUG ] 16:51:57 config:197 Setting 'window_height' to 480 of [DEBUG ] 16:51:57 config:197 Setting 'ntf_security' to None of [DEBUG ] 16:51:57 config:197 Setting 'connection_limit_list' to [50, 100, 200, 300, 500] of [DEBUG ] 16:51:57 config:197 Setting 'sidebar_position' to 170 of [DEBUG ] 16:51:57 config:197 Setting 'show_new_releases' to True of [DEBUG ] 16:51:57 config:197 Setting 'autoconnect' to False of [DEBUG ] 16:51:57 config:197 Setting 'choose_directory_dialog_path' to /home/awknaust/Downloads of [DEBUG ] 16:51:57 config:197 Setting 'sidebar_show_trackers' to True of [DEBUG ] 16:51:57 config:197 Setting 'autostart_localhost' to False of [DEBUG ] 16:51:57 config:197 Setting 'show_toolbar' to True of [DEBUG ] 16:51:57 config:197 Setting 'autoadd_location' to of [DEBUG ] 16:51:57 config:197 Setting 'enable_appindicator' to False of [DEBUG ] 16:51:57 config:197 Setting 'focus_main_window_on_add' to True of [DEBUG ] 16:51:57 config:197 Setting 'ntf_email_add' to of [DEBUG ] 16:51:57 config:197 Setting 'signal_port' to 40000 of [DEBUG ] 16:51:57 config:391 Config /home/awknaust/.config/deluge/gtkui.conf version: 1.1 loaded: {'close_to_tray': False, 'ntf_sound_path': u'/home/awknaust/Downloads', 'window_width': 855, 'default_load_path': None, 'window_y_pos': 61, 'ntf_email': False, 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'show_statusbar': True, 'ntf_popup': False, 'ntf_pass': u'', 'show_sidebar': True, 'window_maximized': False, 'enable_system_tray': True, 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'show_connection_manager_on_start': False, 'lock_tray': False, 'createtorrent.trackers': [], 'ntf_sound': False, 'tray_password': u'', 'focus_add_dialog': True, 'ntf_server': u'', 'start_in_tray': False, 'ntf_tray_blink': True, 'check_new_releases': True, 'pref_dialog_height': 560, 'autoadd_queued': True, 'pref_dialog_width': 500, 'autoconnect_host_id': u'6f0949b845d2480fdfc87416b24d78afe9f7f001', 'classic_mode': False, 'window_pane_position': 224, 'focus_main_window_on_add': True, 'show_rate_in_title': False, 'autoadd_enable': False, 'ntf_username': u'', 'interactive_add': True, 'sidebar_show_zero': False, 'window_x_pos': 189, 'window_height': 480, 'ntf_security': None, 'connection_limit_list': [50, 100, 200, 300, 500], 'sidebar_position': 170, 'show_new_releases': True, 'autoconnect': True, 'choose_directory_dialog_path': u'/home/awknaust/Downloads', 'sidebar_show_trackers': True, 'autostart_localhost': True, 'show_toolbar': True, 'autoadd_location': u'', 'enable_appindicator': False, 'enabled_plugins': [], 'ntf_email_add': u'', 'signal_port': 40000} [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 ipcinterface:127 Checking if lockfile exists: /home/awknaust/.config/deluge/ipc/deluge-gtk.lock [DEBUG ] 16:51:57 ipcinterface:177 Processing args from other process: ['test2.torrent'] [DEBUG ] 16:51:57 ipcinterface:180 Not connected to host.. Adding to queue. [DEBUG ] 16:51:57 sessionproxy:55 SessionProxy init.. [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 config:304 Registering function for show_rate_in_title key.. [DEBUG ] 16:51:57 menubar:53 MenuBar init.. [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 toolbar:51 ToolBar Init.. [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 listview:177 ListView initialized.. [DEBUG ] 16:51:57 listview:307 Loading ListView state file: torrentview.state [DEBUG ] 16:51:57 torrentview:222 TorrentView Init.. [DEBUG ] 16:51:57 torrentdetails:443 Loading TorrentDetails state file: tabs.state [DEBUG ] 16:51:57 torrentdetails:157 weights: [] [DEBUG ] 16:51:57 torrentdetails:158 weight of tab: 0 [DEBUG ] 16:51:57 torrentdetails:193 Trying to insert tab at -1 [DEBUG ] 16:51:57 torrentdetails:69 parent: None [DEBUG ] 16:51:57 torrentdetails:198 Tab inserted at 0 [DEBUG ] 16:51:57 files_tab:280 Loading FilesTab state file: files_tab.state [DEBUG ] 16:51:57 torrentdetails:157 weights: [(0, 'Status')] [DEBUG ] 16:51:57 torrentdetails:158 weight of tab: 2 [DEBUG ] 16:51:57 torrentdetails:193 Trying to insert tab at -1 [DEBUG ] 16:51:57 torrentdetails:69 parent: None [DEBUG ] 16:51:57 torrentdetails:198 Tab inserted at 1 [DEBUG ] 16:51:57 peers_tab:211 Loading PeersTab state file: peers_tab.state [DEBUG ] 16:51:57 torrentdetails:157 weights: [(0, 'Status'), (2, 'Files')] [DEBUG ] 16:51:57 torrentdetails:158 weight of tab: 3 [DEBUG ] 16:51:57 torrentdetails:193 Trying to insert tab at -1 [DEBUG ] 16:51:57 torrentdetails:69 parent: None [DEBUG ] 16:51:57 torrentdetails:198 Tab inserted at 2 [DEBUG ] 16:51:57 torrentdetails:157 weights: [(0, 'Status'), (2, 'Files'), (3, 'Peers')] [DEBUG ] 16:51:57 torrentdetails:158 weight of tab: 1 [DEBUG ] 16:51:57 torrentdetails:164 Found pos 1 [DEBUG ] 16:51:57 torrentdetails:193 Trying to insert tab at 1 [DEBUG ] 16:51:57 torrentdetails:69 parent: None [DEBUG ] 16:51:57 torrentdetails:198 Tab inserted at 1 [DEBUG ] 16:51:57 torrentdetails:157 weights: [(0, 'Status'), (1, 'Details'), (2, 'Files'), (3, 'Peers')] [DEBUG ] 16:51:57 torrentdetails:158 weight of tab: 4 [DEBUG ] 16:51:57 torrentdetails:193 Trying to insert tab at -1 [DEBUG ] 16:51:57 torrentdetails:69 parent: None [DEBUG ] 16:51:57 torrentdetails:198 Tab inserted at 4 [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 sidebar:85 add tab:filters [DEBUG ] 16:51:57 filtertreeview:322 nothing selected [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 config:304 Registering function for enable_system_tray key.. [DEBUG ] 16:51:57 systemtray:132 Enabling the system tray icon.. [DEBUG ] 16:51:57 config:304 Registering function for enable_appindicator key.. [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 pluginmanagerbase:65 Plugin manager init.. [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 configmanager:111 Getting config 'hostlist.conf.1.2' [DEBUG ] 16:51:57 config:197 Setting 'hosts' to [('90899c0491165d89751a900a323fbf74379246aa', '127.0.0.1', 58846, '', '')] of [DEBUG ] 16:51:57 config:391 Config /home/awknaust/.config/deluge/hostlist.conf.1.2 version: 1.1 loaded: {'hosts': [[u'6f0949b845d2480fdfc87416b24d78afe9f7f001', u'127.0.0.1', 58846, u'', u'']]} [DEBUG ] 16:51:57 gtkui:323 _on_reactor_start [DEBUG ] 16:51:57 mainwindow:107 Showing window [DEBUG ] 16:51:57 gtkui:384 Autostarting localhost:58846 [DEBUG ] 16:51:57 gtkui:386 Localhost started: True [INFO ] 16:51:57 client:217 Connecting to daemon at 127.0.0.1:58846.. [INFO ] 16:51:57 client:121 Connected to daemon at 127.0.0.1:58846.. [DEBUG ] 16:51:57 ipcinterface:177 Processing args from other process: ['test2.torrent'] [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 16:51:57 ipcinterface:188 arg: test2.torrent [DEBUG ] 16:51:57 ipcinterface:207 Attempting to add file (test2.torrent) from external source... [DEBUG ] 16:51:57 addtorrentdialog:210 Adding torrent from file: /home/awknaust/delugedev/test2.torrent () [DEBUG ] 16:51:57 common:68 Attempting to open /home/awknaust/delugedev/test2.torrent. [ERROR ] 16:51:57 component:118 [Failure instance: Traceback: : 'download_location' /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:295:addCallbacks /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:577:_runCallbacks /home/awknaust/deluge/deluge/component.py:285:on_depends_started /home/awknaust/deluge/deluge/component.py:124:_component_start --- --- /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:139:maybeDeferred /home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py:90:start /home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py:178:on_button_add_clicked /home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py:176:add_torrent /home/awknaust/deluge/deluge/ui/gtkui/ipcinterface.py:217:process_args /home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py:241:add_from_files /home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py:481:set_default_options ] [DEBUG ] 16:51:57 pluginmanager:88 Core has these plugins enabled: () [DEBUG ] 16:51:57 torrentview:596 on_selection_changed [DEBUG ] 16:52:07 gtkui:311 sent: 2.9 KiB recv: 3.9 KiB [DEBUG ] 16:52:07 gtkui:319 sent rate: 0.0 KiB/s recv rate: 0.0 KiB/s [DEBUG ] 16:52:17 gtkui:311 sent: 4.3 KiB recv: 5.1 KiB [DEBUG ] 16:52:17 gtkui:319 sent rate: 0.1 KiB/s recv rate: 0.1 KiB/s [DEBUG ] 16:52:23 queuedtorrents:154 on_statusbar_click [DEBUG ] 16:52:27 gtkui:311 sent: 5.9 KiB recv: 6.3 KiB [DEBUG ] 16:52:27 gtkui:319 sent rate: 0.2 KiB/s recv rate: 0.1 KiB/s [DEBUG ] 16:52:37 gtkui:311 sent: 7.5 KiB recv: 7.6 KiB [DEBUG ] 16:52:37 gtkui:319 sent rate: 0.2 KiB/s recv rate: 0.1 KiB/s [DEBUG ] 16:52:47 gtkui:311 sent: 9.1 KiB recv: 8.9 KiB [DEBUG ] 16:52:47 gtkui:319 sent rate: 0.2 KiB/s recv rate: 0.1 KiB/s [DEBUG ] 16:52:57 gtkui:311 sent: 10.6 KiB recv: 10.1 KiB [DEBUG ] 16:52:57 gtkui:319 sent rate: 0.1 KiB/s recv rate: 0.1 KiB/s [INFO ] 16:53:01 client:224 Connection lost to daemon at 127.0.0.1:58846 reason: Connection was closed cleanly. [DEBUG ] 16:53:01 filtertreeview:322 nothing selected [DEBUG ] 16:53:01 gtkui:288 gtkui shutting down.. [DEBUG ] 16:53:01 listview:293 Saving ListView state file: torrentview.state [DEBUG ] 16:53:01 files_tab:266 Saving FilesTab state file: files_tab.state [DEBUG ] 16:53:01 peers_tab:197 Saving FilesTab state file: peers_tab.state [DEBUG ] 16:53:01 torrentdetails:419 Testing name: Status [DEBUG ] 16:53:01 torrentdetails:422 Set to Status 1 [DEBUG ] 16:53:01 torrentdetails:419 Testing name: Details [DEBUG ] 16:53:01 torrentdetails:422 Set to Details 1 [DEBUG ] 16:53:01 torrentdetails:419 Testing name: Files [DEBUG ] 16:53:01 torrentdetails:422 Set to Files 1 [DEBUG ] 16:53:01 torrentdetails:419 Testing name: Peers [DEBUG ] 16:53:01 torrentdetails:422 Set to Peers 1 [DEBUG ] 16:53:01 torrentdetails:419 Testing name: Options [DEBUG ] 16:53:01 torrentdetails:422 Set to Options 1 [DEBUG ] 16:53:01 torrentdetails:429 Saving TorrentDetails state file: tabs.state [DEBUG ] 16:53:01 sidebar:67 hpaned.position: 170