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

Was downloading fine and then suddenly wasn't #61

Open
kurogabae opened this issue Feb 8, 2019 · 5 comments
Open

Was downloading fine and then suddenly wasn't #61

kurogabae opened this issue Feb 8, 2019 · 5 comments

Comments

@kurogabae
Copy link

I just downloaded two videos and when I went to do a third I was given the following error. Nothing changed between the second download and my third attempt aside from time elapsed.


Booting up...

Traceback (most recent call last):
File "C:\Users\Public\Crunchyroll-XML-Decoder_link\crunchy-xml-decoder.py", line 369, in
makechoise()
File "C:\Users\Public\Crunchyroll-XML-Decoder_link\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 258, in ultimate
vid_id = xmlconfig.find('media_id').string
AttributeError: 'NoneType' object has no attribute 'string'
Press any key to continue . . .

@reikitsune
Copy link

Same here, except with this error:
Traceback (most recent call last):
File "C:\Users\Public\Crunchyroll-XML-Decoder_link\crunchy-xml-decoder.py", line 369, in
makechoise()
File "C:\Users\Public\Crunchyroll-XML-Decoder_link\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 258, in ultimate
vid_id = xmlconfig.find('media_id').string
AttributeError: 'NoneType' object has no attribute 'string'

@reikitsune
Copy link

Same here, except with this error:
Traceback (most recent call last):
File "C:\Users\Public\Crunchyroll-XML-Decoder_link\crunchy-xml-decoder.py", line 369, in
makechoise()
File "C:\Users\Public\Crunchyroll-XML-Decoder_link\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 258, in ultimate
vid_id = xmlconfig.find('media_id').string
AttributeError: 'NoneType' object has no attribute 'string'

I have discovered that this error occurs after a single episode is downloaded. Then the error starts up. The program works after waiting like 15-30mins. But the site works completely fine while the error is occurring.

@AhmadKahlid
Copy link

The problem because cloudflare check, just replace the following file to fix it.
altfuncs.zip

@darkhelmet2016
Copy link

The problem because cloudflare check, just replace the following file to fix it.
altfuncs.zip

Will they let you put the fix in the main file or do only certain users have access to those files?

@darkhelmet2016
Copy link

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

4 participants