influxdata / influxdb-python

Python client for InfluxDB
MIT License
1.7k stars 522 forks source link

gRPC Client failing to write in Influxdb using influxdb-python library #894

Open vizzyno1 opened 3 years ago

vizzyno1 commented 3 years ago

Hi Team , I am trying to Create a record using GRPC architecture. From the Client side , I am trying to send a write entry request from my Client and i am getting the below error.?


    details = "failed to connect to all addresses"
    debug_error_string = "{"created":"@1624522143.341000000","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3009,"referenced_errors":[{"created":"@1624522143.341000000","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}]}"

Please can someone help me to resolve this or is this not supported.? influxdb

Thanks Vijayant