question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi is there a rate limit for requests? I got and to many requests error:

HTTP Error 429: Too Many Requests

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
fb76100commented, Sep 22, 2020

Hello, you can use different user agent and set a random pause between 50,60. Then you’ll get over the restriction.

(exemple with a different package but you can use this one the same way) https://github.com/fb76100/Scraping/blob/master/GoogleScraping

0reactions
ihamquentincommented, Jan 16, 2022

Too many requests error, after updating the package I had issues with urllib2 so had to manually change that, also got an error on line 39 “total text” so had to remove the [0] index

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix 429 Too Many Requests Error - Kinsta
The HTTP 429 error is returned when a user has sent too many requests within a short period of time. The 429 status...
Read more >
429 Error – Too Many Requests HTTP Code Explained
The 429 error is an HTTP status code. It tells you when the use of an internet resource has surpassed the number of...
Read more >
How to Fix 429 Too Many Requests Error Code - Hostinger
6 Ways to Fix the 429 Too Many Requests Error · 1. Flush Cache · 2. Check Your Order Usage on hPanel ·...
Read more >
429 Too Many Requests - HTTP Status Code Glossary - WebFX
The user has sent too many requests in a given amount of time (“rate limiting”). The response representations SHOULD include details explaining the...
Read more >
429 Too Many Requests - KeyCDN Support
A 429 Too Many Requests error occurs when a user tries to perform too many requests within a specific timeframe. This error is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found