Unpacking doesn't work

Windows specific questions, problems.
Post Reply
elgiddorah

Unpacking doesn't work

Post by elgiddorah »

Hi everybody,

So I am running the latest version of qBittorrent (as of this message: 4.3.5) on a headless Intel Nuc running Windows 10.

I have gotten qBittorrent to run as a service via the NSSM guide over at github issue #4498. (first post)

I also have found a guide over att StackOverflow to run a command at torrent finish:
cmd \c timeout \t 15 & "C:\Program Files\WinRAR\UnRAR.exe" x "%F\*.rar" "%F"

The following information shows up in qBittorrent logs:
cmd \c timeout \t 15 & "C:\Program Files\WinRAR\UnRAR.exe" x "D:\TorrentTemp\...\*.rar" "D:\TorrentTemp\..."
(The ... contains the actual folder names, so everything is fine so far)

However, there are no unpacked files in the folder.

When I try the command that is shown in the logs in cmd, it works perfectly.

Why is this? Is it because it is running as a service? What can I do to get it working as it should?

Edit:
I just noticed something even more strange. Apparently SOME downloads actually unpack but not others?
Post Reply