Hi Team,

the below code throws exception


with grpc.insecure_channel('192.168.0.176:1234') as channel:

grpc.channel_ready_future(channel).start()
except grpc.FutureTimeoutError:
sys.exit('Error connecting to server')





============= EXCEPTION =============
Traceback (most recent call last):
  File "/Users/sheikhjebran/Desktop/new/mySocket.py", line 53, in <module>
    advertising()
  File "/Users/sheikhjebran/Desktop/new/mySocket.py", line 48, in 
advertising
    response = stub.RequestAdvertisement(Nothing)
  File 
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/grpc/_channel.py",
 
line 946, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File 
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/grpc/_channel.py",
 
line 849, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated 
with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = 
"{"created":"@1622865794.382882000","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3009,"referenced_errors":[{"created":"@1622865794.382874000","description":"failed
 
to connect to all 
addresses","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":398,"grpc_status":14}]}"
>


-- 
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/45ad50ae-6759-430e-90bb-e2ead68c6794n%40googlegroups.com.

Reply via email to