Timeline for answer to How to avoid HTTP error 429 (Too Many Requests) python by tadm123
Current License: CC BY-SA 4.0
Post Revisions
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 8, 2025 at 2:49 | comment | added | Roger Lee | For OpenAI API, this worked | |
| May 25, 2024 at 11:22 | comment | added | Kappafix | it worked for me, trying to download airbnb calendar: I had to sync it. | |
| Jan 27, 2023 at 7:56 | comment | added | Tom | This code is using bs4. | |
| S Oct 11, 2021 at 17:28 | history | edited | Dani Mesejo | CC BY-SA 4.0 |
improved clarity
|
| S Oct 11, 2021 at 17:28 | history | suggested | user14488588 | CC BY-SA 4.0 |
improved clarity
|
| Oct 10, 2021 at 15:38 | review | Suggested edits | |||
| S Oct 11, 2021 at 17:28 | |||||
| May 12, 2021 at 6:44 | history | edited | Sergey Vyacheslavovich Brunov | CC BY-SA 4.0 |
Improved formatting.
|
| Sep 22, 2020 at 19:58 | comment | added | Joe McLean | Where do you "write this piece of code"? This solution needs more details. | |
| Dec 26, 2019 at 7:11 | comment | added | Tokci | can you add some explanation please ? | |
| Jul 20, 2018 at 9:39 | comment | added | Karrq | Can confirm this. Just trying to interface python with reddit and without setting the user agent I was always getting error code 429. | |
| Mar 29, 2017 at 22:05 | comment | added | user3791372 | Would also like to add, some sites plainly refuse requests unless a user-agent is sent, and you may get a myriad of other responses: 503 / 403 / some generic index page. | |
| Mar 1, 2017 at 9:23 | comment | added | Ferry Boender | This answer is downvoted, but some sites automatically return error code 429 if the user agent is banned due to abuse from other people. If you get error code 429 even if you've only sent a few requests, try setting the user agent to something else. | |
| Nov 3, 2016 at 4:14 | history | answered | tadm123 | CC BY-SA 3.0 |