kzahel/jstorrent

Error with torrent: error persisting piece: Invalid ModificationError,NoModificationAllowedError

Opened this issue · 3 comments

I'm currently downloading two large files, 16GB and 13Gb particularly, I never had an issue before so I'm assuming the problem is related to the file size(?), help with this will be much appreciated.

Computer specs should not be the problem.

Again, this is the error I get: "Error with torrent: error persisting piece: Invalid ModificationError,NoModificationAllowedError"

When it gets in error status and I Start the download again, it actually starts and download part of the file and then repeatedly gives me the same error over and over.

I've seen these issues with FAT32 filesystem (4GB limit). If your drive is formatted FAT32 reformat it to exFAT

NTFS and is my main disk C.

I found the problem.

I had a backup software running in the background that was using the files, so obviously I could not modify the file because It was being use by other process, so each process was in a way fighting with each other to handle the file.