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

Track Sync not working on MacOS #133

Open
stdevMac opened this issue Oct 11, 2022 · 0 comments
Open

Track Sync not working on MacOS #133

stdevMac opened this issue Oct 11, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@stdevMac
Copy link
Member

Describe the bug
For the validator setup, Sedge first runs the execution and consensus clients. Then we track the sync progress of the EL and CL and after they are synced the validator can be executed automatically. In MacOS it seems that the track sync step is not working ok.

To Reproduce
Steps to reproduce the behavior:

  1. Run sedge cli -y
  2. Wait for the Track sync to happen
  3. See the request failing:

Expected behavior
not fail

Screenshots

2022-09-30 15:44:32 -- [INFO] [ETH2 Monitor] [TrackSync] Tracking sync progress of consensus nodes...
2022-09-30 15:45:02 -- [ERRO] [GetRequest] request failed. Error: Get "http://172.19.0.3:4000/eth/v1/node/syncing": dial tcp 172.19.0.3:4000: i/o timeout
2022-09-30 15:45:02 -- [INFO] [GetRequest] Retrying request
2022-09-30 15:45:33 -- [ERRO] [GetRequest] request failed. Error: Get "http://172.19.0.3:4000/eth/v1/node/syncing": dial tcp 172.19.0.3:4000: i/o timeout
2022-09-30 15:45:33 -- [INFO] [GetRequest] Retrying request

Desktop (please complete the following information):

  • OS: MacOS
@stdevMac stdevMac added the bug Something isn't working label Oct 11, 2022
@stdevMac stdevMac self-assigned this Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant