phenoscape / phenoscape-kb-services

Web services application for the Phenoscape RDF knowledgebase.
https://kb.phenoscape.org/apidocs/#/
MIT License
1 stars 3 forks source link

Fix 500 error for /similarity/corpus_size fetching taxa #537

Closed johnbradley closed 2 years ago

johnbradley commented 2 years ago

When trying to fetch the corpus size for taxa the request hangs for a while and eventually returns a 500.

$ curl https://kb.phenoscape.org/api/v2-beta/similarity/corpus_size?corpus_graph=http://kb.phenoscape.org/sim/taxa
There was an internal server error.

Please fix the API endpoint so it returns the proper data.

balhoff commented 2 years ago

This was fixed by #538.