Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
HTTP Error 429: Too Many Requests (caused by HTTPError ()); #26707
Comments
|
I recently had this issue myself. This is a problem with YouTube, not youtube-dl. You need to add cookie information from a web browser on the same network to. I used Chrome with the cookies.txt extension to get the cookie information, then copy pasta'd into a cookies.txt file on my Linux box. Then use youtube-dl --cookies cookies.txt on the commandline and it worked like a treat. |
Checklist
Verbose log
Description
When trying to play a song from YouTube, it returns an error: Got an error while trying to load next song: failed to query info: ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests (caused by HTTPError ()); please report this issue on https://yt-dl.org/bug. Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.