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

grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.OUT_OF_RANGE #47

Open
Mohit0888 opened this issue May 1, 2020 · 3 comments

Comments

@Mohit0888
Copy link

Exception in thread Thread-4:
Traceback (most recent call last):
File "C:\Users\jai\AppData\Local\Programs\Python\Python35-32\chat35\lib\site-packages\google\api_core\grpc_helpers.py", line 96, in next
return six.next(self._wrapped)
File "C:\Users\jai\AppData\Local\Programs\Python\Python35-32\chat35\lib\site-packages\grpc_channel.py", line 416, in next
return self._next()
File "C:\Users\jai\AppData\Local\Programs\Python\Python35-32\chat35\lib\site-packages\grpc_channel.py", line 689, in _next
raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.OUT_OF_RANGE
details = "Audio Timeout Error: Long duration elapsed without audio. Audio should be sent close to real time."
debug_error_string = "{"created":"@1588336851.014000000","description":"Error received from peer ipv4:172.217.31.10:443","file":"src/core/lib/surface/call.cc","file_line":1056,"grpc_message":"Audio Timeout Error: Long duration elapsed without audio. Audio should be sent close to real time.","grpc_status":11}"

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\Users\jai\AppData\Local\Programs\Python\Python35-32\lib\threading.py", line 923, in _bootstrap_inner
self.run()
File "C:\Users\jai\AppData\Local\Programs\Python\Python35-32\lib\threading.py", line 871, in run
self._target(*self._args, **self._kwargs)
File "C:\GitDemo\mediastreams-consume-websockets-flask-master\SpeechClientBridge.py", line 36, in process_responses_loop
for response in responses:
File "C:\Users\jai\AppData\Local\Programs\Python\Python35-32\chat35\lib\site-packages\google\api_core\grpc_helpers.py", line 99, in next
six.raise_from(exceptions.from_grpc_error(exc), exc)
File "", line 3, in raise_from
google.api_core.exceptions.OutOfRange: 400 Audio Timeout Error: Long duration elapsed without audio. Audio should be sent close to real time.

@Mohit0888
Copy link
Author

having this issue when receiving the audio stream on my web socket..

@yeinel
Copy link

yeinel commented Jul 20, 2020

Hi @Mohit0888 , do you have any update about this issue ?

@irishguy
Copy link

I'm also having this issue.

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