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
After inspecting go-eth2-client and prysm code it seems that the error is on the prysm side when it's trying to get the block value but fails with an internal server error, then sets the mentioned header to empty string, which in turn causes the eth2 client to fail when trying to cast it to an int:
Because the logs containing these errors (in stage) are no longer accessible, this task will be put on hold. The logs are important because there are 3 cases when prysm fails to get the block and in all cases it will log the cause before setting the value of the header to "".
The following error occurred during proposal processing:
This issue could potentially be related to a beacon node (BN) or go-eth2-client. Further investigation is required to confirm the root cause.
Occurred on stage cluster
275-278
v2.0.1
The text was updated successfully, but these errors were encountered: