We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{"level":"debug","time":"2024-11-12T09:24:02Z","message":"Fetched 25 events from block 31452"} {"level":"debug","time":"2024-11-12T09:24:02Z","message":"Fetched 25 events from block 31453"} {"level":"info","time":"2024-11-12T09:24:02Z","message":"Processed blocks up to height 31453"} {"level":"debug","last_processed_height":31453,"latest_height":31454,"time":"2024-11-12T09:24:33Z","message":"Received new block height"} {"level":"debug","time":"2024-11-12T09:24:33Z","message":"Fetched 25 events from block 31453"} {"level":"fatal","time":"2024-11-12T09:24:33Z","message":"BBN block processor exited with error: error in json rpc client, with http response metadata: (Status: 200 OK, Protocol HTTP/1.1). RPC error -32603 - Internal error: could not find results for height #31454"}
indexer tries to fetch block at height but rpc errs (even after retries - a recent fix)
The text was updated successfully, but these errors were encountered:
its possible the retry logic not working as expected, double check the string parse logic
babylon-staking-indexer/internal/clients/bbnclient/bbnclient.go
Lines 121 to 131 in db9071b
Sorry, something went wrong.
No branches or pull requests
indexer tries to fetch block at height but rpc errs (even after retries - a recent fix)
The text was updated successfully, but these errors were encountered: