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.
Crunchyroll stopped working [SSL: UNKNOWN_PROTOCOL] #8137
Comments
|
Works for me in Debian Jessie.
Fails in Ubuntu 14.04 (which uses really old Python 2)
I'm suspecting the Windows version is also using outdated urllib. EDIT: |
|
@MartinWeingaertner what's your youtube-dl version?
|
|
Version was 2016.01.01, like it said in the dump. It started working for me again, so it appears this was a transient error of sorts. It's a very curious error message though, would have liked to know what the problem was. |
I'm using the Windows .exe on Windows 10 to download videos from Crunchyroll - this worked until about 12 hours ago. Today, I am getting the same error for every video. I can watch the videos on the website. I tried updating to the newest youtube-dl, but the error stays the same.
youtube-dl.exe "http://www.crunchyroll.com/shirobako/episode-19-did-you-catch-any-661949" -u user -p password --write-sub --sub-lang enUS --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'http://www.crunchyroll.com/shirobako/episode-19-did-you-catch-any-661949', u'-u', u'PRIVATE', u'-p', u'PRIVATE', u'--write-sub', u'--sub-lang', u'enUS', u'--verbose']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2016.01.01
[debug] Python version 2.7.10 - Windows-8-6.2.9200
[debug] exe versions: ffmpeg N-76479-gc878082, ffprobe N-76479-gc878082
[debug] Proxy map: {}
[Crunchyroll] Logging in
ERROR: Wrong login info: <urlopen error [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590)> (caused by URLError(SSLError(1, u'[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590)'),))
File "youtube_dl\extractor\common.pyo", line 330, in _request_webpage
File "youtube_dl\YoutubeDL.pyo", line 1886, in urlopen
File "urllib2.pyo", line 431, in open
File "urllib2.pyo", line 449, in _open
File "urllib2.pyo", line 409, in _call_chain
File "youtube_dl\utils.pyo", line 815, in https_open
File "urllib2.pyo", line 1197, in do_open