Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display http error 429 #10002

Closed
zhpower opened this issue Jul 4, 2016 · 4 comments
Closed

Display http error 429 #10002

zhpower opened this issue Jul 4, 2016 · 4 comments

Comments

@zhpower
Copy link

@zhpower zhpower commented Jul 4, 2016

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

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jul 4, 2016

Which proxy software are you using?

@zhpower
Copy link
Author

@zhpower zhpower commented Jul 4, 2016

lantern

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jul 4, 2016

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)

C:\Python27\python.exe youtube-dl -vF --call-home --proxy localhost:8787 "https://youtu.be/1IamB4Pv55s?list=PLeuDDOp6dhrI60uzSShIFdWhN" --print-traffic
@zhpower
Copy link
Author

@zhpower zhpower commented Jul 19, 2016

It's caused by lantern. I have reconfigure lantern and youtube-dl can work now.
Thanks.

@zhpower zhpower closed this Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.