pybliometrics-dev / pybliometrics

Python-based API-Wrapper to access Scopus
https://pybliometrics.readthedocs.io/en/stable/
Other
407 stars 127 forks source link

Fix #241 #244

Closed raffaem closed 2 years ago

raffaem commented 2 years ago

If Scopus continues to answer with 429, pybliometrics will deleted all the keys until it is left with none. At the next call (after the first exception, which is correctly thrown), it will throw an IndexError. This will raise the same exception thrown the first time (Scopus429Error). This fixes #241