You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened
:
gRPC server reflection 활성화하고 grpcui 실행했더니 에러 발생
Failed to compute set of methods to expose: Symbol not found: cbtumblebug.MCIR
caused by: File not found: gogoproto/gogo.proto
What you expected to happen
:
에러가 발생하지 않고 grpcui 가 실행됨
How to reproduce it (as minimally and precisely as possible)
:
TB gRPC server reflection 활성화: conf/grpc_conf.yaml 에서 reflection: enable 주석 해제 후 TB 실행
grpcui 설치: go get github.com/fullstorydev/grpcui/... go install github.com/fullstorydev/grpcui/cmd/grpcui@latest ~/go/bin/grpcui -plaintext localhost:50252
❯ ~/go/bin/grpcui -plaintext localhost:50252
Failed to compute set of methods to expose: Symbol not found: cbtumblebug.MCIR
caused by: File not found: gogoproto/gogo.proto
Anything else we need to know?
:
Environment
Source version or branch:
OS:
Others:
Proposed solution
:
Any other context
:
The text was updated successfully, but these errors were encountered:
@jmleefree 한 번 확인 부탁드립니다. ^^
What happened
:
gRPC server reflection 활성화하고
grpcui
실행했더니 에러 발생What you expected to happen
:
에러가 발생하지 않고
grpcui
가 실행됨How to reproduce it (as minimally and precisely as possible)
:
conf/grpc_conf.yaml
에서reflection: enable
주석 해제 후 TB 실행grpcui
설치:go get github.com/fullstorydev/grpcui/...
go install github.com/fullstorydev/grpcui/cmd/grpcui@latest
~/go/bin/grpcui -plaintext localhost:50252
Anything else we need to know?
:
Environment
Proposed solution
:
Any other context
:
The text was updated successfully, but these errors were encountered: