Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
Are you using the latest stable version of SABnzbd? Downloads page .
Tell us what system you run SABnzbd on.
Adhere to the forum rules .
Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers .
We will probably ask you to do a test using only basic settings .
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
dmn001
Newbie
Posts: 2 Joined: February 25th, 2017, 5:02 pm
Post
by dmn001 » February 25th, 2017, 5:12 pm
Getting an error on the post processing script since version 1.2.1.
On windows, it seems to add the following characters before the start of the path:
e.g.
Code: Select all
C:\Program Files (x86)\SABnzbd>mtn.exe -P -r 5 \\?\W:\OUTPUT\output_folder
Code: Select all
mtn.exe: creating output image '\\output_filename_s.jpg' failed: No such file or directory
The script is this text in a .bat file:
where the %1 should refer to the path.
safihre
Administrator
Posts: 5678 Joined: April 30th, 2015, 7:35 am
Contact:
Post
by safihre » February 25th, 2017, 5:41 pm
Just released a new version to fix this:
https://sabnzbd.org/downloads
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
dmn001
Newbie
Posts: 2 Joined: February 25th, 2017, 5:02 pm
Post
by dmn001 » February 25th, 2017, 5:53 pm
Thanks for the fast fix! I can confirm the script is working again.