aipescience / uws-client

IVOA UWS service command line client
Apache License 2.0
11 stars 9 forks source link

No useful error message if typo in host name #34

Closed kristinriebe closed 8 years ago

kristinriebe commented 8 years ago

Try e.g. (no credentials needed): uws --host http://dc.zah.uni-heidelberg.de/tap/async list and now introduce a typo: uws --host http://dc.zah.uni-heidelberg.de/taps/async list

The returned error message e.msg is empty, e.raw is just 'False' in handle_error. The response from the server is a "404 Not Found" and should be passed on to the user.

kristinriebe commented 8 years ago

Solved now together with issue #36.