-
Notifications
You must be signed in to change notification settings - Fork 45
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
Error fetching finalized block #202
Comments
@critesjosh thanks for opening an issue. Did you happen to try the setup again in another moment? My guess here is that
|
thanks ill try that and get back to you. some additional context, i followed the server config steps here https://docs.gnosischain.com/node/guide/configure-server |
hmm now i just see bunch of errors from the consensus client about not being able to communicate with the EC
|
I see the authentication scheme is not working. Can you please put here the |
here is the docker compose file
i did not create the jwt like in the instructions on gnosischain.com, i see the hex secret in the file called |
The configuration is ok. My guess is that error is related to your network interface. There are a couple of checks we can do. The easiest one is to use the
If the above command works then the execution client is accesible for the consensus client through your network interface. |
I see a bunch of these errors when i run edit: it looks like this may have just taken some time to start up
|
if i stop the log output and restart it with the
|
Should I be creating the jwtsecret as outlined in the gnosischain.com docs? or should sedge handle this automatically? |
Describe the bug
Error fetching finalized block from remote using checkpoint.gnosischain.com.
To Reproduce
Steps to reproduce the behavior:
sudo docker compose -f docker-compose.yml up -d execution consensus
Expected behavior
consensus node should start syncing
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: