[root@DESKTOP-4933SCP ~]# python speech_streaming.py
D0802 15:43:09.021122100 124 ev_posix.c:101] Using polling engine: poll
I0802 15:43:09.497654600 126 subchannel.c:642] Connect failed: {"created":"@1470166989.497599100","description":"Failed to set TCP_NODELAY","file":"src/core/lib/iomgr/socket_utils_common_posix.c","file_line":184}
I0802 15:43:09.499343800 126 subchannel.c:647] Retry in 0.999801000 seconds
I0802 15:43:09.499843400 126 subchannel.c:642] Connect failed: {"created":"@1470166989.499788400","description":"Failed to set TCP_NODELAY","file":"src/core/lib/iomgr/socket_utils_common_posix.c","file_line":184}
I0802 15:43:09.500223600 126 subchannel.c:647] Retry in 0.999892000 seconds
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 "/usr/local/lib/python2.7/dist-packages/grpc/beta/_client_adaptations.py", line 150, in next
return self._next()
File "/usr/local/lib/python2.7/dist-packages/grpc/beta/_client_adaptations.py", line 144, in _next
raise _abortion_error(rpc_error_call)
grpc.framework.interfaces.face.face.AbortionError: AbortionError(code=StatusCode.UNAVAILABLE, details="")