Can you check if any faucet or safenode process is left running? I hit the problem earlier today, and it seemed like safenode-manager kill doesn’t terminate the processes under certain circumstances. I wasn’t able to recreate the exact scenario, but I used killall faucet safenode instead of safenode-manager kill to get it working.
EDIT: and a buggy, incomplete register_history example:
Syncing with SAFE in 2s...
synced!
====================
Values (root Nodes):
"[alice]: this is alice 3"
"[bob]: this is bob 3"
====================
Node(Err(FromUtf8Error { bytes: [78, 173, 217, 152, 30, 60], error: Utf8Error { valid_up_to: 1, error_len: Some(1) } })..) Entry("[alice]: this is alice 3")
Node(Err(FromUtf8Error { bytes: [240, 81, 18, 188, 206, 180], error: Utf8Error { valid_up_to: 0, error_len: Some(1) } })..) Entry("[bob]: this is bob 3")
====================