chembl / chembl_webservices_2

Source code of the ChEMBL web services.
https://www.ebi.ac.uk/chembl/ws
Other
16 stars 3 forks source link

Error 4xx in image causes 500 error #91

Closed mnowotka closed 7 years ago

mnowotka commented 8 years ago

If you provide wrong rendering engine name, for example rdk instead of rdkit:

https://www.ebi.ac.uk/chembl/api/data/image/CHEMBL25?engine=rdk&format=png&ignoreCoords=1&dimensions=500

The software will try to provide error description in json format but because png was expected, serialiser will throw an exception and the result will be error 500. This should be fixed.

mnowotka commented 7 years ago

Fixed.