openconfig / gnmic

gNMIc is a gNMI CLI client and collector
https://gnmic.openconfig.net
Apache License 2.0
166 stars 52 forks source link

Getting error "String field 'gnmi.PathElem.key' contains invalid UTF-8 data when serializing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes." #436

Closed kapilrastogi1231 closed 1 week ago

kapilrastogi1231 commented 2 months ago

While running get request getting below error with PROTO encoding: "String field 'gnmi.PathElem.key' contains invalid UTF-8 data when serializing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes." Can anyone please help to understand and resolve this issue? gRPC server is written in C++ and latest gRPC stack is in use (1.60.0).

karimra commented 2 months ago

Looks like an error coming from server side.