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 data: <urlopen error [SSL: WRONG_SIGNATURE_TYPE] wrong signature type (_ssl.c:1076)> #22665
Comments
|
Whats the status of this issue ? I have the same problem. |
|
@kamilPyrkosz97 They have closed it. I did send an e-mail to @dstftw but he hasn't got back to me as of yet. So don't think it will get fixed any time soonish :( |
|
@shirishag75 Maybe it's already fixed. I ready some similar issues and they said that in the next release it will work. Let's see. |
|
Which command are you using in terminal ??? |
for what to update youtube-dl ? If you are asking for that, I usually use the instructions given at https://github.com/ytdl-org/youtube-dl/blob/master/README.md#installation which are -
and then when I want to do a new update then - and after it gets updated, just check with
If you are asking for what I use for downloading a video file, it's usually - $formatID could be 22 18 or any of the hls streams depending on what is exposed via
sometimes I do use torsocks -i youtube-dl -c -f and the above command. Let me know what you are/were asking about. |
|
Im was asking about downloading command. Im running this inside docker. How about you ? And Im downloading udemy videos. Im still testing. Im gonna tell you if I succeded. |
|
So far It's working !!! |
|
After your go-ahead updated at my end too, I download it in debian (no docker needed/used) and it is downloading videos without issues. Thank you @dstftw |
|
Wait now I have the same issue |
|
After downloading something like 10 video I have unable to download video data: <urlopen error [SSL: WRONG_SIGNATURE_TYPE] wrong signature type (_ssl.c:1076)> |
|
I am hoping, guessing you are using the --verbose switch ? Are you also using torsocks, or without that ? |
|
No Im just putting youtube-dl -u someemail@wp.pl -p simpletest123 -o '/containerUdemy/%(playlist)s/%(chapter_number)s - %(chapter)s/%(title)s.%(ext)s' https://www.udemy.com/javascriptfundamentals/ in terminal. |
|
These are things at my end -
Only difference seems to be you are using a slightly older version of python3, the rest I don't know. I used reportbug to generate the versions of various dependencies. |
|
@kamilPyrkosz97 I was thinking about your issue today, one thing which might perhaps might help you is using strace. See https://unix.stackexchange.com/questions/293090/strace-syscall-classes . You would have to talk to @dstftw or somebody else to narrow down which syscalls to do and see. It is also possible that there may be either corruption or some race condition which is not being detected. But doing all of that is draining and time-consuming. I dunno how much you are interested in digging deep, but that's all I can offer atm :) |
|
I solved it. I just turn wifi off an on again and it works. After few minutes issue show once again but im again turn off and on wifi and I works !!! |
|
that didn't work at my end. At my end at some videos, it just refuses to work :( |
|
I am hitting this on nickjr.com sometimes. I'm just using the latest youtube-dl and wrapping it in a while true loop. It eventually works. |
|
This isn't a direct issue of youtube-dl, this is related to openssl version 1.1.1 hardening the security of your system... in fact, the interoperability bug is on the server side (appears to be a wrong TLS 1.2 implementation). I don't know why this isn't overcome with the
to:
Bear in mind that you are making your system less secure with this workaround, so use it with caution Further reading: |
Thanks,you are right. |
On quite a few different sites, I get the following error -
And this is when we have -