Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server doesn't handle tile query errors #46

Open
flekschas opened this issue May 25, 2017 · 0 comments
Open

Server doesn't handle tile query errors #46

flekschas opened this issue May 25, 2017 · 0 comments
Labels

Comments

@flekschas
Copy link
Member

flekschas commented May 25, 2017

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.

@flekschas flekschas added the bug label May 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant