Opened 13 years ago

Last modified 13 years ago

#1801 closed bug

Failed connect results in unhandled defered error — at Version 1

Reported by: Cas Owned by:
Priority: trivial Milestone: 1.3.3
Component: Console UI Version: 1.3.1
Keywords: Cc:

Description (last modified by Cas)

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.

Change History (1)

comment:1 Changed 13 years ago by Cas

  • Description modified (diff)
Note: See TracTickets for help on using tickets.