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.
Error : Unable to log in Pluralsight. #12398
Comments
|
Same problem here: C:\Users\xxxx.xxxx\Downloads\Pluralsight - Angular 2 First Look>youtube-dl --username xxxx.xxx@xxxxxx.com --password xxxxxxx --rate-limit 512K --verbose --sleep-interval 180 -o "%(autonumber)s - %(title)s.%(ext)s" --all-subs --playlist-start 1 https://app.pluralsight.com/library/courses/xxxxx-xx-xxxxx-xxxx |
|
Same issue here for me too |
|
Got the same error, w/ 2017.03.07 and 2017.02.x version. |
|
Please, reply on this thread. Thanks. |
Before submitting an issue make sure you have:
What is the purpose of your issue?
Hi, I have a problem, it say "ERROR: Unable to log in;". I try to download on Pluralsight. This my output ::
$ youtube-dl -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.03.07
[debug] Python version 2.7.12+ - Linux-4.8.0-39-generic-x86_64-with-Ubuntu-16.10-yakkety
[debug] exe versions: ffmpeg 3.0.7-0ubuntu0.16.10.1, ffprobe 3.0.7-0ubuntu0.16.10.1, rtmpdump 2.4
[debug] Proxy map: {}
Usage: youtube-dl [OPTIONS] URL [URL...]
And this it issue ::
$ youtube-dl --username ****@ --password ************ --write
-sub https://app.pluralsight.com/library/courses/aspdotnetcore-efcore-bootstrap-angular-web-app --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--username', u'PRIVATE', u'--password', u'PRIVATE', u'--write-sub', u'https://app.pluralsight.com/library/courses/aspdotnetcore-efcore-bootstrap-angular-web-app', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.03.07
[debug] Python version 2.7.12+ - Linux-4.8.0-39-generic-x86_64-with-Ubuntu-16.10-yakkety
[debug] exe versions: ffmpeg 3.0.7-0ubuntu0.16.10.1, ffprobe 3.0.7-0ubuntu0.16.10.1, rtmpdump 2.4
[debug] Proxy map: {}
[pluralsight:course] aspdotnetcore-efcore-bootstrap-angular-web-app: Downloading course JSON
[download] Downloading playlist: Building a Web App with ASP.NET Core, MVC 6, EF Core, and Angular
[pluralsight:course] playlist Building a Web App with ASP.NET Core, MVC 6, EF Core, and Angular: Collected 112 video ids (downloading 112 of them)
[download] Downloading video 1 of 112
[pluralsight] Downloading login page
[pluralsight] Logging in as **@
ERROR: Unable to log in; 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.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 761, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 426, in extract
self.initialize()
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 384, in initialize
self._real_initialize()
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/pluralsight.py", line 60, in _real_initialize
self._login()
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/pluralsight.py", line 100, in _login
raise ExtractorError('Unable to log in')
ExtractorError: Unable to log in; 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.