Opened 5 years ago
Last modified 2 years ago
#3347 new bug
Deluge-console traceback at launch
Reported by: | blackbox42 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.1.1 |
Component: | Unknown | Version: | 2.0.3 |
Keywords: | Cc: |
Description
Deluge console displays the initial connect box but then locks up and crashes.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 654, in _runCallbacks
current.result = callback(current.result, *args, kw)
File "/usr/lib/python3/dist-packages/deluge/ui/client.py", line 408, in on_connect_fail
self.daemon_info_deferred.errback(reason)
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 501, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 568, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 654, in _runCallbacks
current.result = callback(current.result, *args, kw)
File "/usr/lib/python3/dist-packages/deluge/ui/console/modes/connectionmanager.py", line 78, in on_host_status
self.update_select_host_popup()
File "/usr/lib/python3/dist-packages/deluge/ui/console/modes/connectionmanager.py", line 40, in update_select_host_popup
selected_index = self.popup.current_selection() if self.popup else None
builtins.AttributeError: 'InputPopup' object has no attribute 'current_selection'
blackbox@bluebox:/blue_raid/big$ deluge-console -v deluge-console 2.0.3 libtorrent: 1.1.13.0 Python: 3.7.5 OS: Linux Ubuntu 19.10 Eoan Ermine
Change History (3)
comment:1 by , 3 years ago
Milestone: | needs verified → 2.1.0 |
---|
Might be duplicate of, or related to #3378