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: subscribe failed: Method not found (-32601) #1

Open
westchiral opened this issue Nov 24, 2024 · 0 comments
Open

Error: subscribe failed: Method not found (-32601) #1

westchiral opened this issue Nov 24, 2024 · 0 comments

Comments

@westchiral
Copy link

westchiral commented Nov 24, 2024

Hi, Thanks for your codebase.
I've been trying to run the part of the code but faced the same weird error like Error: subscribe failed: Method not found (-32601).
Have you ever seen such error?

let (mut stream, _) = ws_client
.logs_subscribe(
RpcTransactionLogsFilter::Mentions(vec![CONFIG.raydium_lpv4.to_string()]),
RpcTransactionLogsConfig {
commitment: Some(CommitmentConfig::finalized()),
},
)
.await?;

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