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

Lynda.com Login Error #9129

Closed
frakman1 opened this issue Apr 9, 2016 · 2 comments
Closed

Lynda.com Login Error #9129

frakman1 opened this issue Apr 9, 2016 · 2 comments

Comments

@frakman1
Copy link

@frakman1 frakman1 commented Apr 9, 2016

  • I've verified and I assure that I'm running youtube-dl 2016.04.06
c:\Python27>youtube-dl  --version
2016.04.06

I have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • I've made sure I have the latest version of youtube-dl.
  • I've confirmed that I can view the video on a web browser
  • Made sure to manually logout of lynda.com.
  • Made sure that a regular youtube video download works.

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other
c:\Python27>youtube-dl -v -o lynda1.avi http://www.lynda.com/Mobile-Apps-tutorials/Convert-iOS-9-Apps-Apple-TV-Apps/457870-2.html -u my@email.com -p mypassword
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'-o', u'lynda1.avi', u'http://www.lynda.com/Mobile-Apps-tutorials/Convert-iOS-9-Apps-Apple-TV-Apps/457870-2.html', u'-u', u'PRIVATE', u'-p', u'PRIVATE']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2016.04.06
[debug] Python version 2.7.10 - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[lynda:course] Logging in as my@email.com
ERROR: Unable to login, incorrect username and/or password
Traceback (most recent call last):
  File "youtube_dl\YoutubeDL.pyo", line 669, in extract_info
  File "youtube_dl\extractor\common.pyo", line 322, in extract
  File "youtube_dl\extractor\common.pyo", line 316, in initialize
  File "youtube_dl\extractor\lynda.pyo", line 23, in _real_initialize
  File "youtube_dl\extractor\lynda.pyo", line 51, in _login
ExtractorError: Unable to login, incorrect username and/or password

Version:2016.04.06
Windows 7 -64bit

@frakman1 frakman1 changed the title Lynda.com Lynda.com Login Error Apr 9, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 9, 2016

Both single video and course downloading use the same code for authentication thus if the former does works for you and the latter does not you are most likely input incorrect login/password. Both authentications work fine for me. Also never hardcode video extension but rather use %(ext)s.

@dstftw dstftw closed this Apr 9, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 9, 2016

In any case authentication works fine. Check login/password are properly quoted/escaped. Also it should be individual login, not organization login. For latter use authentication via --cookies.

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
2 participants
You can’t perform that action at this time.