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
When querying for an unknown data set, e.g., http://higlass.io/api/v1/tiles/?d=wurst.3.1, the server returns a 500 error because a DoesNotExist error is not caught.
When querying for a known data set but for a wrong or missing index, e.g., http://higlass.io/api/v1/tiles/?d=CQMd6V_cRw6iCI_-Unl3PQ.4.5, the server returns a 500 error because an IndexError is not caught.
The text was updated successfully, but these errors were encountered:
When querying for an unknown data set, e.g.,
http://higlass.io/api/v1/tiles/?d=wurst.3.1
, the server returns a 500 error because aDoesNotExist
error is not caught.When querying for a known data set but for a wrong or missing index, e.g.,
http://higlass.io/api/v1/tiles/?d=CQMd6V_cRw6iCI_-Unl3PQ.4.5
, the server returns a 500 error because anIndexError
is not caught.The text was updated successfully, but these errors were encountered: