It seems that the client is failing to connect to the server:

"failed to connect to all addresses",

Are you sure that the server is listening on that port? Try running netstat 
on the server to verify. Are there firewall rules getting in the way? Try 
using nmap from the client to verify.

On Friday, June 4, 2021 at 9:05:47 PM UTC-7 [email protected] wrote:

> 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/8c5d35a9-4010-4fa7-bd1a-bc580811de9en%40googlegroups.com.

Reply via email to