Skip to content
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

on teku, pre genesis, an error is thrown #35

Open
tzapu opened this issue May 26, 2020 · 2 comments
Open

on teku, pre genesis, an error is thrown #35

tzapu opened this issue May 26, 2020 · 2 comments

Comments

@tzapu
Copy link
Contributor

tzapu commented May 26, 2020

Mai 26 10:21:19 ethnode-7451d4c7 eth2stats-client[21290]: time="2020-05-26T10:21:19+02:00" level=info msg="[core] getting beacon client version"
Mai 26 10:21:19 ethnode-7451d4c7 eth2stats-client[21290]: time="2020-05-26T10:21:19+02:00" level=info msg="[core] got beacon client version" version=teku/v0.11.3-dev-44d9e02a/linux-aarch_64/-ubuntu-
Mai 26 10:21:19 ethnode-7451d4c7 eth2stats-client[21290]: time="2020-05-26T10:21:19+02:00" level=info msg="[core] getting beacon client genesis time"
Mai 26 10:21:19 ethnode-7451d4c7 eth2stats-client[21290]: time="2020-05-26T10:21:19+02:00" level=error msg="[main] setting up: strconv.ParseInt: parsing "": invalid syntax"

it should be able to deal with this and retry until everything is ok

@torfbolt
Copy link

looks like it cannot parse an empty genesis_time in
https://github.com/Alethio/eth2stats-client/blob/master/beacon/teku/teku.go#L41
which is reported as long as teku hasn't found the genesis time yet.

@tzapu
Copy link
Contributor Author

tzapu commented May 26, 2020

v0.0.10 should pass over this a little bit better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants