-
Notifications
You must be signed in to change notification settings - Fork 59
Broken comic - TheGamerCat #268
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
Comments
That cannot be fixed by using a different parser, the server sends invalid chunked responses... This also fails:
Even HTTP2 fails:
😞 |
I was experimenting with it a bit more and there was one instance where it succeeded (just by retrying multiple times), so perhaps a multiple retry approach MIGHT work, as ugly as it sounds |
I'm very undecided if we can/should do anything about this... Maybe this should be covered by urllib3's Retry feature (which we are using), but AFAICS it currently sees |
This one seems to be broken, but i think the fault lies in the comic server itself and not in dosage, as i get this error:
TheGamerCat> ERROR: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
Don't know if there is anything that can be done about it, but i'm leaving the report here
I tried to rewrite the class to use the basicparser, and i still get the same error
The text was updated successfully, but these errors were encountered: