monarch-initiative/biolink-api

error when retrieving data for a specific id

Opened this issue · 1 comments

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?

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}}