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

Introduce pagination for feed JSON-RPC method #97

Open
mycognosist opened this issue Feb 13, 2024 · 0 comments
Open

Introduce pagination for feed JSON-RPC method #97

mycognosist opened this issue Feb 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mycognosist
Copy link
Owner

Turns out my feed is too big for JSON-RPC; the server implementation I'm using (https://docs.rs/jsonrpsee/0.22.0/jsonrpsee/index.html) defaults to a response body limit of 10 MB.

Pagination will need to be introduced to avoid this error. It'll also be a nice addition for client builders.

Error: JSON-RPC request failed with code -32008: Response is too big

Caused by:
    JSON-RPC request failed with code -32008: Response is too big
@mycognosist mycognosist added the enhancement New feature or request label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant