opendatahub-io / caikit-nlp-client

A grpc and http client library for caikit-nlp
Apache License 2.0
3 stars 6 forks source link

Fail to connect with insecure gRPC calls #80

Closed bdattoma closed 11 months ago

bdattoma commented 11 months ago

When using insecure grpc calls, the request fails with the following error msg:

_MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
    status = StatusCode.UNAVAILABLE
    details = "failed to connect to all addresses; last error: UNAVAILABLE: ipv4:192.169.0.7:443: Socket closed"
    debug_error_string = "UNKNOWN:failed to connect to all addresses; last error: UNAVAILABLE: ipv4:192.169.0.7:443: Socket closed {grpc_status:14, created_time:"2023-12-01T13:58:58.574521225+00:00"}"
bdattoma commented 11 months ago

PR fix: https://github.com/opendatahub-io/caikit-nlp-client/pull/77/files by @dtrifiro