You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the latest release of Lodestar is compatible with Checkpointz as a consumer, it does not work as a provider right now as there is a bug in the go-eth2-client (see attestantio/go-eth2-client#144). This was already fixed a while ago by attestantio/go-eth2-client#145 and released in v0.21.6 but it looks like not yet updated yet.
Error logs indicate that it fails to fetch genesis data which is a strong indicator that this is the issue
time="2024-07-15T14:18:43Z" level=info msg="loading config" cfgFile=/opt/checkpointz/config.yml
time="2024-07-15T14:18:43Z" level=error msg="Waiting for a healthy, non-syncing node before beginning.." error="no nodes found" module=beacon/default
time="2024-07-15T14:18:43Z" level=error msg="failed to bootstrap node.. will retry in 5s" error="failed to confirm node connection: failed to fetch genesis: failed to parse genesis: invalid character '\\u0091' looking for beginning of value" module=consensus/beacon upstream="lodestar public"
time="2024-07-15T14:18:48Z" level=error msg="Waiting for a healthy, non-syncing node before beginning.." error="no nodes found" module=beacon/default
time="2024-07-15T14:18:49Z" level=error msg="failed to bootstrap node.. will retry in 10s" error="failed to confirm node connection: failed to fetch genesis: failed to parse genesis: invalid character '\\u0091' looking for beginning of value" module=consensus/beacon upstream="lodestar public"
time="2024-07-15T14:18:53Z" level=error msg="Waiting for a healthy, non-syncing node before beginning.." error="no nodes found" module=beacon/default
time="2024-07-15T14:18:58Z" level=error msg="Waiting for a healthy, non-syncing node before beginning.." error="no nodes found" module=beacon/default
time="2024-07-15T14:18:59Z" level=error msg="failed to bootstrap node.. will retry in 15s" error="failed to confirm node connection: failed to fetch genesis: failed to parse genesis: invalid character '\\u0091' looking for beginning of value" module=consensus/beacon upstream="lodestar public"
The text was updated successfully, but these errors were encountered:
While the latest release of Lodestar is compatible with Checkpointz as a consumer, it does not work as a provider right now as there is a bug in the go-eth2-client (see attestantio/go-eth2-client#144). This was already fixed a while ago by attestantio/go-eth2-client#145 and released in
v0.21.6
but it looks like not yet updated yet.checkpointz/go.mod
Line 6 in 9c4823c
Error logs indicate that it fails to fetch genesis data which is a strong indicator that this is the issue
The text was updated successfully, but these errors were encountered: