You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was generating REST API endpoin, using gRPC Gateway, by adding custom annotations, which requeired including some vendor .proto files, such as descriptor.proto. After adding annotations, I successfully generated .pb.gw.go files and calls to REST API worked just fine.
But calls to gRPC API, using grpcurl, stopped working:
Failed to process proto source files.: could not parse given files: google/protobuf/descriptor.proto:1070:5: extension range cannot have declarations and have verification of UNVERIFIED
Then I tried other versions of grpcurl and figured out that same calls wokred with versions from 1.8.2 to 1.8.9.
The text was updated successfully, but these errors were encountered:
I was generating REST API endpoin, using gRPC Gateway, by adding custom annotations, which requeired including some vendor
.proto
files, such as descriptor.proto. After adding annotations, I successfully generated.pb.gw.go
files and calls to REST API worked just fine.But calls to gRPC API, using
grpcurl
, stopped working:Then I tried other versions of grpcurl and figured out that same calls wokred with versions from
1.8.2
to1.8.9
.The text was updated successfully, but these errors were encountered: