Custom Query (2449 matches)
Results (190 - 192 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3058 | Fixed | Error Adding User | ||
| Description |
On thin mode it's impossible to add a user: renato@firefox-server:/media/disk/deluge$ deluge
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/preferences.py", line 1023, in on_accounts_add_clicked
dialog = AccountDialog(levels_mapping=client.auth_levels_mapping, parent=self.pref_dialog)
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/dialogs.py", line 273, in __init__
self.authlevel_combo = gtk.ComboBoxText()
AttributeError: 'module' object has no attribute 'ComboBoxText'
renato@firefox-server:/media/disk/deluge$
|
|||
| #3056 | WorksForMe | creating daemon connection in deluge-gtk fails without feedback | ||
| Description |
After the connection to the daemon failed without feedback (probably another issue which can't be investigated prior to fixing this one) I deleted the long time ago only defined connection in order to re-create it. After clicking on "Add", entering hostname, port, username and password and clicking "Save" the creation dialog closes, but the connection isn't listed in the list of available connections. There's no feedback for the user and nothing logged to console. experienced with 2.0.0.dev7052+45e0d10+201706100031~ubuntu17.04.1 on Ubuntu 17.04 |
|||
| #3055 | Fixed | not connecting to daemon | ||
| Description |
renato@firefox-server:~$ deluge
Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 420, in fireEvent
DeferredList(beforeResults).addCallback(self._continueFiring)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 319, in addCallback
callbackKeywords=kw)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 308, in addCallbacks
self._runCallbacks()
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 651, in _runCallbacks
current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 433, in _continueFiring
callable(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py", line 295, in _on_reactor_start
return self._start_thinclient()
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py", line 343, in _start_thinclient
if host_config[1] in self.connectionmanager.LOCALHOST:
exceptions.AttributeError: 'ConnectionManager' object has no attribute 'LOCALHOST'
07:01:02.358 [CRITICAL][twisted :154 ] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 420, in fireEvent
DeferredList(beforeResults).addCallback(self._continueFiring)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 319, in addCallback
callbackKeywords=kw)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 308, in addCallbacks
self._runCallbacks()
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 651, in _runCallbacks
current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 433, in _continueFiring
callable(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py", line 295, in _on_reactor_start
return self._start_thinclient()
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py", line 343, in _start_thinclient
if host_config[1] in self.connectionmanager.LOCALHOST:
exceptions.AttributeError: 'ConnectionManager' object has no attribute 'LOCALHOST'
07:01:02.358 [CRITICAL][twisted :154 ] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 420, in fireEvent
DeferredList(beforeResults).addCallback(self._continueFiring)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 319, in addCallback
callbackKeywords=kw)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 308, in addCallbacks
self._runCallbacks()
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 651, in _runCallbacks
current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 433, in _continueFiring
callable(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py", line 295, in _on_reactor_start
return self._start_thinclient()
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py", line 343, in _start_thinclient
if host_config[1] in self.connectionmanager.LOCALHOST:
exceptions.AttributeError: 'ConnectionManager' object has no attribute 'LOCALHOST'
|
|||
Note:
See TracQuery
for help on using queries.
