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
{{ message }}
This repository was archived by the owner on Feb 15, 2026. It is now read-only.
when issuing command "node server.js" I receive the following error:
Error: Parse error at line 11: illegal field rule: int32
at Parser.ProtoBuf.DotProto.ParserPrototype._parseMessage (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:1117:31)
at Parser.ProtoBuf.DotProto.ParserPrototype.parse (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:762:34)
at Function.ProtoBuf.DotProto.Parser.parse (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:797:39)
at Object.ProtoBuf.loadProto (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:5128:59)
at Object.ProtoBuf.loadProtoFile (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:5174:52)
at Object.load (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/grpc/index.js:135:26)
at Object.deprecated [as load] (internal/util.js:66:15)
at Object. (/home/ilsorrisodellagioconda/cloud-grpc/start/server.js:3:23)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
when issuing command "node server.js" I receive the following error:
Error: Parse error at line 11: illegal field rule: int32
at Parser.ProtoBuf.DotProto.ParserPrototype._parseMessage (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:1117:31)
at Parser.ProtoBuf.DotProto.ParserPrototype.parse (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:762:34)
at Function.ProtoBuf.DotProto.Parser.parse (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:797:39)
at Object.ProtoBuf.loadProto (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:5128:59)
at Object.ProtoBuf.loadProtoFile (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/protobufjs/dist/protobuf.js:5174:52)
at Object.load (/home/ilsorrisodellagioconda/cloud-grpc/start/node_modules/grpc/index.js:135:26)
at Object.deprecated [as load] (internal/util.js:66:15)
at Object. (/home/ilsorrisodellagioconda/cloud-grpc/start/server.js:3:23)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)