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
Protobuf.js fails to parse this .proto file, throwing this error:
Error: illegal name '}' (deps/envoy-api/envoy/api/v2/core/http_uri.proto, line 53)
at illegal (/mnt/d/Documents/grpc-node/packages/grpc-js/node_modules/protobufjs/src/parse.js:94:16)
at parseOptionValue (/mnt/d/Documents/grpc-node/packages/grpc-js/node_modules/protobufjs/src/parse.js:561:27)
at parseOptionValue (/mnt/d/Documents/grpc-node/packages/grpc-js/node_modules/protobufjs/src/parse.js:564:21)
at parseOption (/mnt/d/Documents/grpc-node/packages/grpc-js/node_modules/protobufjs/src/parse.js:553:9)
at parseInlineOptions (/mnt/d/Documents/grpc-node/packages/grpc-js/node_modules/protobufjs/src/parse.js:587:17)
at parseField_line (/mnt/d/Documents/grpc-node/packages/grpc-js/node_modules/protobufjs/src/parse.js:378:13)
at ifBlock (/mnt/d/Documents/grpc-node/packages/grpc-js/node_modules/protobufjs/src/parse.js:292:17)
at parseField (/mnt/d/Documents/grpc-node/packages/grpc-js/node_modules/protobufjs/src/parse.js:368:9)
at parseType_block (/mnt/d/Documents/grpc-node/packages/grpc-js/node_modules/protobufjs/src/parse.js:340:21)
at ifBlock (/mnt/d/Documents/grpc-node/packages/grpc-js/node_modules/protobufjs/src/parse.js:288:17)
protobuf.js version: 6.9.0
Protobuf.js fails to parse this .proto file, throwing this error:
referring to this field of the message:
The
protoc
tool parses this file just fine, so this is a valid protobuf definition.The text was updated successfully, but these errors were encountered: