8000 Getting a ton of: unsatisfiable range request; resource may have changed ERRORs · Issue #10 · DHowett/ranger · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Getting a ton of: unsatisfiable range request; resource may have changed ERRORs #10

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

Open
blacktop opened this issue Jul 23, 2019 · 3 comments
Labels

Comments

@blacktop
Copy link

I'm downloading the kernelcaches out of http://updates-http.cdn-apple.com/2019SummerSeed/fullrestores/041-87499/51FB0A86-A70D-11E9-9ABC-C051C9FE7D43/iPhone11,2,iPhone11,6_13.0_17A5534f_Restore.ipsw and getting 70% unsatisfiable range request; resource may have changed ERRORs. Any idea why?

@DHowett
Copy link
Owner
DHowett commented Jul 23, 2019

Huh, that's unexpected. We only throw that error in three cases:

  1. the server changes the Etag
  2. the server doesn't have an Etag and changes the last modified date
  3. the server responds with an error when we attempt to validate the Etag or the last modified date

I could add some better error logging here, but in the interim, do you have some example code that exhibits this issue? I can't reproduce it here.

@DHowett DHowett added the bug label Jul 23, 2019
@blacktop
Copy link
Author

Here is where I kept hitting the error: https://github.com/blacktop/ipsw/blob/master/cmd/ipsw/cmd/download_kernel.go#L120

@blacktop
Copy link
Author

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
0