biolink-api icon indicating copy to clipboard operation
biolink-api copied to clipboard

error when retrieving data for a specific id

Open dominickdm opened this issue 3 years ago • 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?

dominickdm avatar Apr 22 '22 07:04 dominickdm

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

dominickdm avatar Sep 06 '22 06:09 dominickdm