#3362: Error when connecting to a remote server with deluge-console
----------------------------+------------------------
Reporter: Taspir | Type: bug
Status: new | Priority: minor
Milestone: needs verified | Component: Console UI
Version: 2.0.0 | Keywords:
----------------------------+------------------------
Hi,
I got the following error while connecting to my remote deluge server:
{{{
Unhandled error in Deferred:
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/twisted/internet/defer.py", line
654, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python3.8/site-packages/deluge/ui/client.py", line 408,
in __on_connect_fail
self.daemon_info_deferred.errback(reason)
File "/usr/lib/python3.8/site-packages/twisted/internet/defer.py", line
501, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python3.8/site-packages/twisted/internet/defer.py", line
568, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python3.8/site-packages/twisted/internet/defer.py", line
654, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python3.8/site-
packages/deluge/ui/console/modes/connectionmanager.py", line 90, in
_on_connect_fail
self.report_message('Failed to connect!', result)
File "/usr/lib/python3.8/site-
packages/deluge/ui/console/widgets/popup.py", line 61, in report_message
self.push_popup(MessagePopup(self, title, message))
File "/usr/lib/python3.8/site-
packages/deluge/ui/console/widgets/popup.py", line 354, in __init__
lns = format_utils.wrap_string(self.message, self.width - 3, 3, True)
File "/usr/lib/python3.8/site-
packages/deluge/ui/console/utils/format_utils.py", line 207, in
wrap_string
s1 = string.split('\n')
builtins.AttributeError: 'Failure' object has no attribute 'split'
}}}
I simply used the command {{{connect ip:port user passwd}}}.
Also, with my current setup I have a server running on rasbian (v 1.3.13)
and can successfully connect with the Windows deluge client (v 1.3.15),
but not with the Archlinux client (v 2.0.4). Is the 2.0.4 version simply
incompatible with the 1.x.x versions?
Regards
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3362>
Deluge <https://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/deluge-dev/045.9a08d674ae4575977800ff2d6cac7993%40deluge-torrent.org.