We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are getting following logs when setting up IOST Node using docker:
Warn 2024-07-30 07:14:00.027 peer.go:176 read header failed. err=stream reset 2024-07-30 12:44:00 Info 2024-07-30 07:14:00.027 peer.go:108 peer is stopped. id=12D3KooWMm2RzyZDPBie89FXceKFSBRg8zzkwAGQmdauj6tmrqcA 2024-07-30 12:44:00 Info 2024-07-30 07:14:00.027 peer.go:150 peer is stopped. pid=12D3KooWMm2RzyZDPBie89FXceKFSBRg8zzkwAGQmdauj6tmrqcA, addr=/ip4/54.180.196.80/tcp/30000 2024-07-30 12:44:00 Info 2024-07-30 07:14:00.032 sync.go:172 Syncing block in [1 1000]... 2024-07-30 12:44:00 Warn 2024-07-30 07:14:00.053 peer.go:176 read header failed. err=stream reset 2024-07-30 12:44:00 Info 2024-07-30 07:14:00.053 peer.go:108 peer is stopped. id=12D3KooWHzHUBq4x4LmXtZH79LCAxVUYgpKXgMgAtyvYQWeHZAAp 2024-07-30 12:44:00 Info 2024-07-30 07:14:00.053 peer.go:150 peer is stopped. pid=12D3KooWHzHUBq4x4LmXtZH79LCAxVUYgpKXgMgAtyvYQWeHZAAp, addr=/ip4/35.176.24.11/tcp/30000 2024-07-30 12:44:00 Warn 2024-07-30 07:14:00.352 peer.go:176 read header failed. err=stream reset 2024-07-30 12:44:00 Info 2024-07-30 07:14:00.352 peer.go:108 peer is stopped. id=12D3KooWGoPE333zygBN61vtSjvPfosi78JFSwRRDrLoAKaH1mTP 2024-07-30 12:44:00 Info 2024-07-30 07:14:00.352 peer.go:150 peer is stopped. pid=12D3KooWGoPE333zygBN61vtSjvPfosi78JFSwRRDrLoAKaH1mTP, addr=/ip4/18.209.137.246/tcp/30000 2024-07-30 12:44:01 Warn 2024-07-30 07:14:01.117 peer_manager.go:559 cannot make routingQuery request
Seems some peer issue. We have downloaded the genesis and iserver.yml mentioned in IOST doc :
https://developers.iost.io/docs/en/4-running-iost-node/Deployment.html
Queries:
curl -fsSL "https://developers.iost.io/docs/assets/mainnet/latest/genesis.tgz" | tar zxC $PREFIX/
curl -fsSL "https://developers.iost.io/docs/assets/mainnet/latest/iserver.yml" -o $PREFIX/iserver.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are getting following logs when setting up IOST Node using docker:
Warn 2024-07-30 07:14:00.027 peer.go:176 read header failed. err=stream reset
2024-07-30 12:44:00 Info 2024-07-30 07:14:00.027 peer.go:108 peer is stopped. id=12D3KooWMm2RzyZDPBie89FXceKFSBRg8zzkwAGQmdauj6tmrqcA
2024-07-30 12:44:00 Info 2024-07-30 07:14:00.027 peer.go:150 peer is stopped. pid=12D3KooWMm2RzyZDPBie89FXceKFSBRg8zzkwAGQmdauj6tmrqcA, addr=/ip4/54.180.196.80/tcp/30000
2024-07-30 12:44:00 Info 2024-07-30 07:14:00.032 sync.go:172 Syncing block in [1 1000]...
2024-07-30 12:44:00 Warn 2024-07-30 07:14:00.053 peer.go:176 read header failed. err=stream reset
2024-07-30 12:44:00 Info 2024-07-30 07:14:00.053 peer.go:108 peer is stopped. id=12D3KooWHzHUBq4x4LmXtZH79LCAxVUYgpKXgMgAtyvYQWeHZAAp
2024-07-30 12:44:00 Info 2024-07-30 07:14:00.053 peer.go:150 peer is stopped. pid=12D3KooWHzHUBq4x4LmXtZH79LCAxVUYgpKXgMgAtyvYQWeHZAAp, addr=/ip4/35.176.24.11/tcp/30000
2024-07-30 12:44:00 Warn 2024-07-30 07:14:00.352 peer.go:176 read header failed. err=stream reset
2024-07-30 12:44:00 Info 2024-07-30 07:14:00.352 peer.go:108 peer is stopped. id=12D3KooWGoPE333zygBN61vtSjvPfosi78JFSwRRDrLoAKaH1mTP
2024-07-30 12:44:00 Info 2024-07-30 07:14:00.352 peer.go:150 peer is stopped. pid=12D3KooWGoPE333zygBN61vtSjvPfosi78JFSwRRDrLoAKaH1mTP, addr=/ip4/18.209.137.246/tcp/30000
2024-07-30 12:44:01 Warn 2024-07-30 07:14:01.117 peer_manager.go:559 cannot make routingQuery request
Seems some peer issue. We have downloaded the genesis and iserver.yml mentioned in IOST doc :
https://developers.iost.io/docs/en/4-running-iost-node/Deployment.html
Queries:
get genesis
curl -fsSL "https://developers.iost.io/docs/assets/mainnet/latest/genesis.tgz" | tar zxC $PREFIX/
get iserver config
curl -fsSL "https://developers.iost.io/docs/assets/mainnet/latest/iserver.yml" -o $PREFIX/iserver.yml
The text was updated successfully, but these errors were encountered: