gogo / letmegrpc

[maintainer wanted] generates a web form gui from a grpc specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't run example as per readme

nkev opened this issue · comments

commented

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?

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
#21, or mute the thread
https://github.com/notifications/unsubscribe/ABvsLYk-7l3pE4YmqDrmAFiNrHHDAemmks5qK5D5gaJpZM4IztJR
.

commented

will do thanks!