EBISPOT / zooma

ZOOMA - Optimal Ontology Mapping Application. http://www.ebi.ac.uk/spot/zooma.
Apache License 2.0
24 stars 11 forks source link

API call gives JSON error #95

Closed henrietteharmse closed 2 years ago

henrietteharmse commented 2 years ago

This API call gives

https://www.ebi.ac.uk/spot/zooma/v2/api/services/annotate?propertyValue=ICC&propertyType=authors+cell+type&filter=required:[atlas,gwas],preferred:[atlas,gwas],ontologies:[efo]

the following error: ZOOMA encountered a problem that it could not recover from (Failed to complete a search for 'ICC' (org.springframework.http.converter.HttpMessageNotReadableException: Could not read JSON: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null') at [Source: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@63dd285b; line: 1, column: 2]; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null') at [Source: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@63dd285b; line: 1, column: 2]))

henrietteharmse commented 2 years ago

Seems to have been part of our server issues we experienced earlier.