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

unable to download JSON metadata #15141

Closed
imrankhan441 opened this issue Jan 2, 2018 · 6 comments
Closed

unable to download JSON metadata #15141

imrankhan441 opened this issue Jan 2, 2018 · 6 comments

Comments

@imrankhan441
Copy link

@imrankhan441 imrankhan441 commented Jan 2, 2018

ERROR: Unable to download JSON metadata: HTTP Error 403: Forbidden (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.
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiyv5xz5s\build\youtube_dl\extractor\common.py", line 517, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiyv5xz5s\build\youtube_dl\YoutubeDL.py", line 2198, in urlopen
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

@imrankhan441 imrankhan441 changed the title nable to download JSON metadata unable to download JSON metadata Jan 2, 2018
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jan 2, 2018

Please paste full log, not the last few lines only.

@yan12125 yan12125 added the incomplete label Jan 2, 2018
@imrankhan441
Copy link
Author

@imrankhan441 imrankhan441 commented Jan 2, 2018

[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.12.31
[debug] Python version 3.4.4 - Windows-10-10.0.16299
[debug] exe versions: none
[debug] Proxy map: {}
[pluralsight:course] advanced-python: Downloading course JSON
[pluralsight:course] advanced-python: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 403: Forbidden (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.
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiyv5xz5s\build\youtube_dl\extractor\common.py", line 517, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiyv5xz5s\build\youtube_dl\YoutubeDL.py", line 2198, in urlopen
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 Jan 2, 2018

The first four lines should be included, like this:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.youtube.com/watch?v=TcXFY-_rDzQ']
@trungdn0401
Copy link

@trungdn0401 trungdn0401 commented Jan 3, 2018

Same problem on this day.
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '--user-agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0', '--cookies', '.\cookies.txt', '--username', 'PRIVATE', '--password', 'PRIVATE', '-f', 'best', '--all-subs', 'https://app.pluralsight.com/library/courses/modernizing-dotnet-framework-apps-docker']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.12.31
[debug] Python version 3.4.4 - Windows-10-10.0.16299
[debug] exe versions: none
[debug] Proxy map: {}
[pluralsight:course] modernizing-dotnet-framework-apps-docker: Downloading course JSON
[pluralsight:course] modernizing-dotnet-framework-apps-docker: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 403: Forbidden (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.
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiyv5xz5s\build\youtube_dl\extractor\common.py", line 517, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiyv5xz5s\build\youtube_dl\YoutubeDL.py", line 2198, in urlopen
File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
elif condition == "open":
File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
for HTTP, FTP and when applicable HTTPS.
File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
self.handle_error = {}
File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default
FTPHandler, FileHandler, HTTPErrorProcessor,

@yan12125 yan12125 added account-needed and removed incomplete labels Jan 3, 2018
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jan 3, 2018

Thanks for the log. Looks like a duplicate of #14098.

@yan12125 yan12125 closed this Jan 3, 2018
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 3, 2018

Most likely your IP is blocked by pluralsight.

@dstftw dstftw reopened this Jan 3, 2018
@dstftw dstftw closed this Jan 3, 2018
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
4 participants
You can’t perform that action at this time.