jaw20 / Crunchyroll-XML-Decoder

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

Download does not start #57

Open halvella opened 6 years ago

halvella commented 6 years ago

Crunchyroll probably updated something on its site, and today, 10/02, it is not possible to download.

File "C:\Users\Name\Downloads\CR\Crunchyroll-XML-Decoder-master\crunchy-xml-decoder.py", line 369, in makechoise() File "C:\Users\Name\Downloads\CR\Crunchyroll-XML-Decoder-master\crunchy-xml-decoder.py", line 315, in makechoise queueu('.\queue.txt') File "C:\Users\Name\Downloads\CR\Crunchyroll-XML-Decoder-master\crunchy-xml-decoder.py", line 106, in queueu ultimate.ultimate(line.rstrip('\n'), '', '') File "crunchy-xml-decoder\ultimate.py", line 295, in ultimate video_hls(filen, video_input) File "crunchy-xml-decoder\hls.py", line 112, in video_hls fetch_streams(output, video) File "crunchy-xml-decoder\hls.py", line 79, in fetch_streams raw = resumable_fetch(seg.uri, n+1, len(video.segments)) File "crunchy-xml-decoder\hls.py", line 18, in init self._restart() File "crunchy-xml-decoder\hls.py", line 34, in _restart self.stream = urllib2.urlopen(req, timeout = 180) File "C:\Python27\lib\urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "C:\Python27\lib\urllib2.py", line 431, in open response = self._open(req, data) File "C:\Python27\lib\urllib2.py", line 449, in _open '_open', req) File "C:\Python27\lib\urllib2.py", line 409, in _call_chain result = func(*args) File "C:\Python27\lib\urllib2.py", line 1240, in https_open context=self._context) File "C:\Python27\lib\urllib2.py", line 1197, in do_open raise URLError(err) urllib2.URLError: <urlopen error [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:581)> Press any key to continue. . .

darkhelmet2016 commented 5 years ago

Seems to be an error with how it is handling the certification data. Does something need to be updated on the downloader or is on their end?