grpcc icon indicating copy to clipboard operation
grpcc copied to clipboard

A gRPC cli interface for easy testing against gRPC servers

Results 29 grpcc issues
Sort by recently updated
recently updated
newest added

According to title, I try to get method and request data from proto like this How can i get those list Thanks for answer me and I apologize for bad...

I have runing my gRPC services on Kubernetes in front using Envoy , Envoy exposed with aws Load balancer. When am tring API with domain name http://aws-load-balancer-url.com , it is...

grpcc --proto ./Users/pavankumar/Downloads/synchronicity.proto --address tingle-grpc.synchronicity.ai:443 Error: Could not load file "[object Object]" at Object.load (/Users/pavankumar/.npm-global/lib/node_modules/grpcc/node_modules/grpc/index.js:149:11) at Object.deprecated [as load] (internal/util.js:70:15) at createClient (/Users/pavankumar/.npm-global/lib/node_modules/grpcc/lib/index.js:57:21) at Object. (/Users/pavankumar/.npm-global/lib/node_modules/grpcc/bin/grpcc.js:35:3) at Module._compile (internal/modules/cjs/loader.js:678:30) at...

You have some good examples in the folder: https://github.com/njpatel/grpcc/tree/master/examples However testing a gRPC endpoint, you don't always want to create script files, you may want to test different values via...

Whenever I add an import to the proto file, grpcc can't find any service. e.g. `import "google/protobuf/field_mask.proto";` I haven't tested or debugged it any further but my guess is that...

I've got a `protobuf` file with a single service. When running with v1.1.0 I get the expected behaviour, but with v1.1.1 there seems to have been a regression, as I...

Please, add the command for describe the RPC, or at least the arguments (message) in format json

With the merge of https://github.com/njpatel/grpcc/pull/61, I can't run the cli anymore: ``` Error: no such type: PingRequest at Service.lookupType (/Users/jmaitrehenry/work/grpcc/node_modules/@grpc/proto-loader/node_modules/protobufjs/src/namespace.js:383:15) at Method.resolve (/Users/jmaitrehenry/work/grpcc/node_modules/@grpc/proto-loader/node_modules/protobufjs/src/method.js:147:44) at Service.resolveAll (/Users/jmaitrehenry/work/grpcc/node_modules/@grpc/proto-loader/node_modules/protobufjs/src/service.js:111:20) at Namespace.resolveAll (/Users/jmaitrehenry/work/grpcc/node_modules/@grpc/proto-loader/node_modules/protobufjs/src/namespace.js:307:25) at...

{ Error: 14 UNAVAILABLE: Connect Failed at new createStatusError (C:\Users\satish.sharma\AppData\Roaming\npm\node_modules\grpcc\node_modules\grpc\src\client.js:64:15) at C:\Users\satish.sharma\AppData\Roaming\npm\node_modules\grpcc\node_modules\grpc\src\client.js:583:15 code: 14, metadata: {}, details: 'Connect Failed' }