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

SSL error on Mac OS X 10.9.5 #5814

Closed
PlkMarudny opened this issue May 25, 2015 · 3 comments
Closed

SSL error on Mac OS X 10.9.5 #5814

PlkMarudny opened this issue May 25, 2015 · 3 comments

Comments

@PlkMarudny
Copy link

@PlkMarudny PlkMarudny commented May 25, 2015

I saw this was an (resolved) issue before, however I have just cloned a repo and tried:

youtube-dl toplonka$ python -m youtube_dl https://www.youtube.com/watch?v=vLALX1YiVbY --verbose

And the output is:

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'https://www.youtube.com/watch?v=vLALX1YiVbY', u'--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.05.20
[debug] Git HEAD: b885bae
[debug] Python version 2.7.5 - Darwin-13.4.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg present, ffprobe present
[debug] Proxy map: {}
[youtube] vLALX1YiVbY: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 8] _ssl.c:504: EOF occurred in violation of protocol> (caused by URLError(SSLError(8, '_ssl.c:504: EOF occurred in violation of protocol'),))
File "youtube_dl/extractor/common.py", line 312, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "youtube_dl/YoutubeDL.py", line 1713, 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 "youtube_dl/utils.py", line 713, in https_open
req, *_kwargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)

@PlkMarudny
Copy link
Author

@PlkMarudny PlkMarudny commented May 26, 2015

Looks like this is pure Mac OS X issue, the same code works fine on Windows, same Python version

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 26, 2015

I can't reproduce it with the system python 2.7.5 on OS X 10.9, can we close the issue then?

@PlkMarudny
Copy link
Author

@PlkMarudny PlkMarudny commented May 27, 2015

I think closing it the right idea.

@PlkMarudny PlkMarudny closed this May 27, 2015
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.