I've tried running some of these functions to classify inchikeys and am getting errors which seem to indicate issues with the classyfire server. E.g. structure_query("InChI=ATUOYWHBWRKTHZ-UHFFFAOYSA-N") gives "requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://classyfire.wishartlab.com/queries.json"
In contrast, running get_entity("ATUOYWHBWRKTHZ-UHFFFAOYSA-N", 'json',gnps_proxy=False) seems to work fine.
Just wondering if anyone has any insight into this and when/if the server will come back
I've tried running some of these functions to classify inchikeys and am getting errors which seem to indicate issues with the classyfire server. E.g.
structure_query("InChI=ATUOYWHBWRKTHZ-UHFFFAOYSA-N")gives "requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://classyfire.wishartlab.com/queries.json"In contrast, running
get_entity("ATUOYWHBWRKTHZ-UHFFFAOYSA-N", 'json',gnps_proxy=False)seems to work fine.Just wondering if anyone has any insight into this and when/if the server will come back