NethermindEth/sedge

Track Sync not working on MacOS

Opened this issue · 0 comments

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