Opened 13 years ago
Closed 13 years ago
#1801 closed bug (Fixed)
Failed connect results in unhandled defered error
Reported by: | Calum | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.3.3 |
Component: | Console UI | Version: | 1.3.1 |
Keywords: | Cc: |
Description (last modified by )
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 (4)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|
comment:2 by , 13 years ago
Milestone: | 1.3.2 → 1.3.x |
---|
comment:3 by , 13 years ago
Milestone: | 1.3.x → 1.3.3 |
---|
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in 1.3-stable: 2e7bd90b