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.
Youtube-dl update : python version compaptibility #2417
Comments
|
As far as I know 3.3 is supported so this is simply a bug. It would really help to have the Traceback, can you rollback the change and try to reproduce it please? |
|
Here's the output: Updating to version 2014.02.20 ... |
|
Thank you very much! It seems it might be an issue on your side, can you please navigate in your And tell me what you see (error, warnings, redirects) Filippo Valsorda |
|
I navigated to yt-dl.org, and the https works fine, I haven't any warning message about the https cert. |
|
This is really odd. Has "Uberspace" anything to do with how you connect to Ah, I strongly suggest to leave the symlink as you found it, otherwise a On Thursday, February 20, 2014, octarin notifications@github.com wrote:
Filippo Valsorda |
|
Yes, that's why i said it was embarassing ^^. And for uberspace.de, I don't think so, because i've tried twice from different places and it remains the same problem (I live in France). |
|
Umh. @phihag has uberspace.de something to do with the hosting, then? |
|
uberspace is indeed our hosting provider. https://yt-dl.org requires SNI. I'll look into what we can do on the hosting part, and why Python 3 doesn't support SNI. |
Ok, so i make an update to this issue #556, which was the suggestion i first came with.
It no longer works with python3.
When updating, i get an error about some ssl certs ( sadly, i have just updated using python2 (by modifying the symlink, i'll show you how), so to reproduce the bug, i must wait the new update. However, if someone could do it... I'm using python3.3 on archlinux).
To make the update, i had to do:
# rm /usr/bin/python && ln -s /usr/bin/python2 /usr/bin/pythonIt's very unconvenient.
So, like the precedent thread threating about this kind of error, i suggest to use explicitly python2 ( #/usr/bin/env python2), or the same with python2.7, assuming that it does'nt work either with python2.6.
This change could be done waiting the python3.3 support, or be permanent if it can't be done.
Thank you.