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.
Display http error 429 #10002
Display http error 429 #10002
Comments
|
Which proxy software are you using? |
|
lantern |
|
Need more information. Could you install Python 2.x, download youtube-dl and run the following command? (--print-traffic is broken on Python 3.x)
|
|
It's caused by lantern. I have reconfigure lantern and youtube-dl can work now. |
hi,
I use proxy to download video and get the below error.
D:\youtube-dl>youtube-dl --proxy http://localhost:8787 https://youtu.be/1IamB4Pv55s?list=PLeuDDOp6dhrI60uzSShIFdWhNsomVRvpa -
ose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--proxy', 'http://localhost:8787', 'https://youtu.be/1IamB4Pv55s?list=PLeuDDOp6dhrI60uzSShIFdWhN
vpa', '--verbose']
[debug] Encodings: locale cp936, fs mbcs, out cp936, pref cp936
[debug] youtube-dl version 2016.07.03.1
[debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {'http': 'http://localhost:8787', 'https': 'http://localhost:8787'}
[youtube] 1IamB4Pv55s: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests (caused by HTTPError()); please report this issue on htt
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 t
verbose flag and include its complete output.
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpapfvv6m8\build\youtube_dl\extractor\common.py", line 390
_request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpapfvv6m8\build\youtube_dl\YoutubeDL.py", line 1950, in u
n
File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default