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

413 Request Entity Too Large #1165

Open
kinrokinro opened this issue May 16, 2024 · 0 comments
Open

413 Request Entity Too Large #1165

kinrokinro opened this issue May 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kinrokinro
Copy link

What is happening?

Our pigeon is unable to receive responses from the RPCs

Paloma and pigeon versions and logs

Version App version: v1.11.2 Build commit hash: 41e04f5c470715e46b9cdfe9a5105ec4fd840e84
time="2024-05-16T13:00:39Z" level=error msg="couldn't get events" action=handle-gravity-batch-send-events chain-reference-id=bnb-main error="413 Request Entity Too Large: {\"jsonrpc\":\"2.0\",\"id\":37935,\"error\":{\"code\":-32614,\"message\":\"eth_getLogs is limited to a 10,000 range\"}}" x-correlation-id=cp306tjajpmb64jc2kmg

time="2024-05-16T13:00:39Z" level=error msg="error returned in process loop" error="413 Request Entity Too Large: {\"jsonrpc\":\"2.0\",\"id\":37935,\"error\":{\"code\":-32614,\"message\":\"eth_getLogs is limited to a 10,000 range\"}}" x-correlation-id=cp306tjajpmb64jc2kmg

time="2024-05-16T13:00:44Z" level=error msg="couldn't get events" action=handle-gravity-batch-send-events chain-reference-id=bnb-main error="413 Request Entity Too Large: {\"jsonrpc\":\"2.0\",\"id\":37937,\"error\":{\"code\":-32614,\"message\":\"eth_getLogs is limited to a 10,000 range\"}}" x-correlation-id=cp306urajpmb64jc2ko0

time="2024-05-16T13:00:44Z" level=error msg="error returned in process loop" error="413 Request Entity Too Large: {\"jsonrpc\":\"2.0\",\"id\":37937,\"error\":{\"code\":-32614,\"message\":\"eth_getLogs is limited to a 10,000 range\"}}" x-correlation-id=cp306urajpmb64jc2ko0

time="2024-05-16T13:00:49Z" level=error msg="couldn't get events" action=handle-gravity-batch-send-events chain-reference-id=bnb-main error="413 Request Entity Too Large: {\"jsonrpc\":\"2.0\",\"id\":37939,\"error\":{\"code\":-32614,\"message\":\"eth_getLogs is limited to a 10,000 range\"}}" x-correlation-id=cp30703ajpmb64jc2kq0

time="2024-05-16T13:00:49Z" level=error msg="error returned in process loop" error="413 Request Entity Too Large: {\"jsonrpc\":\"2.0\",\"id\":37939,\"error\":{\"code\":-32614,\"message\":\"eth_getLogs is limited to a 10,000 range\"}}" x-correlation-id=cp30703ajpmb64jc2kq0

time="2024-05-16T13:00:54Z" level=error msg="couldn't get events" action=handle-gravity-batch-send-events chain-reference-id=bnb-main error="413 Request Entity Too Large: {\"jsonrpc\":\"2.0\",\"id\":37941,\"error\":{\"code\":-32614,\"message\":\"eth_getLogs is limited to a 10,000 range\"}}" x-correlation-id=cp3071bajpmb64jc2ks0

How to reproduce?

Try to use any public/private RPC from the RPC providers (ANKR/Quicknode/Alchemy etc)

What is the expected behaviour?

The pigeon should be able to reduce the request range size if it needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant