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.

[Question] Too Many Requests!

See original GitHub issue

Checklist

  • 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:open
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
pukkandancommented, Nov 10, 2020

I have found that using cookies fixes the issue

1reaction
pukkandancommented, Nov 10, 2020

On a sidenote, channel extraction is currently broken. See https://github.com/blackjack4494/yt-dlc/issues/148

Read more comments on GitHub >

github_iconTop 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 >

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