grpcc icon indicating copy to clipboard operation
grpcc copied to clipboard

v1.1.1 doesn't find services that v1.1.0 does.

Open kinbiko opened this issue 6 years ago • 4 comments

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 get an Unable to find any service in proto file error message when running grpcc -p ./my-proto-file.proto -a 127.0.0.1:3456.

At first glance, maybe this line needs to be updated to have the second argument?

kinbiko avatar Dec 05 '17 13:12 kinbiko

any update? I got the same error message.

skyjia avatar Dec 16 '17 05:12 skyjia

Same regression, different way to reproduce it - I include another file with another service to access its messages and it only finds what's in the included file rather than what's in the file passed as the arg.

pzduniak avatar Jan 02 '18 19:01 pzduniak

+1

rocketraman avatar May 16 '18 04:05 rocketraman

+1

qlodhi-clearlabs avatar Jan 27 '20 22:01 qlodhi-clearlabs