-
Notifications
You must be signed in to change notification settings - Fork 487
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
stream error: stream ID 19; INTERNAL_ERROR #156
Comments
Judging by some other discussion I can find relating to this error (notably, googleapis/google-cloud-go#987 and googleapis/google-cloud-go#784) this seems to be an upstream http2 error that's being passed along. It also seems totally reasonable to add some retry logic around this, so I'll look into doing that. However, I'm also not entirely clear if this is coming from the remote image server, or perhaps from a caching backend that might be using http as well. Could you confirm what caching backend you're using, if any? (I'll add some better logging regardless to try and make these types of issues easier to debug in the future) |
We don't use imageproxy anymore, but if I recall correctly images were cached to local disk. |
okay, thanks for following up! Since this was the only instance I've heard of this happening, I'm closing as "not reproducible". If anyone else sees this issue, please feel free to reply and reopen, so we can dig into it more. |
We randomly get these errors:
Is it possible to retry fetching an image when the remote server responds with an error?
The text was updated successfully, but these errors were encountered: