fullstorydev / fullstorydev/grpcurl

endpoint:80/sub is not recognized in grpcurl

Open
#489 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
12.8k
Forks
580
Avg merge
1h 8m
Merged PRs (30d)
5

Description

Hi, I have a service endpoint as ```endpoint:80/subgrpc``` when I pass in whole grpcurl as this:
```
grpcurl -d '{body}' -H 'authorization: Bearer jwtKey' -plaintext endpoint:80/subgrpc service/serviceName
```
return log as:
```
Failed to dial target host "endpoint:80/subgrpc": dial tcp: lookup tcp/80/serviceName: unknown port
```
Did I wrongly pass anything into the command ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.