You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: