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 Member Video Error #4158

Closed
formed2forge opened this issue Nov 11, 2014 · 2 comments
Closed

Lynda Member Video Error #4158

formed2forge opened this issue Nov 11, 2014 · 2 comments

Comments

@formed2forge
Copy link

@formed2forge formed2forge commented Nov 11, 2014

Passing -u and -p args with proper credentials and url returns the following:
ERROR: Unable to download webpage: <urlopen error [Errno 54] Connection reset by peer>

ex. youtube-dl -u xxxxx -p xxxxxxxx http://www.lynda.com/Developer-Programming-Foundations-tutorials/Writing-source-code/83603/90432-4.html

@formed2forge
Copy link
Author

@formed2forge formed2forge commented Nov 11, 2014

Verbose output:

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-u', '', '-p', '', 'http://www.lynda.com/Developer-Programming-Foundations-tutorials/Writing-source-code/83603/90432-1.html', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.05.31.4
[debug] Python version 2.7.6 - Darwin-14.0.0-x86_64-i386-64bit
[debug] Proxy map: {}
[lynda] Logging in as xxxxx@xxxxxxxx.com
ERROR: Unable to download webpage: <urlopen error [Errno 54] Connection reset by peer>
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 196, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1214, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 591, in https_open
return self.do_open(HTTPSConnectionV3, req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)

@formed2forge
Copy link
Author

@formed2forge formed2forge commented Nov 11, 2014

My sincerest apologies. I had assumed Homebrew installed latest version. Used -U to update and problem resolved.

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