No luck in trying to join from Oracle instance, though:
RUST_LOG=safe_network=info,qp2p=info ~/.safe/node/sn_node --skip-auto-port-forwarding -r /volume1/node1 --log-dir /volume1/node1log
Starting logging to file: "/volume1/node1log"
Unfortunately we are unable to establish a connection to your machine (150.230.8.204:51500) either through a public IP address, or via IGD on your router. Please ensure that IGD is enabled on your router - if it is and you are still unable to add your node to the testnet, then skip adding a node for this testnet iteration. You can still use the testnet as a client, uploading and downloading content, etc. https://forum.autonomi.community/
Do we have any clues about this “NotEnoughChunks” error?
willie@gagarin:~$ time safe files put ~/100MBtest
FilesContainer created at: "safe://hyryyryynuy5xo3a3gpap8mn1rd8nyy7kp57kqn53gin9aks3zo8oda9f391yeuy?v=hgip1akd6y1eg5cnzxjfqayrb7yyyobuttozu3uwcoggpcnoq1aho"
E /home/willie/100MBtest <ClientError(NotEnoughChunks(100, 80))>
real 0m7.805s
user 0m1.540s
sys 0m0.450s
It’s when it timed out trying to fetch all chunks of the file before it can self-decrypt it. Wirthwhile trying with longer timeout setting env var SN_CLI_QUERY_TIMEOUT to something larger than 120 secs which is the default.
FilesContainer created at: "safe://hyryyryynedtm7zdadcto6b9azhy17umchfmubm9zgbmzpemkzatxzf9bt5moeuy?v=hgip1akd6y1eg5cnzxjfqayrb7yyyobuttozu3uwcoggpcnoq1aho"
E 9780008404390_003.mp3 <ClientError(NotEnoughChunks(52, 38))>
I just realised you are seeing that error when uploading a large file not when fetching it…I’m not sure what that is, I’ll have to take a look at it, I’ll do it tomorrow if nobody else does it by then