grpc
connection_error
ai_generated
true
UNAVAILABLE: failed to connect to all addresses
ID: grpc/unavailable
80%Fix Rate
85%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1 | active | — | — | — |
Root Cause
Server unreachable. DNS, port, or server down.
genericWorkarounds
-
90% success Check server is running and port is accessible
-
88% success Use gRPC health checking protocol
Dead Ends
Common approaches that don't work:
-
Retry immediately in tight loop
82% fail
Overwhelms recovering server
-
Switch to HTTP fallback without TLS
80% fail
Security downgrade