-
Notifications
You must be signed in to change notification settings - Fork 116
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
FlushError & Unexpected data beyond EOF #1406
Comments
Thanks for opening.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
ponder 0.8.14
Current behavior
After upgrading to ponder 0.8.14 (from @ponder/core 0.7.17), running the indexer throws some errors & warnings before stopping.
A couple different errors happen, firstly, the
table.flush()
function fails when trying to flush cache. This happens after some events are read and indexed correctlyThe second issue is an error thrown with regard to flushing as well
FlushError: unexpected data beyond EOF in block 0 of relation base/1/47350
I am indexing datas on the Arbitrum chain, not sure what could help to debug feel free to ask for details.
Expected behavior
Indexing should run fully and db flush functions should run.
Steps to reproduce
The code can be found in this gist where I added the config, schema, indexing functions and ABIs
Link to repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: