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.
Pluralsight Error #16490
Pluralsight Error #16490
Comments
|
for some reason the requests to get course data does not work on you're side:
|
|
@remitamine bro when i am trying to login browser first i m getting security captcha then i got login panel |
|
i have same issue for like 20 days now.. here is a link: |
|
try to login in the browser and export the cookies, then use the cookies with youtube-dl without providing the credentials. |
|
@remitamine i tried with cookies but still getting same error |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.05.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
after update youtube-dl new version now evan pluralsight is not loging in
but i tried to login in browser and its find there
PS C:\Users\Waqas> youtube-dl --verbose -o 'D:\contents\New folder/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s'
https://app.pluralsight.com/library/courses/sql-server-app-dev-best-practices --sleep-interval 90 --limit-rate 250k --ig
nore-errors --username ****@hotmail.com --password 123
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '-o', 'D:\contents\New folder/%(playlist)s/%(playlist_index)s - %(title)s.%(e
xt)s', 'https://app.pluralsight.com/library/courses/sql-server-app-dev-best-practices', '--sleep-interval', '90', '--lim
it-rate', '250k', '--ignore-errors', '--username', 'PRIVATE', '--password', 'PRIVATE']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2018.05.18
[debug] Python version 3.5.2 (CPython) - Windows-10-10.0.14393-SP0
[debug] exe versions: none
[debug] Proxy map: {}
[pluralsight:course] sql-server-app-dev-best-practices: Downloading course JSON
[pluralsight:course] sql-server-app-dev-best-practices: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 403: Forbidden (caused by <HTTPError 403: 'Forbidden'>); please repo
rt this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on h
ow to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "c:\program files\python35\lib\site-packages\youtube_dl\extractor\common.py", line 582, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "c:\program files\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 2211, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "c:\program files\python35\lib\urllib\request.py", line 472, in open
response = meth(req, response)
File "c:\program files\python35\lib\urllib\request.py", line 582, in http_response
'http', request, response, code, msg, hdrs)
File "c:\program files\python35\lib\urllib\request.py", line 510, in error
return self._call_chain(*args)
File "c:\program files\python35\lib\urllib\request.py", line 444, in _call_chain
result = func(*args)
File "c:\program files\python35\lib\urllib\request.py", line 590, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
PS C:\Users\Waqas>