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]))
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]))