#1801: Failed connect results in unhandled defered error
---------------------+------------------------------------------------------
Reporter: Cas | Owner:
Type: bug | Status: new
Priority: trivial | Milestone: 1.3.2
Component: console | Version: 1.3.1
Keywords: |
---------------------+------------------------------------------------------
Description changed by Cas:
Old description:
> Either the wrong message or an error can occur when connect fails
>
> {{{
> connect 10.0.0.8 user pass
> Failed to connect to 10.0.0.8:58846 with reason: user
> }}}
>
> This should say something like 'user/pass' wrong.
> ----
>
> {{{
> connect 10.0.0.8
> Failed to connect to 10.0.0.1:58846 with reason:
> }}}
> The reason is blank and due to unhandled error:
> {{{
> Unhandled error in Deferred:
> Traceback (most recent call last):
> Failure: twisted.internet.error.ConnectionRefusedError: Connection was
> refused by other side: 111: Connection refused.
> }}}
New description:
Either the wrong message or an error can occur when connect fails
{{{
connect 10.0.0.1 user pass
Failed to connect to 10.0.0.1:58846 with reason: user
}}}
This should say something like 'user/pass' wrong.
----
{{{
connect 10.0.0.1
Failed to connect to 10.0.0.1:58846 with reason:
}}}
The reason is blank and due to unhandled error:
{{{
Unhandled error in Deferred:
Traceback (most recent call last):
Failure: twisted.internet.error.ConnectionRefusedError: Connection was
refused by other side: 111: Connection refused.
}}}
--
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1801#comment:1>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.