Opened 13 years ago

Last modified 13 years ago

#1801 closed bug

Failed connect results in unhandled defered error — at Initial Version

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

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.

Change History (0)

Note: See TracTickets for help on using tickets.