sn_node 0.27.x not working: Routing(Network( EmptyBoostrapNodesList))

I currently can’t run sn_node due to this:

sn_node

$ ~/.safe/node/sn_node --local-ip 127.0.0.1
Cannot start node due to error: Routing(Network(EmptyBootstrapNodesList))
[sn_node] ERROR 2021-02-25T18:24:09.081212673+01:00 [src/bin/sn_node.rs:118] Cannot start node due to error: Routing(Network(EmptyBootstrapNodesList))

You are missing the --first flag, or the --hard-coded-contacts if the node you are attempting to run is not the genesis one. This is actually something to look at if you fancy sending a PR, i.e. improving the sn_node args handling and error messages like for this case.

This topic was automatically closed after 60 days. New replies are no longer allowed.