[grpc-io] GRPC Command Line tool error: Core Dumped

2017-02-15 Thread Sanket Lawangare
This is the command I used to make a grpc request to my server: $ /work/Go/src/github.com/grpc/bins/opt/grpc_cli call 0.0.0.0:50051 ExampleServerData example.proto "server_id: '---xxx'" --enable_ssl=false connecting to 0.0.0.0:50051 E0215 16:11:59.4383776278343 cli_call.cc:73]

[grpc-io] How to read grpc command line tool error messages from the responses?

2017-02-10 Thread Sanket Lawangare
I am using the grpc command line tool to test response for my request. This is the official link to the grpc command line tool: https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md In the response I am getting it says that there are some errors however, it does not show what the