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

Gravity Ledger Node in devnet cannot dial its peers #51

Open
sapranidi opened this issue Feb 23, 2021 · 0 comments
Open

Gravity Ledger Node in devnet cannot dial its peers #51

sapranidi opened this issue Feb 23, 2021 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@sapranidi
Copy link
Contributor

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:

  1. The list of peer nodes in devnet is not up to date.
  2. The guide needs updating.

Please examine this issue and let me know how to resolve it, thanks!

@sapranidi sapranidi added bug Something isn't working help wanted Extra attention is needed labels Feb 23, 2021
@sapranidi sapranidi added documentation Improvements or additions to documentation and removed bug Something isn't working help wanted Extra attention is needed labels Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants