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

Hitomi.la tag pages end with HTTP 416 error #2870

Closed
doublewelp opened this issue Aug 28, 2022 · 1 comment
Closed

Hitomi.la tag pages end with HTTP 416 error #2870

doublewelp opened this issue Aug 28, 2022 · 1 comment
Labels

Comments

@doublewelp
Copy link

I noticed some Hitomi.la tag pages finish processing with an HTTP 416 "Requested Range Not Satisfiable" error. I haven't found a pattern yet regarding which pages cause this error, or what this last GET request is about, since it seems that it happens at the end of the content in that tag page - everything relevant appears to be downloaded correctly.

With https://hitomi.la/artist/motsuaki-english.html as a test case and the verbose flag enabled, this is the visible output at the end of every run:

[urllib3.connectionpool][debug] https://ltn.hitomi.la:443 "GET /artist/motsuaki-english.nozomi HTTP/1.1" 416 197
[hitomi][error] HttpError: '416 Requested Range Not Satisfiable' for 'https://ltn.hitomi.la/artist/motsuaki-english.nozomi'

This happens in both 1.22.4, and the dev branch.

@mikf
Copy link
Owner

mikf commented Aug 29, 2022

This error happend for tags where the number of results is a multiple of 25.
Fixed in 2eb0ddd and v1.23.0

@mikf mikf closed this as completed Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants