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
After looping from my list of queries (45 in total), I repeated with more and got this error:
from chemspipy import ChemSpider
cs = ChemSpider('my_api_key')
c = cs.get_compound(2157)
print(c.molecular_weight)
ChemSpiPyRateError: Too Many Requests;
Any clue? looks like I reached the limit for my searches.
Bests
The text was updated successfully, but these errors were encountered:
The Compounds v1 API is limited to 1000 searches, then it gives that error. If you get a new ChemSpider API key it should work for the next 1000 requests.
Dear all,
After looping from my list of queries (45 in total), I repeated with more and got this error:
Any clue? looks like I reached the limit for my searches.
Bests
The text was updated successfully, but these errors were encountered: