Fleming Testnet v1 Release - *NOW OFFLINE IN PREPARATION FOR TESTNET V2*

I wonder there’s a new error limiting the “Label” = domain name on nrs create?

safe nrs create አለምአቀፍየጎራስምያስፈልጋል! --link safe://heresalinkxyz
Error: InvalidInput: Label is 154 chars, must be no more than 63: 

which I wonder is unfortunate for languages that use multibyte unicode… something like Amharic fails then something that is 18 chars is suggested as being 154 because it’s spawned into %encoding.

2 Likes

Please don’t break it :scream_cat:

2 Likes

cat you list safe://urls for a keypair?
Still trying to wrap my head around this.

If I generate a keypair a safe url is given, if I misplace that safeurl can it be recreated.

It’s in my job description…

1 Like

Finally a confirmed community member with a node on the network!

Okay everyone you know who to aim your anger towards :joy: just kidding :stuck_out_tongue:

16 Likes

I’ve switched to “Handling NodeDuty” because the above is not here

1 Like

I expect not… it was a problem last iteration and noted as on the to do list.

1 Like

hmm ok, apologies it does seem we got what that msg would be wrong

2 Likes

Unless you self-authorised CLI with a different Safe than the one you did when created the NRS name for the first time this should not happen, you can give it a try with self-authorising the CLI again making sure you use the same passphrase and password you used when created the NRS, and then try to update your NRS link/container again?

Which means that my node was running, but not getting any chunks?
Clean log for hours is not a good indication of success :frowning:

2 Likes

I think I’m experiencing the same with my Raspberry Pi. On my Linux machine, the node terminates with TryJoinLater. The Raspberry Pi does not output anything with regular logging, but with more verbose logging I get all kinds of messages though I can’t exactly grasp what it is doing. It does not exit.

1 Like

Noting that around the same time… few minutes later and before your reply, I had the same… while in parallel other terminals continued to chew at uploads ok.

$ safe nrs create матрошка.матрошка.матрошка.матрошка --link safe://hyryyry663zyg7b1kc6bdce9t3tyby184keguirinrafdonkfawkfeqmicrnra?v=0
New NRS Map for "safe://матрошка.матрошка.матрошка.матрошка" created at: "safe://hyryygy4oaaqtnsth1c5qj4pcxy5iwnbb7jjaz3gj3mm15mhurb3i3s5e6cn7a"
+  матрошка.матрошка.матрошка.матрошка  safe://hyryyry663zyg7b1kc6bdce9t3tyby184keguirinrafdonkfawkfeqmicrnra?v=0 
$ safe nrs add матрошка.матрошка.матрошка --link safe://матрошка.матрошка.матрошка.матрошка?v=0
Error: NetDataError: Failed to append to Sequence: NetworkDataError(InvalidSignature)
$ safe nrs add матрошка.матрошка --link safe://матрошка.матрошка.матрошка?v=0
Error: NetDataError: Failed to append to Sequence: NetworkDataError(InvalidSignature)
$ safe nrs add матрошка --link safe://матрошка.матрошка?v=0
Error: NetDataError: Failed to append to Sequence: NetworkDataError(InvalidSignature)
1 Like

:laughing:

$ cat /home/safe/.safe/node/local-node/sn_node.log
[sn_node] INFO 2021-04-08T20:30:36.754415814+01:00 [src/bin/sn_node.rs:104] 

Running sn_node v0.35.1
=======================

:+1:
time for :beer:

Well done all… good fun having something to try out!

d’oh too quick… now shows TryJoinLater, which I will do.

[sn_node] ERROR 2021-04-08T20:31:22.527055506+01:00 [src/bin/sn_node.rs:110] Cannot start node due to error: Routing(TryJoinLater)
4 Likes

@StephenC, is there a place I could upload a verbose log file (trace) of my Raspberry Pi hanging? Perhaps confidentially, not sure if there’s private info in the logs.

5 Likes

Anyone noticing a slowdown in the execution of commands? Maybe the network is busy due do excessive churn of user nodes?

Updating a NRS link just took over a minute or so.

…unless we have an issue and not reporting the correct error there…can you check if your CLI’s assigned key still has some balance: $ safe keys balance (no other args) should tell you that

Feel free to DM to any of us @bzee :+1:

1 Like

Sooo… empty log may mean two things: hang and normal operation?

I got that too… hope, then not.

[sn_node] INFO 2021-04-08T20:38:10.113131+01:00 [src/bin/sn_node.rs:124] Node PID: xxxxxx, prefix: Prefix(0), name: 05bxxx…, connection info: “xxx.xxx.xxx.xxx:53287”
[sn_node] DEBUG 2021-04-08T20:38:10.113239+01:00 [src/config_handler.rs:386] Reading connection info from /Users/xxx/.safe/node/node_connection_info.config
[sn_node] INFO 2021-04-08T20:38:19.417697+01:00 [src/event_mapping/mod.rs:46] Handling RoutingEvent: MessageReceived { content: “000500…”, src: Section(22d760…), dst: Node(05bxxx…) }
[sn_node] INFO 2021-04-08T20:38:19.418070+01:00 [src/node/handle.rs:36] Handling NodeDuty: WriteChunk
[sn_node] INFO 2021-04-08T20:38:19.418175+01:00 [src/chunks/chunk_storage.rs:73] TRYING TO STORE BLOB
[sn_node] INFO 2021-04-08T20:38:19.418319+01:00 [src/chunk_store/mod.rs:100] Writing chunk
[sn_node] INFO 2021-04-08T20:38:19.418388+01:00 [src/chunk_store/mod.rs:104] consumed space: 1228
[sn_node] INFO 2021-04-08T20:38:19.418432+01:00 [src/chunk_store/mod.rs:105] max : 2147483648
[sn_node] INFO 2021-04-08T20:38:19.418470+01:00 [src/chunk_store/mod.rs:106] use space total : 0
[sn_node] INFO 2021-04-08T20:38:19.429923+01:00 [src/chunk_store/mod.rs:125] Writing chunk succeeded!
[sn_node] INFO 2021-04-08T20:38:19.430050+01:00 [src/node/handle.rs:36] Handling NodeDuty: No op.

i’m on! let’s see what I can poke at.

6 Likes