You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy a Gravity Ledger node following the Docker guide using a Digital Ocean VM. As seen in the logs below, the node attempts to connect with its peers via tcp and fails:
I am trying to deploy a Gravity Ledger node following the Docker guide using a Digital Ocean VM. As seen in the logs below, the node attempts to connect with its peers via tcp and fails:
E[2021-02-23|22:32:50.308] dialing failed (attempts: 1): dial tcp 161.35.207.224:26656: connect: connection refused module=pex [email protected]:26656 E[2021-02-23|22:32:50.812] Error dialing peer module=p2p err="dial tcp 161.35.207.224:26656: connect: connection refused" E[2021-02-23|22:32:51.296] dialing failed (attempts: 1): dial tcp 164.90.184.213:26656: i/o timeout module=pex [email protected]:26656 E[2021-02-23|22:32:51.296] dialing failed (attempts: 1): dial tcp 164.90.185.82:26656: i/o timeout module=pex [email protected]:26656 E[2021-02-23|22:32:51.297] dialing failed (attempts: 1): dial tcp 104.248.255.124:26656: i/o timeout module=pex [email protected]:26656 E[2021-02-23|22:32:53.372] Error dialing peer module=p2p err="dial tcp 164.90.184.213:26656: i/o timeout" E[2021-02-23|22:32:54.220] Error dialing peer module=p2p err="dial tcp 104.248.255.124:26656: i/o timeout"
My initial guesses:
Please examine this issue and let me know how to resolve it, thanks!
The text was updated successfully, but these errors were encountered: