Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download does not start #57

Open
halvella opened this issue Oct 3, 2018 · 1 comment
Open

Download does not start #57

halvella opened this issue Oct 3, 2018 · 1 comment

Comments

@halvella
Copy link

halvella commented Oct 3, 2018

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
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants