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] <urlopen error [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:598)> #3731
Comments
|
Can you post the entire output you get when you pass in the |
|
ERROR: unable to download video data: <urlopen error [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:598)> During handling of the above exception, another exception occurred: Traceback (most recent call last): |
|
Thank you for the details. This bug is somewhat puzzling since I cannot reproduce the behavior on a number of very similar systems. Can you provide instructions on how to set up this system? How did you compile python? Does the problem occur with the debian Python as well? Can you reproduce the problem with a different ISP? By the way, you really shouldn't be running youtube-dl as root, except to update it. |
|
I'm experiencing the same problem on a Windows 7 box with Python 3.4.0. |
|
I'm getting the same error as well. http://pastebin.com/c3ZvzKew |
|
Explicitely using Python 2.7 fixed the problem for me. |
Worked for me too. |
|
This is just a wild shot in the dark, but I suspect it's caused because Youtube doesn't like one of the ciphers Python is choosing to connect with (ADH-RC4-MD5?). I've upgraded my version of Python to 3.4.1 and I am no longer receiving the error. :-) |
|
Using python 3.4.1 fixed this issue for me as well (on FreeBSD) |
|
I'm getting this error, too. Tumblr has started to deliver some elements via https. As proposed above, I tried different python versions, but got the following errors: python2.7
python3.4.0/3.4.2
I first encountered this error when trying to download the content of an Iframe (i.e. additional html source) using During my test I tried to simply download it using I tried to pinpoint it further, but I got lost... (Is there a way to single step it via PyCharm?) |
|
Hello, i have this SSLV3_ALERT_HANDSHAKE_FAILURE error when running the Windows executable. Is it compiled with an old version of python or something? How can I get it to download thumbnails (soundcloud in my case)? I tried installing Python 2.7 and 3.4 but I don't think that makes any difference with a compiled EXE. |
|
@gak1234 I guess you have encountered the same problem as #5366. Yes soundcloud thumbnails is available only with Python 2.7.9 and 3.x, while the provided youtube-dl.exe is bundled with Python 2.7.8. You can try to download the whole source zip and run youtube-dl with:
Next time please post your problem in a separate issue. It's likely that the problem is quite different for different sites. Also, remember to include the full verbose log |
|
@MikeCol Could you open a new issue and paste the full verbose log? It helps us on tracking problems. |
|
@yan12125 Sorry, will open a separate issue next time. I was able to work around the soundcloud thumbnail SSLv3 issue by installing Python 3.4.x and running: pip install --upgrade youtube_dl this command created \Scripts\youtube-dl.exe (only 90kb ?) with a python icon. That EXE has no problem with SSLv3 thumbnail soundcloud URLs! |
|
I had the above problem too on Linux Mint. I installed through apt-get, but thanks to @gak1234's suggestion, I removed the apt-get version and used |
ERROR: unable to download video data: urlopen error [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:598)