nodemw
nodemw copied to clipboard
Error: Request to API failed: HTTP status code was 429
The too many requests error happens, well, when there are too many requests. Currently, the library just dies and throws this error.
The particular method I was using is .getArticle().
Is there a way to retry this instead of crashing? Or set a timeout?