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

grpc_subscription_autoreconnect_tasks errors: failed to create filter: Broadcast any is not allowed #398

Open
McSim85 opened this issue Jun 15, 2024 · 1 comment

Comments

@McSim85
Copy link

McSim85 commented Jun 15, 2024

Hey team

Just wanted to post this issue more like an FAQ, if anyone else meets this.
lite-rpc can report these errors:

WARN geyser_grpc_connector::grpc_subscription_autoreconnect_tasks: error on grpc_addr http://X.Y.Z.W:10000/ - retrying: Status { code: InvalidArgument, message: "failed to create filter: Broadcast `any` is not allowed, at least one filter required", source: None }

The error comes from this part of plugin:
https://github.com/rpcpool/yellowstone-grpc/blob/b9d629c2fcd570e24040bf7784757981ca9be86e/yellowstone-grpc-geyser/src/config.rs#L216

This happens because "account_include_any" parameter (grpc -> filters -> blocks -> account_include_any) in the yellostone GRPC config.json has to be true.

rel: #307

@pelaricoaus
Copy link

yeah but that yellowstone-grpc-geyser isnt apart of the dependencies for lite-rpc?? only yellowstone-grpc-proto & yellowstone-grpc-client... so how to fix this?

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

2 participants