You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's possible to query a collection that doesn't exist on the server and receive an empty result table. I would think a better UX would be to receive an exception in these cases.
Note that we have looked into addressing this upstream in pyvo, but unfortunately there is no good solutions for this.
So this issue is for specifically for IRSA where we have the possible collection values, thus we cache it for the instance.
Currently it's possible to query a collection that doesn't exist on the server and receive an empty result table. I would think a better UX would be to receive an exception in these cases.
E.g. currently this is what I get:
Note that we have looked into addressing this upstream in pyvo, but unfortunately there is no good solutions for this.
So this issue is for specifically for IRSA where we have the possible collection values, thus we cache it for the instance.
x-ref: astropy/pyvo#651
The text was updated successfully, but these errors were encountered: