Error “Action”: “PUT”, “error”: “unexpected EOF”

Hi @RJGSpace

Let’s break down the error line…

This means the error occurred when trying to access (read/write) a file.

Data was coming from the Storj network to your node

When trying to save the file to your blobs folder the node received an end of file (EOF) during the save process.


This means that your node was not quick enough to save the piece from the network so the upload was cancelled half way through the transfer. On it’s own this is a normal part of the way Storj operates, uploading to multiple nodes but only storing the pieces on the fastest to respond.

3 Likes