-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create new object. #340
Comments
I'm currently having the same problem. For example : common.proto
messenger.proto
greeter.proto
Both the messenger.proto and greeter.proto use the Response message. Using the gRPC Template Creation Utility :
These used-case (multiple proto files that use the same common.proto) is not uncommon when using gRPC in other lanuages like for example C#. |
Appears to be duplicate of #313 |
When more than one proto files are provided to the gRPC Template Creation Utility, which both include the same imported file, the Utility is not being able to build the library and stops its execution with the following error.
LabVIEW: (Hex 0x425) Unable to create new object.
Is this a bug, or should I provide the imported files some other way, then mentioning them in the proto files?
The files are imported as follows:
import "common.proto";
import "error.proto";
All imported files are located in the same directory as main proto files, and the utility is able to read them.
AB#2626689
The text was updated successfully, but these errors were encountered: