Apologies for the shameless plug, but another option would be to try
polyglot <https://github.com/grpc-ecosystem/polyglot#making-a-grpc-request>
from the grpc-ecosystem <https://github.com/grpc-ecosystem>. Based on the
example call made in the thread above, it seems that polyglot has all the
required features.

On Thu, Feb 8, 2018 at 5:48 AM, <m...@spencersims.com> wrote:

> Did you ever figure it out? I would love to know! I'm running into the
> same problem.
>
> On Friday, February 10, 2017 at 7:41:54 AM UTC-8, Sanket Lawangare wrote:
>>
>> 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 errors are. Here is the response I got from my
>> client request:
>>
>> Failed to read response.
>>
>> Rpc failed with status code 12 error message unknown service
>> my_agent.MyServiceAPI
>>
>>
>> I am running the command from the location where my protocol file
>> resides. I am sending a request like this, (FYI: I am also sending the
>> metadata. Irrespective of including the metadata or not I am getting the
>> same error message) :
>>
>>
>> ~/my_workspace/src/github.com/grpc/bins/opt/grpc_cli call 0.0.0.0:50051
>> MyGrpcMethod <name_of_my_proto_file.proto> "abc : '12-34-56-78', xyz:
>> '1234'" --metadata "auth:<auth_token>:space:xxx:org:xxx"
>> --enable_ssl=false
>>
>>
>>
>>
>>
> --
> You received this message because you are subscribed to the Google Groups "
> grpc.io" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to grpc-io+unsubscr...@googlegroups.com.
> To post to this group, send email to grpc-io@googlegroups.com.
> Visit this group at https://groups.google.com/group/grpc-io.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/grpc-io/390c220d-b000-4f1a-9070-b1ad5bc793f6%40googlegroups.com
> <https://groups.google.com/d/msgid/grpc-io/390c220d-b000-4f1a-9070-b1ad5bc793f6%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAP7rZ4Q7W36Jk2SJDn2nbCXp5eODRtrENHqkWJPCp%2BGH3MR%3DEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to