-
Notifications
You must be signed in to change notification settings - Fork 7
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
Random image suite failures #107
Labels
bug
Something isn't working
Comments
The first 512 bytes of the image is where the metadata lives. So that's why we only need to load 512. Would have to investigate what is being returned, although it looks like it's not getting anything |
We started to log the response if the mime type is not what we expect and are getting this:
|
The library we use does not support |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We see the sporadic failure:
But a rerun, or a manual check to the image is fine.
My suspicion is somewhere around how much of the image loads:
The text was updated successfully, but these errors were encountered: