-
Notifications
You must be signed in to change notification settings - Fork 967
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
Arabica light node fails to run #1506
Comments
The default bootstrap p2p nodes are configured here |
Still reproducible in latest main. Thanks for creating this bug @PrasoonPratham and flagging additional info @dougEfresh 🙏 |
I moved my dev to mocha for the time being until this is resolved 👍 |
After applying #1603 on top of main with #1608 I see issues like this 2023-01-18T10:19:35.191+0100 ERROR header/p2p p2p/session.go:142 requesting headers from peer failed. {"failed peer": "12D3KooWDpJ3SRJwVZGVJcEENVC7Mi8i7TSWzj7dpY7suL4jzHHc", "err": "header/p2p: failed to open a new stream: context deadline exceeded"}
2023-01-18T10:19:35.191+0100 DEBUG header/p2p p2p/session.go:148 Retrying the request from different peer
2023-01-18T10:19:35.191+0100 ERROR header/p2p p2p/session.go:142 requesting headers from peer failed. {"failed peer": "12D3KooWPYUXL5nFh9fngu5oXRaqyqzMmVmLnYHvDKLcV1uBg7NJ", "err": "header/p2p: failed to open a new stream: context deadline exceeded"} After seeing more logs like above, |
This is now tracked in #1623 |
Celestia Node version
v.0.6.0
OS
Alpine image on Docker
Install tools
I created a docker container using this dockerfile.
Others
None
Steps to reproduce it
Init arabica
Run the light node using the command in the docs
celestia light start --core.ip https://limani.celestia-devops.dev --core.grpc.port 9090 --gateway --gateway.addr localhost --gateway.port 26659 --p2p.network arabica
Expected result
The light node should run as expected.
Actual result
Relevant log output
No response
Notes
No response
The text was updated successfully, but these errors were encountered: