[Offline] Fleming Testnet v6.1 Release - General & CLI Support

What is happening with node 178.62.20.236:12000?
I see lots of errors from it when uploading files.

1 Like

I’m getting those payment failed too… I can’t see a way round it … can generate another set of keys with more the 1000 but can’t choose to spend against that?

[safe_network::client::connections::listeners] ERROR 2021-06-24T19:09:55.018949414 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.2.17/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((178.62.20.236:12000, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-06-24T19:09:57.074049752 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.2.17/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((178.62.20.236:12000, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-06-24T19:09:59.494713392 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.2.17/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((178.62.20.236:12000, PaymentFailed))
2 Likes

Looks like files are uploading successfully despite those errors.
Balance zeroing may be a separate problem.

2 Likes

Just this command, nothing more? @vort also please

1 Like

I am uploading large file now. Do not want to cancel.
But I have it in console log:

d:\SN>safe keys create --test-coins --for-cli
New SafeKey created: "safe://hyryyyydk5ejzbogfx9owpogj5hr4fbmd8qfn5iqrcpgargfhpb
p4j74rxa"
Preloaded with 1000.111 testcoins
Key pair generated:
Public Key = 6ada1370c0c57fe146c0c9df09a285633b8a2dd5c4634d8218bc685ba4f7447e
Secret Key = a6e36b76cd85554b459a17ab43lalalablablablafc65f1a8388d5744bddfc5e
Setting new SafeKey to be used by CLI...
New credentials were successfully stored in C:\Users\Vort\.safe\cli\credentials
Safe CLI now has write access to the network

d:\SN>safe keys balance
Checking balance of CLI's assigned keypair...
SafeKey's current balance: 1000.111000000
2 Likes

interesting that it was 0 bal from the start (it was from the start right?). I’d guess that the simulated payout didnt go through from some reason :thinking:

4 Likes

Same put that failed payment (oddly against the same ip address as Vort (is that running an old node for being in the config))
… is now just hung for a good few minutes…

$ safe files put --recursive ./hello/
[safe_network::client::connections::listeners] ERROR 2021-06-24T19:09:55.018949414 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.2.17/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((178.62.20.236:12000, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-06-24T19:09:57.074049752 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.2.17/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((178.62.20.236:12000, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-06-24T19:09:59.494713392 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.2.17/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((178.62.20.236:12000, PaymentFailed))
^C
$ safe files put --recursive ./hello/

and there is balance

$ safe keys balance
Checking balance of CLI's assigned keypair...
SafeKey's current balance: 1000.110962829

Maybe. It is not possible for me to determine it now.

Yes, that’s repeatable and as fast as was initially…

$ safe keys create --test-coins --for-cli
New SafeKey created: "safe://hyryyyynbqo4egqnj6soq5d91bhuhpy3px9cfr1eco1wf6ghcis37mh6fge"
Preloaded with 1000.111 testcoins
Key pair generated:
Public Key = 417434833849f5a0ed8ff20f27c6832d7fd852490c84a85f1b8cadb3d5f3c532
Secret Key = 5d77287200cc6c47a1bd008bee9f04711eed98f47ae2ae9dcef951752ea3c293
Setting new SafeKey to be used by CLI...
New credentials were successfully stored in /home/safe/.safe/cli/credentials
Safe CLI now has write access to the network
$ safe keys balance
Checking balance of CLI's assigned keypair...
SafeKey's current balance: 1000.111000000
2 Likes

Hmmm, looks like 12000 is suffering some. That’s the genesis node. (Not sure why it would/should suffer more here though)

Just been looking at mem usage, and it’s still reasonable, that node’s at 140mb, which is double the others, but still not wild all things considered.

4 Likes

Repeating…
It seems to either error and suggesting the same ip address … or seemingly hung

SendError((178.62.20.236:12000, PaymentFailed))

I can’t see a local CLI log file if there is one.

1 Like

Look for resource usage for process.
Most likely it is alive.

1 Like

If only one node it should not matter as you are sending to a deliver group of at least 3 nodes. So this is unusual, a single node fail should have zero affect.

2 Likes

The terminal command is alive, otherwise it would fall back to the $ standard input.

I mean CPU, disk and network activity.

This is the smallest file hello world that I upload and doesn’t hang like this…
very odd… I’m going to go and see if beer helps :smiley:

5 Likes

works ok here, first time I didn’t get any errors uploading and downloading a small map

safe files get safe://hyryyrbc3oz8fhiua655axtcpfkqh74bk95qfcrskimoskq4zu41fkj86hynra

5 Likes

If I create 3x with same command testcoins the balance command show only the last value and not cumulative balance.
Preloaded with 100000 testcoins
Preloaded with 100000 testcoins
Preloaded with 100000 testcoins

SafeKey’s current balance: 100000.000000000

As I can see that they have always different SafeKey can the CLI use total balance ?

Maybe cli just throws away previous keys?
This is temporary mechanism by the way.

4 Likes

No, unfortunately as these are test you are creating different keys and balances. You can feed in the secretkey for each though if required. You really don’t need to do all that jazz though.

We have not done much/anything with payments here as we will transition to Dbc.

4 Likes