Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grpc connect to some site and fail on some #716

Open
Imdavyking opened this issue May 23, 2024 · 4 comments
Open

Grpc connect to some site and fail on some #716

Imdavyking opened this issue May 23, 2024 · 4 comments

Comments

@Imdavyking
Copy link

I am using grpc to connect to cosmos blockchain, some blockchain works well while others fail 3.1.0

Repro steps

working urls

  1. grpc.osmotest5.osmosis.zone
  2. rest.sentry-01.theta-testnet.polypore.xyz

failing urls

  1. testnet.sentry.chain.grpc.injective.network
  2. grpc.testnet-croeseid-4.cronos-pos.org

Expected result:
grpc connected successful and give positive result
Actual result:
it throw an error message
gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error connecting: SocketException: Operation
timed out (OS Error: Operation timed out, errno = 60),
address = testnet.sentry.chain.grpc.injective.network,
port = 54651, details: null, rawResponse: null, trailers:

Details

<Include any other relevant details, logs, etc.>

@mosuem
Copy link
Contributor

mosuem commented May 23, 2024

Could you include enough information to make this reproducible? And are you sure it is a bug on the Dart side?

@Imdavyking
Copy link
Author

I am just getting started with grpc...started using it with https://pub.dev/packages/alan
for cosmos blockchain, some url fail and some url work
injective - https://docs.injective.network/develop/public-endpoints/
i was trying to use grpc for injective but it failed and gave me this error

gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error connecting: SocketException: Operation
timed out (OS Error: Operation timed out, errno = 60),
address = testnet.sentry.chain.grpc.injective.network,
port = 54651, details: null, rawResponse: null, trailers:

@Imdavyking
Copy link
Author

Hi, i have not heard from you

@mosuem
Copy link
Contributor

mosuem commented Jun 12, 2024

Could you add a minimal reproducible example? Otherwise, this is hard to debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants