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.
lynda.com - Unable to log in #6476
Comments
|
the output look the same as the the output in this issue #6462. |
|
You are right, that's the same issue, but it's too early to close it. |
|
i don't know, but you can get the latest git version and work with, until the next version released. |
|
I'm new to GitHub and youtube_dl and can only update the binary file to the current version. |
|
i don't know if this apply also for Mac Os X(i use linux there are some similarities between them):
do not forget |
|
This issue is already fixed and will be available in the next version of youtube-dl. |
|
2 remitamine: thank you so much mate, it works now. I had to find a way to install make though, it doesn't come as standard with OS X ;) 2 dstftw: I think it's good idea to let people know somehow how to get the current version, Sergey? |
|
A bit rude, comrade :) |
|
It mentions a better idea - cloning the repository with |
|
You see! That's why I'm suggesting to add this information. |
Your script used to work 2 weeks ago, but today it is unable to log in. I updated it, but the result is the same:
~/youtube-dl/youtube-dl --username="xxxx" --password="xxxx" -o "raw/%(playlist_title)s|%(playlist_index)s %(title)s.%(ext)s" "http://www.lynda.com/Java-tutorials/Java-Essential-Training/377484-2.html" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--username=xxxx', u'--password=xxxx', u'-o', u'raw/%(playlist_title)s|%(playlist_index)s %(title)s.%(ext)s', u'http://www.lynda.com/Java-tutorials/Java-Essential-Training/377484-2.html', u'--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.07.28
[debug] Python version 2.6.1 - Darwin-10.8.0-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[lynda:course] Logging in as xxxx
[lynda:course] Confirming log in and log out from another device
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 "/Users/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 656, in extract_info
ie_result = ie.extract(url)
File "/Users/youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 278, in extract
self.initialize()
File "/Users/youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 272, in initialize
self._real_initialize()
File "/Users/youtube-dl/youtube-dl/youtube_dl/extractor/lynda.py", line 25, in _real_initialize
self._login()
File "/Users/youtube-dl/youtube-dl/youtube_dl/extractor/lynda.py", line 74, 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.