fabiobatalha / crossrefapi

A python library that implements the Crossref API.
BSD 2-Clause "Simplified" License
280 stars 44 forks source link

Too Many Requests Error #25

Closed ManivannanIkomet closed 3 years ago

ManivannanIkomet commented 4 years ago

Hi @fabiobatalha I am using this library now and i got too many request error. Because i called the multiple request at a time. How to handle this error Please reply me.

ManivannanIkomet commented 4 years ago

Hi @fabiobatalha Please reply me.

fabiobatalha commented 4 years ago

Hi @ManivannanIkomet Sorry not to answer you earlier, I was offline these days.

The too many requests is retrieved by the Crossref API. Are you using the polite mode?

https://github.com/fabiobatalha/crossrefapi#support-for-polite-requests-etiquette

Can you send the code you have written. I will take a look on it.

ManivannanIkomet commented 4 years ago

Hi @fabiobatalha , Thank you for your responce. I didn't use polite mode. I will send you my code