@ianfontinell said:
@thedude99 unfortunately the issue you're describing is not solvable, this is by design of the bittorrent protocol.
In the initial implementation of bittorrent, torrent pieces have a fixed size, multiple files can overlap in a same piece, and the most common outcome of this is that the beginning of a file will share the same piece as the end of the previous file.
You cannot partially seed a piece, you need the whole thing. If the filr you're trying to seed overlaps with another file, you need to have that part of the other file. Even if you never downloaded that file in the first place, the torrent client will still have downloaded it and stored it in a special folder or file.
After you remove that torrent from your client and getting rid of that special file, any attempt to seed this file will lead to the client trying to download the remaining bytes of that torrent piece.
There's nothing that I or you could do about this, sadly. The only solution to this is to stop using v1 protocol to create torrent files, but after the torrent file is created, we can't do a thing.
What that means for your particular case is that, if you're the only person reseeding, no one will ever be able to finish it, and the only solution is for you to create a brand new torrent with the files you have.
That's unfortunate. This v1 protocol has been in use for like 25 years? I wish they would move on to v2 already.
Thanks for the explanation.