id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1801,Failed connect results in unhandled defered error,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.
}}}


",bug,closed,trivial,1.3.3,console,1.3.1,fixed,,
