Skip to content
New issue

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

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

Open
anas-elghafari opened this issue Oct 7, 2024 · 1 comment
Assignees
Labels
api-query Issue querying the API bug Something isn't working

Comments

@anas-elghafari
Copy link

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'.

@anas-elghafari anas-elghafari added api-query Issue querying the API bug Something isn't working labels Oct 7, 2024
Copy link

dagshub bot commented Oct 7, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-query Issue querying the API bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants