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

failed to create filter: Max amount of Pubkeys reached, only 10 allowed #46

Open
vscorpio opened this issue Sep 5, 2024 · 0 comments
Open

Comments

@vscorpio
Copy link

vscorpio commented Sep 5, 2024

Trying to run the Swap for our RPC which already has the geyser plugin installed and I'm getting these:

2024-09-05T12:42:35.018786Z ERROR jupiter_core::geyser_client: error while getting message: Status { code: InvalidArgument, message: "failed to create filter: Max amount of Pubkeys reached, only 10 allowed", source: None }    
2024-09-05T12:42:35.018827Z ERROR jupiter_core::geyser_client: stream closed    
2024-09-05T12:42:35.159982Z  INFO jupiter_core::geyser_client: Retry to connect to subscribe to the geyser server    
2024-09-05T12:42:35.164590Z  INFO jupiter_core::geyser_client: subscribed to new accounts    
2024-09-05T12:42:35.164609Z  INFO jupiter_core::geyser_client: stream opened    
2024-09-05T12:42:35.199261Z  INFO jupiter_core::geyser_client: Retry to connect to subscribe to the geyser server    
2024-09-05T12:42:35.205562Z  INFO jupiter_core::geyser_client: subscribed to new accounts    
2024-09-05T12:42:35.205584Z  INFO jupiter_core::geyser_client: stream opened    
2024-09-05T12:42:35.361359Z  INFO jupiter_core::geyser_client: Retry to connect to subscribe to the geyser server    
2024-09-05T12:42:35.367598Z  INFO jupiter_core::geyser_client: subscribed to new accounts    
2024-09-05T12:42:35.367618Z  INFO jupiter_core::geyser_client: stream opened    
2024-09-05T12:42:35.369095Z ERROR jupiter_core::geyser_client: error while getting message: Status { code: InvalidArgument, message: "failed to create filter: Broadcast `any` is not allowed, at least one filter required", source: None }    
2024-09-05T12:42:35.369108Z ERROR jupiter_core::geyser_client: stream closed    
2024-09-05T12:42:35.519108Z  INFO jupiter_core::geyser_client: Retry to connect to subscribe to the geyser server    
2024-09-05T12:42:35.522560Z  INFO jupiter_core::geyser_client: subscribed to new accounts    
2024-09-05T12:42:35.522580Z  INFO jupiter_core::geyser_client: stream opened    
2024-09-05T12:42:35.570203Z ERROR jupiter_core::geyser_client: error while getting message: Status { code: InvalidArgument, message: "failed to create filter: Max amount of Pubkeys reached, only 10 allowed", source: None }    
2024-09-05T12:42:35.570228Z ERROR jupiter_core::geyser_client: stream closed    
2024-09-05T12:42:35.580035Z ERROR jupiter_core::geyser_client: error while getting message: Status { code: InvalidArgument, message: "failed to create filter: Max amount of Pubkeys reached, only 10 allowed", source: None }    
2024-09-05T12:42:35.580054Z ERROR jupiter_core::geyser_client: stream closed    
2024-09-05T12:42:35.870509Z  INFO jupiter_core::geyser_client: Retry to connect to subscribe to the geyser server    
2024-09-05T12:42:35.872850Z  INFO jupiter_core::geyser_client: subscribed to new accounts    
2024-09-05T12:42:35.872865Z  INFO jupiter_core::geyser_client: stream opened    
2024-09-05T12:42:35.873451Z ERROR jupiter_core::geyser_client: error while getting message: Status { code: InvalidArgument, message: "failed to create filter: Broadcast `any` is not allowed, at least one filter required", source: None }    
2024-09-05T12:42:35.873463Z ERROR jupiter_core::geyser_client: stream closed    
2024-09-05T12:42:35.896448Z ERROR jupiter_core::geyser_client: error while getting message: Status { code: InvalidArgument, message: "failed to create filter: Max amount of Pubkeys reached, only 10 allowed", source: None }    
2024-09-05T12:42:35.896471Z ERROR jupiter_core::geyser_client: stream closed
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