Test network uplink error :read tcp 127.0.0.1:35160->127.0.0.1:13030: use of closed network connection; EOF; ecclient: upload failed

uplink cp /home/hsn/DataStorage.go sj://cakes
upload /home/hsn/DataStorage.go to sj://cakes/DataStorage.go
27.28 KiB / 27.28 KiB [---------------------------------------------------------------------------------------------------------------------------------------] 100.00% ? p/s
failed to upload part 0: uplink: stream: ecclient: successful puts (6) less than or equal to repair threshold (6), ecclient: upload failed (node:1D5myLxDXmW1EMjLWm5zurhuaCd4g6pEhqCGfmrwYYC8MzSmTk, address:[::]:13080): protocol: expected piece hash; read tcp 127.0.0.1:43524->127.0.0.1:13080: use of closed network connection; EOF; ecclient: upload failed (node:1uJhHjWuTStKBzNS8zug289q6xASGTAcy638Z8siNB1yxN2CPp, address:[::]:13030): protocol: expected piece hash; read tcp 127.0.0.1:35160->127.0.0.1:13030: use of closed network connection; EOF; ecclient: upload failed (node:1VTeQhxko6aP5KtArHVKcm98fYbwYJu9zmbHDjsaDE9mGh2kQu, address:[::]:13010): protocol: expected piece hash; context canceled; EOF; ecclient: upload failed (node:12qA4M1G6NhaSfZ7V9DxdzQj9N7VwQJqURRdzbDK99KsvMEyS8o, address:[::]:13000): protocol: expected piece hash; EOF

Most of the time this indicates some sort of error with your local network connection. The fact that your had some (6) successful puts means that information is going through, the fact that it wasn’t enough means that lots of connections were failing.

What troubles me though is that you have some odd settings with the repair threshold is 6, typically I think this is 35. Did you build uplink yourself or deliberately modify some settings?

1 Like

I build as Home · storj/storj Wiki · GitHub restarting the service, the system is ok,It seems that there is a problem with the network,localhost network problem?

Please try an official build under Releases => Assets.
Ruling out a build configuration option will be a good first step.

If you used storj-sim, then make sure that all required nodes are running accordingly the satellite and uplink setup about a repair threshold.
The same is true for GitHub - storj/up: Docker-compose files for running full Storj network locally
See also Test network · storj/storj Wiki · GitHub