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.
ERROR: Unable to download video webpage: <urlopen _FAILED] certificate verify failed (_ssl.c:547)> #883
Comments
|
Could you paste (as text) the output when running |
|
Microsoft Windows [Version 6.1.7600] D:\Download\VKMusic>py youtube-dl -v -i "http://www.youtube.com/watch?v=46p0_WGxJlQ" During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): D:\Download\VKMusic> |
|
Ok, thank you, I can reproduce it in Ubuntu, but not in OSX
The test video in tests.json raise the same error, but during the test it pass, maybe because we don't build the @mevsme To avoid getting this error you can use python 2 or pass the |
|
@jaimeMF thanks, that works. |
|
I'm getting this same error on OS X 10.10.3 This is the output of [debug] System config: []
[debug] User config: [u'-o', u'/Users/aaron/Downloads/%(title)s.%(ext)s']
[debug] Command-line args: [u'-v', u'-i', u'https://www.youtube.com/watch?v=6AMyFCO0K60']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.05.04
[debug] Python version 2.7.9 - Darwin-14.3.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 2.6.2, ffprobe 2.6.2
[debug] Proxy map: {}
[youtube] 6AMyFCO0K60: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)> (caused by URLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)'),))
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 312, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1708, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 720, in https_open
req, **kwargs)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err) |
|
@agrberg that's not an issue with youtube-dl, it's caused by the openssl installed with Homebrew. Try with the solutions listed in these comments: #5317 (comment) and #5317 (comment). |
|
@jaimeMF thank you! That fixed it |
|
I've got this problem too but on Windows. As we don't have homebrew, how to fix it? Is it a problem with cmder? |
|
Okay, |
|
In general Closing as others in this thread have solved the problem. |
|
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)> (caused by URLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),)) |
|
#LinuxMint + #Ubuntu |
|
@alma4rebi First, please paste the full output of |
|
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8 |
|
This is incomplete. Need at least command line arguments, the URL and error messages. |
What it could be? Never met this before.
