Is there already an issue for your problem?
NZBGet Version
v24.3-testing
Platform
Linux/Docker
Environment
Debian Sid 64bit
Compiled git master 24.3-r2492-git+9657e6ee
Current Behavior
With commit 61585fa applied, the extension I use that auto-unzip's .nzb's in the monitored incoming dir no longer works.
Expected Behavior
I expect the .zip's to be unpacked, as was the case prior to this commit.
Steps To Reproduce
- Compile git from the 61585fa forward.
- Enable an auto-unzip script (I'm specifically using https://github.com/Prinz23/nzbgetpp)
- Run nzbget, drop a .zip contained .nzb's into your incoming dir and wait for nothing to happen.
Logs
No response
Extra information
I run nzbget in a network namespace so it's started with sudo privs but I also set DaemonUsername to the user I want the privs dropped to (which I've confirmed occurs). If I clone git master and revert 61585fa, the unzip extension works again as expected.
Is there already an issue for your problem?
NZBGet Version
v24.3-testing
Platform
Linux/Docker
Environment
Current Behavior
With commit 61585fa applied, the extension I use that auto-unzip's .nzb's in the monitored incoming dir no longer works.
Expected Behavior
I expect the .zip's to be unpacked, as was the case prior to this commit.
Steps To Reproduce
Logs
No response
Extra information
I run nzbget in a network namespace so it's started with sudo privs but I also set DaemonUsername to the user I want the privs dropped to (which I've confirmed occurs). If I clone git master and revert 61585fa, the unzip extension works again as expected.