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
Hello! I had a power outage that took down my Validator yesterday. I brought it back up when the power came back on, and my consensus and execution clients are back up and in synch (Geth and Prysm). However, my validator is showing me constant errors with this messaging:
[2024-01-27 11:42:10] WARN validator: slots stream interrupted error=rpc error: code = Unimplemented desc = unknown method StreamSlots for service ethereum.eth.v1alpha1.BeaconNodeValidator: could not connect
[2024-01-27 11:42:10] ERROR validator: Could not receive slots from beacon node, could not connect error=rpc error: code = Unimplemented desc = unknown method StreamSlots for service ethereum.eth.v1alpha1.BeaconNodeValidator
If I look at BeaconChain, it appears to be attesting just fine, but I'm worried about these errors, as that's not what I'm used to seeing. I've tried restarting the validator, but the issue persists.
Any ideas what might be causing this?
The text was updated successfully, but these errors were encountered:
Bumping this up for consideration. It continues to be an issue, even after intentionally shutting down my consensus and execution clients and updating Prysm to latest version.
@honcho26 Looks possible that your validator was updated to the latest version and your beacon node is on an old version? Could you confirm the version(s) of the client you are running?
Hello! I had a power outage that took down my Validator yesterday. I brought it back up when the power came back on, and my consensus and execution clients are back up and in synch (Geth and Prysm). However, my validator is showing me constant errors with this messaging:
[2024-01-27 11:42:10] WARN validator: slots stream interrupted error=rpc error: code = Unimplemented desc = unknown method StreamSlots for service ethereum.eth.v1alpha1.BeaconNodeValidator: could not connect
[2024-01-27 11:42:10] ERROR validator: Could not receive slots from beacon node, could not connect error=rpc error: code = Unimplemented desc = unknown method StreamSlots for service ethereum.eth.v1alpha1.BeaconNodeValidator
If I look at BeaconChain, it appears to be attesting just fine, but I'm worried about these errors, as that's not what I'm used to seeing. I've tried restarting the validator, but the issue persists.
Any ideas what might be causing this?
The text was updated successfully, but these errors were encountered: