fortypercnt / stream-translator

MIT License
220 stars 44 forks source link

Unable to open URL :SSLError #8

Closed Simon986793021 closed 1 year ago

Simon986793021 commented 1 year ago

when i run “python3 translator.py https://www.youtube.com/watch\?v\=eRVUD4-nZOw”, I got an error:ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure I attempt to ignore the ssl verify ,but cannot work.

info: python:3.9.5

fortypercnt commented 1 year ago

I can't reproduce this. Given that it is an ssl error, it probably comes from somewhere in streamlink. You can check by running the following command and seeing if it also throws an error:

streamlink https://www.youtube.com/watch\?v\=eRVUD4-nZOw best
Simon986793021 commented 1 year ago

I fixed with add proxy command in terminal