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

stuck on fetching blob sidecars #377

Open
sahfd4eiugf opened this issue Dec 31, 2024 · 4 comments
Open

stuck on fetching blob sidecars #377

sahfd4eiugf opened this issue Dec 31, 2024 · 4 comments

Comments

@sahfd4eiugf
Copy link

Seems this is a recurrent issue with OP node.

My personal lighthouse beacon did not work, but even after trying every single RPC on this list https://eth-clients.github.io/checkpoint-sync-endpoints/ , nothing fixes this error and I can never achieve a full sync.

lvl=warn msg="Engine temporary error" err="derivation failed: temp: failed to fetch blobs: failed to get blob sidecars for L1BlockRef 0x5eaee30a2dc126cb088e37c5e23fd5177ff239e046311c55472b4c379da458d3:21164365: failed to fetch blob sidecars for slot 10375261 block 0x5eaee30a2dc126cb088e37c5e23fd5177ff239e046311c55472b4c379da458d3:21164365: #returned blobs(0) != #requested blobs(5)

@leo-chorus-one
Copy link

leo-chorus-one commented Jan 4, 2025

Hi. We are encountering the same issue:

lvl=warn msg="Engine temporary error" err="derivation failed: temp: failed to fetch blobs: failed to get blob sidecars for L1BlockRef 0x36825190eb3aa9c0574ed38aabbec9327269497dc88c5f3b3050a4341470d04d:21165243: failed to fetch blob sidecars for slot 10376146 block 0x36825190eb3aa9c0574ed38aabbec9327269497dc88c5f3b3050a4341470d04d:21165243: #returned blobs(0) != #requested blobs(5)".

So it’s another slot, but very close: ours 10376146 is and yours is 10375261, both on November 11th 2024. We are currently trying with another snapshot that we got for another of our working nodes.

We were starting from snapshot base-mainnet-reth-1735705102.tar.zst dated from Wed 01 Jan 2025 04:18:22 UTC. Was was the snapshot you tried @sahfd4eiugf ?

@leo-chorus-one
Copy link

@sahfd4eiugf using our own snapshot from another node did work for us, so it seems indeed that there is an issue with the upstream snapshots.

@sahfd4eiugf
Copy link
Author

I used base-mainnet-reth-1735445925.tar.zst

What L1 beacon node are you using? Your own Lighthouse/Prysm?

@banky
Copy link

banky commented Jan 14, 2025

@sahfd4eiugf it looks like the base snapshot file is outdated even though the timestamp is recent. using the snapshot base-mainnet-reth-1736309898.tar.zst, my node starts syncing from 22287794 (2 months ago). when you start up from the snapshot, what block does your node start syncing from? we might be encountering the same issue

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

4 participants
@banky @sahfd4eiugf @leo-chorus-one and others