fullstorydev / fullstorydev/grpcui
-unix does not work and expects a port
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 427
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 7
Description
in grpcurl `./grpcurl -plaintext -unix /var/run/grpc.sock list` does work fine with my server.
But with grpcui it does not start up and outputs an error.
`./grpcui -plaintext -unix /var/run/grpc.sock
Failed to dial target host "/var/run/grpc.sock": connection error: desc = "transport: error while dialing: dial tcp: address /var/run/grpc.sock: missing port in address"`
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the grpcui invocation with `-plaintext -unix /var/run/grpc.sock` and compare its behavior with the working grpcurl command. Trace the command-line handling for the `-unix` target and verify completion when grpcui connects without reporting a missing port.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100