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

Problem downloading from vimeo due to SSL issue #6163

Closed
jabley opened this issue Jul 6, 2015 · 3 comments
Closed

Problem downloading from vimeo due to SSL issue #6163

jabley opened this issue Jul 6, 2015 · 3 comments

Comments

@jabley
Copy link

@jabley jabley commented Jul 6, 2015

Vimeo downloads used to work for me; not sure what's changed.

> youtube-dl --version
2015.07.04
> python -V
Python 2.7.6
> youtube-dl --title https://vimeo.com/131394615
[vimeo] 131394615: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 8] _ssl.c:507: EOF occurred in violation of protocol> (caused by URLError(SSLError(8, '_ssl.c:507: EOF occurred in violation of protocol'),))
@vxbinaca
Copy link
Contributor

@vxbinaca vxbinaca commented Jul 6, 2015

Would you please run youtube-dl --verbose --title https://vimeo.com/131394615 and paste the output in a comment?

@jabley
Copy link
Author

@jabley jabley commented Jul 6, 2015

Sorry, it appears to be a problem either with my home network or ISP. Works fine elsewhere.

@jabley jabley closed this Jul 6, 2015
@jabley
Copy link
Author

@jabley jabley commented Jul 7, 2015

> youtube-dl --verbose --title https://vimeo.com/131394615
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'--title', u'https://vimeo.com/131394615']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.07.04
[debug] Python version 2.7.6 - Darwin-14.4.0-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[vimeo] 131394615: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 8] _ssl.c:507: EOF occurred in violation of protocol> (caused by URLError(SSLError(8, '_ssl.c:507: EOF occurred in violation of protocol'),))
  File "/opt/boxen/homebrew/bin/youtube-dl/youtube_dl/extractor/common.py", line 312, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/opt/boxen/homebrew/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1729, 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 "/opt/boxen/homebrew/bin/youtube-dl/youtube_dl/utils.py", line 717, 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)
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.