'Python grpc Connection timed out

The specific error information is as follows. It can be confirmed that the request timed out before reaching the service because my request was with a LogID, and I didn't find the relevant log in my service.


error: <_InactiveRpcError of RPC that terminated with:
        status = StatusCode.UNAVAILABLE
        details = "Connection timed out"
        debug_error_string = "{"created":"@1642172427.210606885","description":"Error received from peer ipv4:10.14.42.11:8598","file":"src/core/lib/surface/call.cc","file_line":1062,"grpc_message":"Connection timed out","grpc_status":14}"


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source