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
Your ServiceLocator definition does not look valid. An RPC can't return a service or method, it can only return a message. And this syntax location.LocationManager() with the parentheses doesn't look like any protobuf syntax I'm familiar with.
I have a bunch of proto files with each meant for a specific task as below:
The first one is called
location.proto
And then I have the
index.proto
file that is referencing the abovelocation.proto
file as below:Whenever I pass the index.proto file to the grpc-protoloader I am getting the following error
Error: illegal token '(', ')' expected (line 12)
I have no idea where the error is coming from and no idea what it means.
What could I be doing wrong with my
index.proto
file?Thanks in anticipation for your help.
The text was updated successfully, but these errors were encountered: