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

ConnectionRefused #412

Open
undefinedteam1 opened this issue Aug 22, 2024 · 1 comment
Open

ConnectionRefused #412

undefinedteam1 opened this issue Aug 22, 2024 · 1 comment

Comments

@undefinedteam1
Copy link

Hello,

I got this error, anyone can help me? Thanks

WARN solana_lite_rpc_cluster_endpoints::rpc_polling::vote_accounts_and_cluster_info_polling: rpc_cluster_info failed <Error { request: Some(GetClusterNodes), kind: Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv4(0.0.0.0)), port: Some(8899), path: "/", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })) }) }> - retrying

@godmodegalactus
Copy link
Collaborator

It seems that RPC url that you used refused the connection.

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

4 participants
@undefinedteam1 @godmodegalactus and others