Message: there is no reactor running, must be called from the context of a Tokio 1.x runtime

I’ll see if it is repeatable on the local box.

Got this late last night on a Hetzner instance and then the same an hour or so ago. I took a snapshot and deleted the server so I’ll resurrect on a couple of other instances and see what happens

EDIT: I get the same from home

willie@gagarin:~/projects/maidsafe/safe_network$ PATH=$PATH:~/.safe/node
willie@gagarin:~/projects/maidsafe/safe_network$ sn_node --clear-data --first 
The application panicked (crashed).
Message:  there is no reactor running, must be called from the context of a Tokio 1.x runtime
Location: /home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/fs/mod.rs:137

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

Have I misunderstood the changes to safe node and sn_node?

I want to run a single genesis node from a Hetzner instance and then connect other nodes to that bith from home and from other cloud instances.
TBH I really just wanted to get a valid network contacts file that I could share via a gist and then call in a script --see Introducing The 3S! - #3 by SmoothOperatorGR