Hi all,
My gRPC client raised this error
...
File "/home/work/code/venv/site-packages/grpc/_channel.py", line 466, in
_end_unary_response_blocking
raise _Rendezvous(state, None, None, deadline)
_Rendezvous: <_Rendezvous of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "OS Error"
debug_error_string=
"{"created":"@1560255578.803770511","description":"Error received from
peer","file":"src/core/lib/surface/call.cc","file_line":1036,"grpc_message":"OS
Error","grpc_status":14}"
It says "Error received from peer", so my server send this status. And it
also says "OS Error".
How can inspect what is going on in my server when it says "OS Error"? I
expected some startup options or environment variables.
Thanks.
--
You received this message because you are subscribed to the Google Groups
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/grpc-io/fc4d3258-ad73-4a2b-94bc-90fd0011bcae%40googlegroups.com.