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
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
The text was updated successfully, but these errors were encountered:
It seems that RPC url that you used refused the connection.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: