-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
🚨This issue needs some love.This issue needs some love.MLtriage meI really want to be triaged.I really want to be triaged.
Description
Hi all, I can run the samples just fine except for speech_streaming.py.
It will only allow up to the first is_final=true result. Then it hangs for a minute or 2 before the following error is shown:
Traceback (most recent call last):
File "speech_streaming.py", line 157, in <module>
main()
File "speech_streaming.py", line 149, in main
request_stream(stop_audio), DEADLINE_SECS))
File "speech_streaming.py", line 125, in listen_print_loop
for resp in recognize_stream:
File "...grpc/beta/_client_adaptations.py", line 153, in next
return self._next()
File "...grpc/beta/_client_adaptations.py", line 147, in _next
raise _abortion_error(rpc_error_call)
grpc.framework.interfaces.face.face.AbortionError: AbortionError(code=StatusCode.UNAVAILABLE, details="{"created":"@1473093521.319367000","description":"Secure read failed","file":"src/core/lib/security/transport/secure_endpoint.c","file_line":157,"grpc_status":14,"referenced_errors":[{"created":"@1473093521.319360000","description":"EOF","file":"src/core/lib/iomgr/tcp_posix.c","file_line":235}]}")
I'm running this on OSX Yosemite 10.10.5 and Python 2.7. Does anyone have any idea regarding the grpc error?
Metadata
Metadata
Labels
🚨This issue needs some love.This issue needs some love.MLtriage meI really want to be triaged.I really want to be triaged.