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.
Python version 2.7.8 - Darwin-8.11.0-Power_Macintosh-powerpc-32bit can't update to youtube-dl **2016.05.01** from youtube-dl version 2016.04.24 #9375
Comments
|
Seems your SSL is totally broken. Did you change OpenSSL recently or other SSL libraries? And could you try with curl? See this FAQ entry for more information. |
|
Maybe my OpenSSL is too old!
and second with -k options : curl: (35) Unknown SSL protocol error in connection to yt-dl.org:443 Then today I started the same computer this time on Linux debian 7.10 ( wheezy ) and updated youtube-dl to 2016.05.01 version and next i have copied this update on my Mac OS 10.4 powerpc and it is running now but I don't know if I will update the next update directly on Mac OS.
|
|
From your log:
This indicates OpenSSL is too old. Connecting to https://yt-dl.org/ requires a new feature in OpenSSL called Server Name Indication (SNI). Only OpenSSL 0.9.8f or above supports it. [1] You can check the OpenSSL version via:
|
|
Thanks a lot for your explanations , my Openssl version is 0.9.7l. I will close this topic, youtube-dl organisation can't update my openssl and it is not his goal. I yet will can turnaround this issue with Debian downloading of youtube-dl. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.05.01. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue required an account credentials please provide them or explain how one can obtain them.
Description of my issue :
First :
/usr/local/bin/youtube-dl -U --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-U', u'--verbose']
[debug] Encodings: locale US-ASCII, fs utf-8, out US-ASCII, pref US-ASCII
[debug] youtube-dl version 2016.04.24
[debug] Python version 2.7.8 - Darwin-8.11.0-Power_Macintosh-powerpc-32bit
[debug] exe versions: none
[debug] Proxy map: {}
Updating to version 2016.05.01 ...
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/update.py", line 151, in update_self
urlh = opener.open(version['bin'][0])
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/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 859, in https_open
req, *_kwargs)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
ERROR: unable to download latest version
Second :
wget https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl
--2016-05-02 23:03:00-- https://yt-dl.org/latest/youtube-dl
Resolving yt-dl.org... 95.143.172.170
Connecting to yt-dl.org|95.143.172.170|:443... connected.
ERROR: cannot verify yt-dl.org's certificate, issued by
/C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2': Unable to locally verify the issuer's authority. ERROR: certificate common name*.aries.uberspace.de' doesn't match requested host nameyt-dl.org'. To connect to yt-dl.org insecurely, use--no-check-certificate'.Third :
wget --no-check-certificate https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl
--2016-05-02 23:04:08-- https://yt-dl.org/latest/youtube-dl
Resolving yt-dl.org... 95.143.172.170
Connecting to yt-dl.org|95.143.172.170|:443... connected.
Unable to establish SSL connection.
su-4.3#