1 | -----------------Begin commandline/outptut-------- (I use delude as an alias for deluge-gtk --log-level=debug -l debug.log)
|
---|
2 |
|
---|
3 | awknaust@bluetowel:~/delugedev$ delude
|
---|
4 | Unhandled error in Deferred:
|
---|
5 | Unhandled Error
|
---|
6 | Traceback (most recent call last):
|
---|
7 | File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 139, in maybeDeferred
|
---|
8 | result = f(*args, **kw)
|
---|
9 | File "/home/awknaust/deluge/deluge/ui/gtkui/torrentview.py", line 323, in start
|
---|
10 | component.get("SessionProxy").get_torrents_status({}, []).addCallback(self._on_session_state)
|
---|
11 | File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 306, in addCallback
|
---|
12 | callbackKeywords=kw)
|
---|
13 | File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 295, in addCallbacks
|
---|
14 | self._runCallbacks()
|
---|
15 | --- <exception caught here> ---
|
---|
16 | File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 577, in _runCallbacks
|
---|
17 | current.result = callback(current.result, *args, **kw)
|
---|
18 | File "/home/awknaust/deluge/deluge/ui/gtkui/torrentview.py", line 331, in _on_session_state
|
---|
19 | self.update_view(load_new_list=True)
|
---|
20 | File "/home/awknaust/deluge/deluge/ui/gtkui/torrentview.py", line 461, in update_view
|
---|
21 | self.create_model_filter()
|
---|
22 | File "/home/awknaust/deluge/deluge/ui/gtkui/listview.py", line 229, in create_model_filter
|
---|
23 | self.set_model_sort()
|
---|
24 | File "/home/awknaust/deluge/deluge/ui/gtkui/listview.py", line 232, in set_model_sort
|
---|
25 | for column_state in self.state:
|
---|
26 | exceptions.TypeError: 'NoneType' object is not iterable
|
---|
27 | awknaust@bluetowel:~/delugedev$ delude
|
---|
28 | Unhandled error in Deferred:
|
---|
29 | Unhandled Error
|
---|
30 | Traceback (most recent call last):
|
---|
31 | Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
|
---|
32 | Unhandled error in Deferred:
|
---|
33 | Unhandled Error
|
---|
34 | Traceback (most recent call last):
|
---|
35 | Failure: twisted.internet.error.UserError: User aborted connection.
|
---|
36 | awknaust@bluetowel:~/delugedev$ delude test1.torrent
|
---|
37 | [ERROR ] 16:50:06 main:232 There is a deluge daemon running with this config directory!
|
---|
38 | [ERROR ] 16:50:06 main:233 You cannot run multiple daemons with the same config directory set.
|
---|
39 | [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.
|
---|
40 | awknaust@bluetowel:~/delugedev$ delude test2.torrent
|
---|
41 | Traceback (most recent call last):
|
---|
42 | File "/home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py", line 302, in _on_torrent_changed
|
---|
43 | self.update_torrent_options(model.get_value(row, 0))
|
---|
44 | File "/home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py", line 372, in update_torrent_options
|
---|
45 | self.set_default_options()
|
---|
46 | File "/home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py", line 481, in set_default_options
|
---|
47 | self.core_config["download_location"])
|
---|
48 | KeyError: 'download_location'
|
---|
49 | [ERROR ] 16:51:57 main:232 There is a deluge daemon running with this config directory!
|
---|
50 | [ERROR ] 16:51:57 main:233 You cannot run multiple daemons with the same config directory set.
|
---|
51 | [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.
|
---|
52 | Unhandled error in Deferred:
|
---|
53 | Unhandled Error
|
---|
54 | Traceback (most recent call last):
|
---|
55 | File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 295, in addCallbacks
|
---|
56 | self._runCallbacks()
|
---|
57 | File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 577, in _runCallbacks
|
---|
58 | current.result = callback(current.result, *args, **kw)
|
---|
59 | File "/home/awknaust/deluge/deluge/component.py", line 285, in on_depends_started
|
---|
60 | return self.components[name]._component_start()
|
---|
61 | File "/home/awknaust/deluge/deluge/component.py", line 124, in _component_start
|
---|
62 | d = maybeDeferred(self.start)
|
---|
63 | --- <exception caught here> ---
|
---|
64 | File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 139, in maybeDeferred
|
---|
65 | result = f(*args, **kw)
|
---|
66 | File "/home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py", line 90, in start
|
---|
67 | self.on_button_add_clicked(None)
|
---|
68 | File "/home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py", line 178, in on_button_add_clicked
|
---|
69 | self.liststore.foreach(add_torrent, None)
|
---|
70 | File "/home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py", line 176, in add_torrent
|
---|
71 | process_args([torrent_path])
|
---|
72 | File "/home/awknaust/deluge/deluge/ui/gtkui/ipcinterface.py", line 217, in process_args
|
---|
73 | component.get("AddTorrentDialog").add_from_files([path])
|
---|
74 | File "/home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py", line 241, in add_from_files
|
---|
75 | self.set_default_options()
|
---|
76 | File "/home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py", line 481, in set_default_options
|
---|
77 | self.core_config["download_location"])
|
---|
78 | exceptions.KeyError: 'download_location'
|
---|
79 |
|
---|
80 |
|
---|
81 |
|
---|
82 | -----------------Begin log file--------------------
|
---|
83 |
|
---|
84 |
|
---|
85 | [INFO ] 16:51:57 ui:121 Deluge ui 1.3.7-dev
|
---|
86 | [DEBUG ] 16:51:57 ui:122 options: {'loglevel': 'debug', 'logfile': '/home/awknaust/delugedev/debuglog.log', 'config': None, 'quiet': False}
|
---|
87 | [DEBUG ] 16:51:57 ui:123 args: ['test2.torrent']
|
---|
88 | [INFO ] 16:51:57 ui:124 Starting gtk ui..
|
---|
89 | [WARNING ] 16:51:57 gtkui:196 Unable to register a 'die' handler with the GNOME session manager: No module named gnome.ui
|
---|
90 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
91 | [DEBUG ] 16:51:57 config:197 Setting 'close_to_tray' to False of <type 'bool'>
|
---|
92 | [DEBUG ] 16:51:57 config:197 Setting 'ntf_sound_path' to /home/awknaust/Downloads of <type 'str'>
|
---|
93 | [DEBUG ] 16:51:57 config:197 Setting 'window_width' to 640 of <type 'int'>
|
---|
94 | [DEBUG ] 16:51:57 config:197 Setting 'default_load_path' to None of <type 'NoneType'>
|
---|
95 | [DEBUG ] 16:51:57 config:197 Setting 'window_y_pos' to 0 of <type 'int'>
|
---|
96 | [DEBUG ] 16:51:57 config:197 Setting 'ntf_email' to False of <type 'bool'>
|
---|
97 | [DEBUG ] 16:51:57 config:197 Setting 'tray_upload_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
|
---|
98 | [DEBUG ] 16:51:57 config:197 Setting 'show_statusbar' to True of <type 'bool'>
|
---|
99 | [DEBUG ] 16:51:57 config:197 Setting 'ntf_popup' to False of <type 'bool'>
|
---|
100 | [DEBUG ] 16:51:57 config:197 Setting 'ntf_pass' to of <type 'str'>
|
---|
101 | [DEBUG ] 16:51:57 config:197 Setting 'tray_download_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
|
---|
102 | [DEBUG ] 16:51:57 config:197 Setting 'window_maximized' to False of <type 'bool'>
|
---|
103 | [DEBUG ] 16:51:57 config:197 Setting 'enable_system_tray' to True of <type 'bool'>
|
---|
104 | [DEBUG ] 16:51:57 config:197 Setting 'show_sidebar' to True of <type 'bool'>
|
---|
105 | [DEBUG ] 16:51:57 config:197 Setting 'show_connection_manager_on_start' to True of <type 'bool'>
|
---|
106 | [DEBUG ] 16:51:57 config:197 Setting 'lock_tray' to False of <type 'bool'>
|
---|
107 | [DEBUG ] 16:51:57 config:197 Setting 'createtorrent.trackers' to [] of <type 'list'>
|
---|
108 | [DEBUG ] 16:51:57 config:197 Setting 'ntf_sound' to False of <type 'bool'>
|
---|
109 | [DEBUG ] 16:51:57 config:197 Setting 'tray_password' to of <type 'str'>
|
---|
110 | [DEBUG ] 16:51:57 config:197 Setting 'focus_add_dialog' to True of <type 'bool'>
|
---|
111 | [DEBUG ] 16:51:57 config:197 Setting 'ntf_server' to of <type 'str'>
|
---|
112 | [DEBUG ] 16:51:57 config:197 Setting 'start_in_tray' to False of <type 'bool'>
|
---|
113 | [DEBUG ] 16:51:57 config:197 Setting 'ntf_tray_blink' to True of <type 'bool'>
|
---|
114 | [DEBUG ] 16:51:57 config:197 Setting 'check_new_releases' to True of <type 'bool'>
|
---|
115 | [DEBUG ] 16:51:57 config:197 Setting 'autoadd_queued' to False of <type 'bool'>
|
---|
116 | [DEBUG ] 16:51:57 config:197 Setting 'pref_dialog_width' to None of <type 'NoneType'>
|
---|
117 | [DEBUG ] 16:51:57 config:197 Setting 'autoadd_enable' to False of <type 'bool'>
|
---|
118 | [DEBUG ] 16:51:57 config:197 Setting 'autoconnect_host_id' to None of <type 'NoneType'>
|
---|
119 | [DEBUG ] 16:51:57 config:197 Setting 'classic_mode' to True of <type 'bool'>
|
---|
120 | [DEBUG ] 16:51:57 config:197 Setting 'window_pane_position' to -1 of <type 'int'>
|
---|
121 | [DEBUG ] 16:51:57 config:197 Setting 'enabled_plugins' to [] of <type 'list'>
|
---|
122 | [DEBUG ] 16:51:57 config:197 Setting 'show_rate_in_title' to False of <type 'bool'>
|
---|
123 | [DEBUG ] 16:51:57 config:197 Setting 'pref_dialog_height' to None of <type 'NoneType'>
|
---|
124 | [DEBUG ] 16:51:57 config:197 Setting 'ntf_username' to of <type 'str'>
|
---|
125 | [DEBUG ] 16:51:57 config:197 Setting 'interactive_add' to True of <type 'bool'>
|
---|
126 | [DEBUG ] 16:51:57 config:197 Setting 'sidebar_show_zero' to False of <type 'bool'>
|
---|
127 | [DEBUG ] 16:51:57 config:197 Setting 'window_x_pos' to 0 of <type 'int'>
|
---|
128 | [DEBUG ] 16:51:57 config:197 Setting 'window_height' to 480 of <type 'int'>
|
---|
129 | [DEBUG ] 16:51:57 config:197 Setting 'ntf_security' to None of <type 'NoneType'>
|
---|
130 | [DEBUG ] 16:51:57 config:197 Setting 'connection_limit_list' to [50, 100, 200, 300, 500] of <type 'list'>
|
---|
131 | [DEBUG ] 16:51:57 config:197 Setting 'sidebar_position' to 170 of <type 'int'>
|
---|
132 | [DEBUG ] 16:51:57 config:197 Setting 'show_new_releases' to True of <type 'bool'>
|
---|
133 | [DEBUG ] 16:51:57 config:197 Setting 'autoconnect' to False of <type 'bool'>
|
---|
134 | [DEBUG ] 16:51:57 config:197 Setting 'choose_directory_dialog_path' to /home/awknaust/Downloads of <type 'str'>
|
---|
135 | [DEBUG ] 16:51:57 config:197 Setting 'sidebar_show_trackers' to True of <type 'bool'>
|
---|
136 | [DEBUG ] 16:51:57 config:197 Setting 'autostart_localhost' to False of <type 'bool'>
|
---|
137 | [DEBUG ] 16:51:57 config:197 Setting 'show_toolbar' to True of <type 'bool'>
|
---|
138 | [DEBUG ] 16:51:57 config:197 Setting 'autoadd_location' to of <type 'str'>
|
---|
139 | [DEBUG ] 16:51:57 config:197 Setting 'enable_appindicator' to False of <type 'bool'>
|
---|
140 | [DEBUG ] 16:51:57 config:197 Setting 'focus_main_window_on_add' to True of <type 'bool'>
|
---|
141 | [DEBUG ] 16:51:57 config:197 Setting 'ntf_email_add' to of <type 'str'>
|
---|
142 | [DEBUG ] 16:51:57 config:197 Setting 'signal_port' to 40000 of <type 'int'>
|
---|
143 | [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}
|
---|
144 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
145 | [DEBUG ] 16:51:57 ipcinterface:127 Checking if lockfile exists: /home/awknaust/.config/deluge/ipc/deluge-gtk.lock
|
---|
146 | [DEBUG ] 16:51:57 ipcinterface:177 Processing args from other process: ['test2.torrent']
|
---|
147 | [DEBUG ] 16:51:57 ipcinterface:180 Not connected to host.. Adding to queue.
|
---|
148 | [DEBUG ] 16:51:57 sessionproxy:55 SessionProxy init..
|
---|
149 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
150 | [DEBUG ] 16:51:57 config:304 Registering function for show_rate_in_title key..
|
---|
151 | [DEBUG ] 16:51:57 menubar:53 MenuBar init..
|
---|
152 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
153 | [DEBUG ] 16:51:57 toolbar:51 ToolBar Init..
|
---|
154 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
155 | [DEBUG ] 16:51:57 listview:177 ListView initialized..
|
---|
156 | [DEBUG ] 16:51:57 listview:307 Loading ListView state file: torrentview.state
|
---|
157 | [DEBUG ] 16:51:57 torrentview:222 TorrentView Init..
|
---|
158 | [DEBUG ] 16:51:57 torrentdetails:443 Loading TorrentDetails state file: tabs.state
|
---|
159 | [DEBUG ] 16:51:57 torrentdetails:157 weights: []
|
---|
160 | [DEBUG ] 16:51:57 torrentdetails:158 weight of tab: 0
|
---|
161 | [DEBUG ] 16:51:57 torrentdetails:193 Trying to insert tab at -1
|
---|
162 | [DEBUG ] 16:51:57 torrentdetails:69 parent: None
|
---|
163 | [DEBUG ] 16:51:57 torrentdetails:198 Tab inserted at 0
|
---|
164 | [DEBUG ] 16:51:57 files_tab:280 Loading FilesTab state file: files_tab.state
|
---|
165 | [DEBUG ] 16:51:57 torrentdetails:157 weights: [(0, 'Status')]
|
---|
166 | [DEBUG ] 16:51:57 torrentdetails:158 weight of tab: 2
|
---|
167 | [DEBUG ] 16:51:57 torrentdetails:193 Trying to insert tab at -1
|
---|
168 | [DEBUG ] 16:51:57 torrentdetails:69 parent: None
|
---|
169 | [DEBUG ] 16:51:57 torrentdetails:198 Tab inserted at 1
|
---|
170 | [DEBUG ] 16:51:57 peers_tab:211 Loading PeersTab state file: peers_tab.state
|
---|
171 | [DEBUG ] 16:51:57 torrentdetails:157 weights: [(0, 'Status'), (2, 'Files')]
|
---|
172 | [DEBUG ] 16:51:57 torrentdetails:158 weight of tab: 3
|
---|
173 | [DEBUG ] 16:51:57 torrentdetails:193 Trying to insert tab at -1
|
---|
174 | [DEBUG ] 16:51:57 torrentdetails:69 parent: None
|
---|
175 | [DEBUG ] 16:51:57 torrentdetails:198 Tab inserted at 2
|
---|
176 | [DEBUG ] 16:51:57 torrentdetails:157 weights: [(0, 'Status'), (2, 'Files'), (3, 'Peers')]
|
---|
177 | [DEBUG ] 16:51:57 torrentdetails:158 weight of tab: 1
|
---|
178 | [DEBUG ] 16:51:57 torrentdetails:164 Found pos 1
|
---|
179 | [DEBUG ] 16:51:57 torrentdetails:193 Trying to insert tab at 1
|
---|
180 | [DEBUG ] 16:51:57 torrentdetails:69 parent: None
|
---|
181 | [DEBUG ] 16:51:57 torrentdetails:198 Tab inserted at 1
|
---|
182 | [DEBUG ] 16:51:57 torrentdetails:157 weights: [(0, 'Status'), (1, 'Details'), (2, 'Files'), (3, 'Peers')]
|
---|
183 | [DEBUG ] 16:51:57 torrentdetails:158 weight of tab: 4
|
---|
184 | [DEBUG ] 16:51:57 torrentdetails:193 Trying to insert tab at -1
|
---|
185 | [DEBUG ] 16:51:57 torrentdetails:69 parent: None
|
---|
186 | [DEBUG ] 16:51:57 torrentdetails:198 Tab inserted at 4
|
---|
187 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
188 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
189 | [DEBUG ] 16:51:57 sidebar:85 add tab:filters
|
---|
190 | [DEBUG ] 16:51:57 filtertreeview:322 nothing selected
|
---|
191 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
192 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
193 | [DEBUG ] 16:51:57 config:304 Registering function for enable_system_tray key..
|
---|
194 | [DEBUG ] 16:51:57 systemtray:132 Enabling the system tray icon..
|
---|
195 | [DEBUG ] 16:51:57 config:304 Registering function for enable_appindicator key..
|
---|
196 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
197 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
198 | [DEBUG ] 16:51:57 pluginmanagerbase:65 Plugin manager init..
|
---|
199 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
200 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
201 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'hostlist.conf.1.2'
|
---|
202 | [DEBUG ] 16:51:57 config:197 Setting 'hosts' to [('90899c0491165d89751a900a323fbf74379246aa', '127.0.0.1', 58846, '', '')] of <type 'list'>
|
---|
203 | [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'']]}
|
---|
204 | [DEBUG ] 16:51:57 gtkui:323 _on_reactor_start
|
---|
205 | [DEBUG ] 16:51:57 mainwindow:107 Showing window
|
---|
206 | [DEBUG ] 16:51:57 gtkui:384 Autostarting localhost:58846
|
---|
207 | [DEBUG ] 16:51:57 gtkui:386 Localhost started: True
|
---|
208 | [INFO ] 16:51:57 client:217 Connecting to daemon at 127.0.0.1:58846..
|
---|
209 | [INFO ] 16:51:57 client:121 Connected to daemon at 127.0.0.1:58846..
|
---|
210 | [DEBUG ] 16:51:57 ipcinterface:177 Processing args from other process: ['test2.torrent']
|
---|
211 | [DEBUG ] 16:51:57 configmanager:111 Getting config 'gtkui.conf'
|
---|
212 | [DEBUG ] 16:51:57 ipcinterface:188 arg: test2.torrent
|
---|
213 | [DEBUG ] 16:51:57 ipcinterface:207 Attempting to add file (test2.torrent) from external source...
|
---|
214 | [DEBUG ] 16:51:57 addtorrentdialog:210 Adding torrent from file: /home/awknaust/delugedev/test2.torrent (<type 'str'>)
|
---|
215 | [DEBUG ] 16:51:57 common:68 Attempting to open /home/awknaust/delugedev/test2.torrent.
|
---|
216 | [ERROR ] 16:51:57 component:118 [Failure instance: Traceback: <type 'exceptions.KeyError'>: 'download_location'
|
---|
217 | /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:295:addCallbacks
|
---|
218 | /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:577:_runCallbacks
|
---|
219 | /home/awknaust/deluge/deluge/component.py:285:on_depends_started
|
---|
220 | /home/awknaust/deluge/deluge/component.py:124:_component_start
|
---|
221 | --- <exception caught here> ---
|
---|
222 | /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:139:maybeDeferred
|
---|
223 | /home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py:90:start
|
---|
224 | /home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py:178:on_button_add_clicked
|
---|
225 | /home/awknaust/deluge/deluge/ui/gtkui/queuedtorrents.py:176:add_torrent
|
---|
226 | /home/awknaust/deluge/deluge/ui/gtkui/ipcinterface.py:217:process_args
|
---|
227 | /home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py:241:add_from_files
|
---|
228 | /home/awknaust/deluge/deluge/ui/gtkui/addtorrentdialog.py:481:set_default_options
|
---|
229 | ]
|
---|
230 | [DEBUG ] 16:51:57 pluginmanager:88 Core has these plugins enabled: ()
|
---|
231 | [DEBUG ] 16:51:57 torrentview:596 on_selection_changed
|
---|
232 | [DEBUG ] 16:52:07 gtkui:311 sent: 2.9 KiB recv: 3.9 KiB
|
---|
233 | [DEBUG ] 16:52:07 gtkui:319 sent rate: 0.0 KiB/s recv rate: 0.0 KiB/s
|
---|
234 | [DEBUG ] 16:52:17 gtkui:311 sent: 4.3 KiB recv: 5.1 KiB
|
---|
235 | [DEBUG ] 16:52:17 gtkui:319 sent rate: 0.1 KiB/s recv rate: 0.1 KiB/s
|
---|
236 | [DEBUG ] 16:52:23 queuedtorrents:154 on_statusbar_click
|
---|
237 | [DEBUG ] 16:52:27 gtkui:311 sent: 5.9 KiB recv: 6.3 KiB
|
---|
238 | [DEBUG ] 16:52:27 gtkui:319 sent rate: 0.2 KiB/s recv rate: 0.1 KiB/s
|
---|
239 | [DEBUG ] 16:52:37 gtkui:311 sent: 7.5 KiB recv: 7.6 KiB
|
---|
240 | [DEBUG ] 16:52:37 gtkui:319 sent rate: 0.2 KiB/s recv rate: 0.1 KiB/s
|
---|
241 | [DEBUG ] 16:52:47 gtkui:311 sent: 9.1 KiB recv: 8.9 KiB
|
---|
242 | [DEBUG ] 16:52:47 gtkui:319 sent rate: 0.2 KiB/s recv rate: 0.1 KiB/s
|
---|
243 | [DEBUG ] 16:52:57 gtkui:311 sent: 10.6 KiB recv: 10.1 KiB
|
---|
244 | [DEBUG ] 16:52:57 gtkui:319 sent rate: 0.1 KiB/s recv rate: 0.1 KiB/s
|
---|
245 | [INFO ] 16:53:01 client:224 Connection lost to daemon at 127.0.0.1:58846 reason: Connection was closed cleanly.
|
---|
246 | [DEBUG ] 16:53:01 filtertreeview:322 nothing selected
|
---|
247 | [DEBUG ] 16:53:01 gtkui:288 gtkui shutting down..
|
---|
248 | [DEBUG ] 16:53:01 listview:293 Saving ListView state file: torrentview.state
|
---|
249 | [DEBUG ] 16:53:01 files_tab:266 Saving FilesTab state file: files_tab.state
|
---|
250 | [DEBUG ] 16:53:01 peers_tab:197 Saving FilesTab state file: peers_tab.state
|
---|
251 | [DEBUG ] 16:53:01 torrentdetails:419 Testing name: Status
|
---|
252 | [DEBUG ] 16:53:01 torrentdetails:422 Set to Status 1
|
---|
253 | [DEBUG ] 16:53:01 torrentdetails:419 Testing name: Details
|
---|
254 | [DEBUG ] 16:53:01 torrentdetails:422 Set to Details 1
|
---|
255 | [DEBUG ] 16:53:01 torrentdetails:419 Testing name: Files
|
---|
256 | [DEBUG ] 16:53:01 torrentdetails:422 Set to Files 1
|
---|
257 | [DEBUG ] 16:53:01 torrentdetails:419 Testing name: Peers
|
---|
258 | [DEBUG ] 16:53:01 torrentdetails:422 Set to Peers 1
|
---|
259 | [DEBUG ] 16:53:01 torrentdetails:419 Testing name: Options
|
---|
260 | [DEBUG ] 16:53:01 torrentdetails:422 Set to Options 1
|
---|
261 | [DEBUG ] 16:53:01 torrentdetails:429 Saving TorrentDetails state file: tabs.state
|
---|
262 | [DEBUG ] 16:53:01 sidebar:67 hpaned.position: 170
|
---|