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
Hi,
When we do the following request: https://api.monarchinitiative.org/api/sim/search?taxon=9606&id=HP:0002011 the respons give an error: {"error": {"message": "An exception occurred: Expecting value: line 1 column 1 (char 0)", "code": 500}}
{"error": {"message": "An exception occurred: Expecting value: line 1 column 1 (char 0)", "code": 500}}
The next request is going fine https://api.monarchinitiative.org/api/sim/search?taxon=9606&id=HP:0002012
What's the cause if this error?
The text was updated successfully, but these errors were encountered:
We have another example of a failing request. We are still wondering what's going on.
https://api.monarchinitiative.org/api/sim/search?taxon=9606&metric=phenodigm&limit=50&&id=HP:0012372
{"error": {"message": "An exception occurred: [Errno Expecting value] : 0", "code": 500}}
Sorry, something went wrong.
No branches or pull requests
Hi,
When we do the following request:
https://api.monarchinitiative.org/api/sim/search?taxon=9606&id=HP:0002011
the respons give an error:
{"error": {"message": "An exception occurred: Expecting value: line 1 column 1 (char 0)", "code": 500}}
The next request is going fine
https://api.monarchinitiative.org/api/sim/search?taxon=9606&id=HP:0002012
What's the cause if this error?
The text was updated successfully, but these errors were encountered: