We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
<Include any other relevant details, logs, etc.>
The text was updated successfully, but these errors were encountered:
Could you include enough information to make this reproducible? And are you sure it is a bug on the Dart side?
Sorry, something went wrong.
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:
Hi, i have not heard from you
Could you add a minimal reproducible example? Otherwise, this is hard to debug.
No branches or pull requests
Repro steps
working urls
failing urls
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.>
The text was updated successfully, but these errors were encountered: