gogo / letmegrpc

[maintainer wanted] generates a web form gui from a grpc specification
BSD 3-Clause "New" or "Revised" License
421 stars 48 forks source link

Can't run example as per readme #21

Closed nkev closed 8 years ago

nkev commented 8 years ago

I'm just trying to run the example in the readme but when I run the final line in the example:

letmegrpc --addr=localhost:12345 --port=8080 serve.proto

I get This parser only recognizes "proto2". exit status 1

How do I fix this?

awalterschulze commented 8 years ago

get protoc version 3 beta On Jun 12, 2016 6:54 AM, "Nuri" notifications@github.com wrote:

I'm just trying to run the example in the readme but when I run the final line in the example:

letmegrpc --addr=localhost:12345 --port=8080 serve.proto

I get This parser only recognizes "proto2". exit status 1

How do I fix this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gogo/letmegrpc/issues/21, or mute the thread https://github.com/notifications/unsubscribe/ABvsLYk-7l3pE4YmqDrmAFiNrHHDAemmks5qK5D5gaJpZM4IztJR .

nkev commented 8 years ago

will do thanks!