QBittorrent initiating post download script before Torrent is finished

Windows specific questions, problems.
Post Reply
Raxnar

QBittorrent initiating post download script before Torrent is finished

Post by Raxnar »

Pretty well the title describes the issue.

I have QB setup to run a Filebot script upon completion of the download. This issue seems to happen most frequently with larger files (movies) but sometimes happens with TV shows which are smaller. The most recent instance was a 5.7Gig file.

The issue cannot be replicated reliably or I have not found a way to do that.

I took a look at the QB Log files and it doesn't seem to capture this type of activity, only the RSS Feed updates.

The command is : C:\SickRage\GBCopy.bat "%f\%n"

and the content of the script is:

Code: Select all

@echo off
timeout 60
filebot.launcher.exe -script fn:amc --output "D:\Media" --action copy -non-strict "D:\Download\Sickrage" --log-file C:\Sickrage\amc.log --def excludeList=amc.txt --def exec="curl 'http://localhost:8081/api/<Redacted>?cmd=show.refresh&tvdbid={info.id}'"
Exit
Raxnar

Re: QBittorrent initiating post download script before Torrent is finished

Post by Raxnar »

*Bump*

This is still happening. For some reason, QB is initiating the copy script before the download is complete. But it only seems to be on large downloads only.

Could it be a bug with the "pre-allocate disk space" option? in that QB is kicking off the script once the space has been allocated? the resulting files are unplayable but match the torrents file size exactly.
Post Reply