Skip to content

6 OMIM ids result in an "Internal Server Error" when submitted to the similarity endpoint #60

@anas-elghafari

Description

@anas-elghafari

Each of the following 6 OMIMs result in an internal server error (response status 500) when submitted as a param to the similarity endpoint:
OMIM:256700 OMIM:175100 OMIM:300494 OMIM:175505 OMIM:259660 OMIM:138800

Example to reproduce the server error:
curl -X 'POST'
'https://openpredict.semanticscience.org/similarity'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{
"subjects": ["OMIM:138800"],
"objects": [],
"options": {}
}'

Additionally, while all of these show up in the similarity hits of other OMIM ids, they -alone among the 308 results- never have an 'object_label'.

Metadata

Metadata

Labels

api-queryIssue querying the APIbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions