@folaht are you clearing your node data between runs here?
I can repro this locally, attempting to re-create an existing account. It fails due to a bug w/ not checking that an account already exists on create I think.
If you clear your data, or try with a different account, I think you’ll get further.
$ rm -rf ~/.safe/node/local-test-network/
[folaht@Rezosur-uq node]$ safe auth create --test-coins
Passphrase:
Password:
Sending request to authd to create a Safe...
[2020-12-21T10:19:57Z ERROR safe] sn_cli error: [Error] AuthdError - [Error] AuthenticatorError - Failed to store Safe on a Map: Unexpected: CmdError received: Transfer(TransferValidation(Unexpected("NetworkData error: Error on Node network: out of order msg, debit counter: 0, current counter: 0")))
[folaht@Rezosur-uq node]$ rm -rf ~/.safe/node/baby-fleming-nodes/
[folaht@Rezosur-uq node]$ safe auth create --test-coins
Passphrase:
Password:
Sending request to authd to create a Safe...
[2020-12-21T10:20:14Z ERROR safe] sn_cli error: [Error] AuthdError - [Error] ClientError - Data error -> Unexpected error: Could not get history for key PublicKey::Ed25519(d91e4b..)
[update]
I killed all the nodes and restarting them and that worked.
I just created a file that should be accessible via LAN
Created on the server and I just cat it on the server.
Let’s see if I can read it on the client computer.
with “no nodes for bootstrapping” your bet bet is to kill the network and relaunch it. That’s generally (at least in my experience) a sign that startup has gone wrong somehow.
Are you running nodes on two machines? It’s not clear to me what you have running on the client side beyond the client itself?
If you’re consistently seeing No nodes for bootstrapping found at the client, it may be worth a go yep. (Also worth checking you node config ip/port are correct)
ERROR 2020-12-21T12:45:45.824521848+01:00 [sn_authd/requests/create.rs:55] Error occurred when trying to create a Safe: [Error] AuthenticatorError - Failed to store Safe on a Map: Data error -> Unexpected error: Cannot send zero-value transfers
INFO 2020-12-21T12:45:45.824525587+01:00 [/home/maidsafe/.cargo/registry/src/github.com-1ecc6299db9ec823/quinn-0.6.1/src/connection.rs:228] drive; id=4
ERROR 2020-12-21T12:45:45.824593059+01:00 [sn_authd/requests/mod.rs:120] Error when processing incoming 'create' request with id 1708150519: [Error] AuthenticatorError - Failed to store Safe on a Map: Data error -> Unexpected error: Cannot send zero-value transfers
INFO 2020-12-21T12:45:45.824694491+01:00 [/home/maidsafe/.cargo/registry/src/github.com-1ecc6299db9ec823/quinn-0.6.1/src/connection.rs:228] drive; id=0
INFO 2020-12-21T12:45:45.825235584+01:00 [/home/maidsafe/.cargo/registry/src/github.com-1ecc6299db9ec823/quinn-0.6.1/src/connection.rs:228] drive; id=0
INFO 2020-12-21T12:45:45.825338535+01:00 [sn_authd/authd.rs:161] Response sent, request 1708150519 complete
[update]
I succeeded getting through creating testcoins!
I now have a different issue.