jaw20 / Crunchyroll-XML-Decoder

GNU General Public License v2.0
37 stars 14 forks source link

Error when donwload #40

Closed Flwk closed 7 years ago

Flwk commented 7 years ago

Hello

I have an error when i want to download an anime

`

1 Please enter Crunchyroll video URL: http://www.crunchyroll.com/restaurant-to-another-world/episode-4-omelette-rice-t ofu-steak-741163


---- Start New Export ----

CrunchyRoll Downloader Toolkit DX v0.98b

Crunchyroll hasn't changed anything.

If you don't have a premium account, go and sign up for one now. It's well worth it, and supports the animators.


Booting up...

Traceback (most recent call last): File "D:\Officiel\Crunchyroll-XML-Decoder-master\crunchy-xml-decoder.py", line 369, in makechoise() File "D:\Officiel\Crunchyroll-XML-Decoder-master\crunchy-xml-decoder.py", line 302, in makechoise ultimate.ultimate(raw_input('Please enter Crunchyroll video URL:\n'), '', '' ) File "crunchy-xml-decoder\ultimate.py", line 293, in ultimate video_hls(filen, video_input) File "crunchy-xml-decoder\hls.py", line 111, in video_hls fetch_encryption_key(video) File "crunchy-xml-decoder\hls.py", line 97, in fetch_encryption_key video.keys[0].key_value = urllib2.urlopen(url = video.keys[0].uri).read() File "C:\Python27\lib\urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) File "C:\Python27\lib\urllib2.py", line 404, in open response = self._open(req, data) File "C:\Python27\lib\urllib2.py", line 422, in _open '_open', req) File "C:\Python27\lib\urllib2.py", line 382, in _call_chain result = func(*args) File "C:\Python27\lib\urllib2.py", line 1222, in https_open return self.do_open(httplib.HTTPSConnection, req) File "C:\Python27\lib\urllib2.py", line 1184, in do_open raise URLError(err) urllib2.URLError: <urlopen error [Errno 1] _ssl.c:504: error:14077410:SSL routin es:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure> Press any key to continue . . .`

I've installed all the neccessary package

What's the problem ?

EDIT : I found the solution, i haved installed python 2.7.5, and not 2.7.9 :)