Closed

Description
I could run the all speech api examples without any error until this morning, however, I got an error when I ran speech_streaming.py:
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 "/home/chiba/.pyenv/versions/anaconda3-4.1.0/envs/gasr/lib/python2.7/site-packages/grpc/beta/_client_adaptations.py", line 153, in next
return self._next()
File "/home/chiba/.pyenv/versions/anaconda3-4.1.0/envs/gasr/lib/python2.7/site-packages/grpc/beta/_client_adaptations.py", line 147, in _next
raise _abortion_error(rpc_error_call)
grpc.framework.interfaces.face.face.AbortionError: AbortionError(code=StatusCode.INTERNAL, details="{"created":"@1472177364.848861732","description":"RST_STREAM","file":"src/core/ext/transport/chttp2/transport/frame_rst_stream.c","file_line":107,"http2_error":1}")
I tried to run it both on Ubuntu 16.04 and on OS X Yosemite, but the result was same.
Does anyone know the solution for this?