[Question] Too Many Requests!
See original GitHub issueChecklist
- I’m asking a question
- I’ve looked through the README and FAQ for similar questions
- I’ve searched the bugtracker for similar questions including closed ones
Question
I still get HTTPError 429: Too Many Requests!
although I use --sleep-interval 5
as shown below:
youtube-dlc --newline -i --force-ipv4 --age-limit 30 -R 99 --hls-prefer-native -o /home/laptop/Downloads/youtube-dl/downloads/Documentary/DW/%(title)s.%(ext)s -f mp4 --merge-output-format mp4 --write-sub --sub-format srt --sub-lang en --embed-subs --continue --sleep-interval 5 --download-archive /home/laptop/Downloads/youtube-dl/downloads/Documentary/DW/ytdl-archive.txt https://www.youtube.com/channel/UCET6sWl4Xcu-U8Ka9PJPrwA/videos
How can I bypass this issue?
UPDATE: youtube-dlc ver. 2020.11.7
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
How to Fix 429 Too Many Requests Error - Kinsta
You're receiving the 429 Too Many Requests error message because the user has sent too many requests in a given amount of time...
Read more >429 Too Many Requests - HTTP - MDN Web Docs
The HTTP 429 Too Many Requests response status code indicates the user has sent too many requests in a given amount of time...
Read more >How to Fix 429 Too Many Requests Error Code - Hostinger
Don't know how to deal with the 429 too many requests error? We'll share the six effective solutions to diagnose and resolve it!...
Read more >How to Fix "Too many requests" in ChatGPT - Followchain
To fix “Too many requests” in ChatGPT, you need to first check its status. If the service is down, you need to wait...
Read more >Error: 429 Too Many Requests — You've been rate limited
Tests have passed. Suddenly you start to see 429 error responses from an API. As the name implies, you have made too many...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have found that using cookies fixes the issue
On a sidenote, channel extraction is currently broken. See https://github.com/blackjack4494/yt-dlc/issues/148