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

StatusCode.INTERNAL errors meanings #153

Open
ppfreitas opened this issue Dec 7, 2022 · 2 comments
Open

StatusCode.INTERNAL errors meanings #153

ppfreitas opened this issue Dec 7, 2022 · 2 comments

Comments

@ppfreitas
Copy link

I have an application that calls the image generation endpoint and sometimes I get the following errors:

<_MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.INTERNAL details = "Received RST_STREAM with error code 2" debug_error_string = "UNKNOWN:Error received from peer ipv4:{created_time:"2022-12-07T16:55:08.671659711+00:00", grpc_status:13,

or

<_MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.UNKNOWN details = "Stream removed" debug_error_string = "UNKNOWN:Error received from peer ipv4:

but I could not find anywhere the meaning of those errors or if it is related to something wrong with my request.

Can someone help me understanding those errors?

@Shredderroy
Copy link

I encounter the same problem when I run the Google Colab notebook.

@moarshy
Copy link

moarshy commented Dec 9, 2022

same here
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.UNKNOWN details = "Exception iterating responses: steps must be >= 5" debug_error_string = "UNKNOWN:Error received from peer ipv4:104.18.21.212:443 {grpc_message:"Exception iterating responses: steps must be >= 5", grpc_status:2, created_time:"2022-12-09T02:58:30.667605456+00:00"}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants