monarch-initiative / biolink-api

API for linked biological knowledge
https://api.monarchinitiative.org/api/
BSD 3-Clause "New" or "Revised" License
63 stars 25 forks source link

error when retrieving data for a specific id #393

Open dominickdm opened 2 years ago

dominickdm commented 2 years ago

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?

dominickdm commented 2 years ago

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