JamesJeffryes / pyclassyfire

A python client for the ClassyFire API
https://jamesjeffryes.github.io/pyclassyfire/
MIT License
15 stars 4 forks source link

ClassyFire Server Down #5

Open andrekind17 opened 10 months ago

andrekind17 commented 10 months ago

Hi, the ClassyFire server connected to GNPS and used by your script (posted on the following page https://pypi.org/project/pybatchclassyfire/ and redirecting to this GitHub repository) is down: https://gnps-classyfire.ucsd.edu

Can you fix this? Find attached the txt version of the script, with the the link to the server inside.

pybatchclassyfire.txt

Thanks

alrichardbollans commented 7 months ago

When making query requests I'm getting internal server errors, and similarly through the web portal the classification doesn't seem to be working still.

However, making individual queries with e.g. r = requests.get('http://classyfire.wishartlab.com/entities/%s.%s' % (inchikey, return_format), headers={ "Content-Type": "application/%s" % return_format})

seems to work.