fullstorydev / fullstorydev/grpcurl
`remote reset` error with 1.8.8 and higher
- Dominant language
- Go
- Stars
- 12.8k
- Forks
- 580
- Avg merge
- 1h 8m
- Merged PRs (30d)
- 5
Description
This works:
```
docker run fullstorydev/grpcurl:v1.8.7 -d '{ "starting_version": 0 }' -max-msg-sz 30000000 -H "authorization:Bearer aptoslabs_ep2o8nuDPuS_529dxW5UWEUY1YZeRWLM6EPCmsLNuz4BE" grpc.mainnet.aptoslabs.com:443 aptos.indexer.v1.RawData/GetTransactions
```
You see data stream.
This does not:
```
docker run fullstorydev/grpcurl:v1.8.8 -d '{ "starting_version": 0 }' -max-msg-sz 30000000 -H "authorization:Bearer aptoslabs_ep2o8nuDPuS_529dxW5UWEUY1YZeRWLM6EPCmsLNuz4BE" grpc.mainnet.aptoslabs.com:443 aptos.indexer.v1.RawData/GetTransactions
```
You get this error instead:
```
Error invoking method "aptos.indexer.v1.RawData/GetTransactions": rpc error: code = Unavailable desc = failed to query for service descriptor "aptos.indexer.v1.RawData": upstream connect error or disconnect/reset before headers. reset reason: remote reset
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.