Skip to content

contains invalid UTF-8 data when parsing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes. #4970

Closed
@wenhuiwu

Description

@wenhuiwu

we are tying use a python grpc clinet to send request to the go server.
the proto param we used has been defined as:
message PbRider {
string speed_param = 28;
};
but we get an error:
contains invalid UTF-8 data when parsing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions