kit: ERRO[0000] exit status 1

→ go version
go version go1.14.2 darwin/amd64

→  kit new service hello 
→  kit generate  service hello -t grpc
ERRO[0000] exit status 1

→ kit generate  service hello --debug  -t grpc
ERRO[0000] exit status 1

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 20 (5 by maintainers)

Most upvoted comments

@Chanonry now I contribute a pull request, before it merges in the repository, you can use bootun/kit to solve the problem

add option go_package to the proto file. image rerun the kit command will be fine. image

Can you please share you project structure ? I faced the same issue and I’m not sure about that my project(folder) structure was correct or not.

└── hello ├── cmd │   ├── main.go │   └── service │   ├── service.go │   └── service_gen.go ├── go.mod └── pkg ├── endpoint │   ├── endpoint.go │   └── endpoint_gen.go ├── grpc │   ├── handler.go │   ├── handler_gen.go │   └── pb │   ├── compile.sh │   ├── hello.pb.go │   └── hello.proto └── service ├── middleware.go └── service.go

Can anyone share a working config (go version, protoc --version; and maybe installation steps as docs got out of date)?

protoc --version libprotoc 3.13.0

go version go version go1.15.4 darwin/amd64

@GrantZheng yes, installed, is there a way to display any verbose debug message?