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

Error in txn subscribe and making sendTransaction request #17

Open
mattlambster opened this issue Apr 10, 2024 · 0 comments
Open

Error in txn subscribe and making sendTransaction request #17

mattlambster opened this issue Apr 10, 2024 · 0 comments

Comments

@mattlambster
Copy link

Having couple issues running this
1. Error in txn subscribe
{"timestamp":"2024-04-10T20:42:58.000781Z","level":"WARN","fields":{"message":"Failed to send data async to 74.118.142.77:8009, error: Custom(\"ConnectionError(TimedOut)\") ","log.target":"solana_quic_client:TimedOut)\") ","log.target":"solana_quic_client::nonblocking::quic_client","log.module_path":"solana_quic_client::nonblocking::quic_client","log.file":"/home/solana/.cargo/registry/src/index.crates.io-6f17d22bba15001f/solana-quic-client-1.17.28/src/nonblocking/quic_client.rs","log.line":592},"target":"solana_quic_client::nonblocking::quic_client"}

{"timestamp":"2024-04-10T20:42:58.001713Z","level":"WARN","fields":{"message":"datapoint: send-wire-async failure=1i","log.target":"solana_metrics::metrics","log.module_path":"solana_metrics::metrics","log.file":"/home/solana/.cargo/registry/src/index.crates.io-6f17d22bba15001f/solana-metrics-1.17.28/src/metrics.rs","log.line":283},"target":"solana_metrics::metrics"}

{"timestamp":"2024-04-10T20:42:58.222213Z","level":"ERROR","fields":{"message":"error in txn subscribe, resubscribing in 1 second: Status { code: Internal, message: \"h2 protocol error: http2 error: stream error received: not a result of an error\", source: Some(hyper::Error(Http2, Error { kind: Reset(StreamId(5), NO_ERROR, Remote) })) }"},"target":"atlas_txn_sender::grpc_geyser"}

2. Error making sendTransaction call
Query:
curl ${atlas-tx-sender service endpoint} -X POST -H "Content-Type: application/json" -d ' { "jsonrpc": "2.0", "id": 1, "method": "sendTransaction", "params": [ "4hXTCkRzt9WyecNzV1XPgCDfGAZzQKNxLXgynz5QDuWWPSAZBZSHptvWRL3BjCvzUXRdKvHL2b7yGrRQcWyaqsaBCncVG7BFggS8w9snUts67BSh3EqKpXLUm5UMHfD7ZBe9GhARjbNQMLJ1QD3Spr6oMTBU6EhdB4RD8CP2xUxr2u3d6fos36PD98XS6oX8TQjLpsMwncs5DAMiD4nNnR8NBfyghGCWvCVifVwvA8B8TJxE1aiyiv2L429BCWfyzAme5sZW8rDb14NeCQHhZbtNqfXhcp2tAnaAT" ] }'
Error Response
{"jsonrpc":"2.0","error":{"code":-32602,"message":"Invalid params","data":"No more params"},"id":1}%

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

No branches or pull requests

1 participant