-
Notifications
You must be signed in to change notification settings - Fork 283
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
Proposer Assign RPC Return 500 Error #8703
Comments
Hi! Thanks for reporting this issue. To clarify, are you calling the Validator API Get block proposer duties method externally? Or did your Validator node report the RPC error? Or are you saying that your validator missed the proposal because the duties method returned 500? |
Just calling the Validator API Get block proposer duties method externally @lucassaldanha |
I think he is saying that if the epoch begins with an empty slot, then the api fails. Going to check if it is the case. |
@J1a-wei I cannot replicate the issue based on what I understood from your description. |
HI @tbenr I suspect that if the first slot of the epoch is missed, the RPC(/eth/v1/validator/duties/proposer/{epoch}) cannot be called. When I checked the logs, it's highly likely that there wasn't any meaningful log because the debug log level wasn't enabled. |
@J1a-wei It happens when you try to hit the endpoint while the node is syncing (like when you start from a checkpoint sync) |
@tbenr Maybe. I haven't encountered the issue again so far, but if it happens next time, I'll make sure to record the details carefully and report it to you. Sorry for the trouble! |
@J1a-wei sounds like a good plan. Please reach us out if happens again! |
This issue is occurred againhttps://beaconcha.in/epoch/321088 But it is no any useful log(logging-level is all).
teku log
EnvNETWORK=mainnet Command
|
Hey @J1a-wei , are you looking in the log file (probably under |
Hi Teku team,
When slot miss. e.g. https://beaconcha.in/slot/10143104
Call Proposer Assign RPC. Teku client return 500 Internal Error.
/eth/v1/validator/duties/proposer/{epoch}
Teku Args:
The text was updated successfully, but these errors were encountered: