lighthouse: FailedToInsertDeposit
Description
I receive this error in my logs, over and over:
{
"msg": "Failed to update eth1 cache",
"level": "ERRO",
"ts": "2020-05-27T09:02:20.147080658-05:00",
"service": "eth1_rpc",
"error": "Failed to update eth1 cache: FailedToInsertDeposit(NonConsecutive { log_index: 52, expected: 51 })",
"retry_millis": "7000"
}
I run lighthouse with the following command:
/home/lighthouse/.cargo/bin/lighthouse --logfile /data/lighthouse/logs/beacon.log beacon_node --eth1 --http --ws --datadir /data/lighthouse --http-address 0.0.0.0 --ws-address 0.0.0.0
I run a Nethermind eth1 client, archive sync to Goerli, version 1.8.40
I will say that this is as far as I got, I’m not running a validator yet. I wanted the beacon node to be up and running and in sync before I moved on to the next steps…
Version
Lighthouse 0.1.2
Present Behaviour
It’s not clear to me what this log means, I searched for it but I couldn’t find it.
Expected Behaviour
Unknown
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 21 (9 by maintainers)
Update for anyone who finds this thread: Since this was a fresh installation of lighthouse (no validators imported or anything important) I was able to delete the
~/.lighthousedirectory along with my freezer folder and it synced up perfectly.Seems like the issue was me launching Lighthouse before my eth 1 node had synced.