We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Querying the hpo endpoint with an invalid term results in no response (no http header).
# curl -i 'http://viguno:8080/hpo/terms?term_id=DECIPHER:616145' curl: (52) Empty reply from server
Expected There should be some response, e.g. a 404 at least.
The text was updated successfully, but these errors were encountered:
fix: proper error handling in /hpo/terms (#156)
6c5df92
fix: proper error handling in /hpo/terms (#156) (#175)
c0436de
Successfully merging a pull request may close this issue.
Describe the bug
Querying the hpo endpoint with an invalid term results in no response (no http header).
Expected
There should be some response, e.g. a 404 at least.
The text was updated successfully, but these errors were encountered: