-
Notifications
You must be signed in to change notification settings - Fork 19
Error: google.api_core.exceptions.Unknown: None Stream removed #45
Comments
Hello @EsbernTK , thank you for contacting us. Some questions and suggestions:
|
@telpirion The code is this:
As you can see i have used the default timeout and retries settings, though the error seems to be very weird if it is caused by a timeout. |
@busunkim96 Do you have any recommendations from a retry / timeout perspective? @EsbernTK You might try increasing the timeout period and/or adding more retries. See the documentation here for details. I will try to come up with a code snippet for you, too. |
Apparently the same message ( grpc/grpc#23277 also seems similar to this one (intermittent failure) but there are other issues in gRPC related to "stream removed" that you can look into. https://github.com/grpc/grpc/search?p=1&q=%22stream+removed%22&type=issues |
Due to inactivity, I am closing this issue. |
I've met the same issue, does anyone know how to solve it? |
Just received the error while using the google library |
I've met the same issue, does anyone know how to solve it? |
I've met the same issue, does anyone know how to solve it? It happens a lot. |
I am analyzing a large amount of individual video files through a python script using this API, most of the time it works well but every so often it gives this error. This happens about 1-2 times per 10 files. When i re-analyze the failed files, many of them succeed, so i know it is not a codec error or something like that.
Environment details
google-cloud-videointelligence
version: 1.14.0google-api-core
version: 1.17.0grpc
version: 1.29.0Stack trace
The text was updated successfully, but these errors were encountered: