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.
Update not possible (youtube-dl -U) #3152
Comments
|
Thanks, it looks like we may need to move the domain to its own IP address to accomodate SSL checks without SNI support. I'll look into that. In the meantime, you can manually update by typing
I apologize for the inconvenience. |
Updating to version 2014.06.24.1 ...
Traceback (most recent call last):
File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "./youtube-dl/main.py", line 18, in
File "./youtube-dl/youtube_dl/init.py", line 806, in main
File "./youtube-dl/youtube_dl/init.py", line 783, in _real_main
File "./youtube-dl/youtube_dl/update.py", line 160, in update_self
File "/usr/lib/python3.4/urllib/request.py", line 153, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.4/urllib/request.py", line 455, in open
response = self._open(req, data)
File "/usr/lib/python3.4/urllib/request.py", line 473, in _open
'_open', req)
File "/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain
result = func(_args)
File "/usr/lib/python3.4/urllib/request.py", line 1230, in https_open
context=self._context, check_hostname=self._check_hostname)
File "/usr/lib/python3.4/urllib/request.py", line 1189, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
File "/usr/lib/python3.4/http/client.py", line 1090, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.4/http/client.py", line 1128, in _send_request
self.endheaders(body)
File "/usr/lib/python3.4/http/client.py", line 1086, in endheaders
self._send_output(message_body)
File "/usr/lib/python3.4/http/client.py", line 924, in send_output
self.send(msg)
File "/usr/lib/python3.4/http/client.py", line 859, in send
self.connect()
File "/usr/lib/python3.4/http/client.py", line 1233, in connect
ssl.match_hostname(self.sock.getpeercert(), server_hostname)
File "/usr/lib/python3.4/ssl.py", line 284, in match_hostname
% (hostname, ', '.join(map(repr, dnsnames))))
ssl.CertificateError: hostname 'yt-dl.org' doesn't match either of '.aries.uberspace.de', 'aries.uberspace.de'