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 again #20025
pluralsight error again #20025
Comments
|
Most likely pluralsight side server error. In any case you must provide account credentials. |
|
@dstftw how can i provide pluralsight account ? |
|
@dstftw bro please check your gmail |
|
|
Thanks for the quick reply @remitamine. I tried to reproduce your command and it fails with the 503 error. I'm on version EDIT: Added
verbose output
dump-pages output
|
|
I get the same error here:
|
|
@jaan143 and @davidneudorfer, something changed for you? |
|
I was able to make it work by using a different IP (a VPN in my case) |
|
I was having problems running it the way I've always done it. The way I solved the problem was to try using youtube-dl through pip instead of the version through npm like I was. Hope this helps someone. |
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 2019.02.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
pluralsight is giving error sins yesterday and before it was working fine
PS C:\Users\HDNLRG1011> youtube-dl --verbose -o 'd:\contents\New folder/%(playlist)s/%(playlist_index)s - %(title)s.%(ex
t)s' https://app.pluralsight.com/library/courses/aspdotnet-core-api-openapi-swagger --sleep-interval 80 --limit-rate 250
k --username 12345@abc.com --password 12345
[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/aspdotnet-core-api-openapi-swagger', '--sleep-interval', '80', '--li
mit-rate', '250k', '--username', 'PRIVATE', '--password', 'PRIVATE']
[debug] Encodings: locale cp1255, fs mbcs, out cp862, pref cp1255
[debug] youtube-dl version 2019.02.18
[debug] Python version 3.5.4 (CPython) - Windows-2012ServerR2-6.3.9600-SP0
[debug] exe versions: none
[debug] Proxy map: {}
[pluralsight:course] aspdotnet-core-api-openapi-swagger: Downloading JSON metadata
[download] Downloading playlist: Documenting an ASP.NET Core API with OpenAPI / Swagger
[pluralsight:course] playlist Documenting an ASP.NET Core API with OpenAPI / Swagger: Collected 61 video ids (downloadin
g 61 of them)
[download] Downloading video 1 of 61
[pluralsight] Downloading login page
[pluralsight] Logging in
ERROR: Unable to download webpage: HTTP Error 503: Service Temporarily Unavailable (caused by <HTTPError 503: 'Service T
emporarily Unavailable'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest versio
n; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its c
omplete output.
File "c:\program files\python35\lib\site-packages\youtube_dl\extractor\common.py", line 605, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "c:\program files\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 2225, 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\HDNLRG1011>