Page 1 of 1
PAR2 received incorrect options
Posted: August 22nd, 2017, 9:33 pm
by XxUnkn0wnxX
I keep getting this following error ever since I updated to 2.2.0 [b061e58] macOS
[64d4c09ec2924584b6fd95d034ebf402] PAR2 received incorrect options, check your Config->Switches settings
I have -t0 in my Extra PAR2 Parameters to prevent disk trashing according to the following
Wiki
Re: PAR2 received incorrect options
Posted: August 23rd, 2017, 12:35 am
by safihre
What happens if you remove that option? Does it work normally?
Quite strange.
Re: PAR2 received incorrect options
Posted: August 23rd, 2017, 9:23 pm
by XxUnkn0wnxX
safihre wrote: ↑August 23rd, 2017, 12:35 am
What happens if you remove that option? Does it work normally?
Quite strange.
I haven't tried that yet but I found a more detailed log of the error:
Code: Select all
2017-08-23 22:40:53,637::DEBUG::[newsunpack:2160] build_filelists(): 7zips: []
2017-08-23 22:40:53,637::DEBUG::[newsunpack:2161] build_filelists(): ts: []
2017-08-23 22:40:53,638::DEBUG::[newsunpack:1206] Starting par2: ['/usr/bin/nice', '-n10', '/Applications/SABnzbd.app/Contents/Resources/osx/par2/par2-sl64', 'r', '-t0', u'/Users/Admin/Downloads/NZB Downloads/Temp/Salvation.S01E07.Seeing.Red.720p.AMZN.WEBRip.DDP5.1.x264-NTb/f54614b3ff9c48a2bbd292db1755e125.par2', u'/Users/Admin/Downloads/NZB Downloads/Temp/Salvation.S01E07.Seeing.Red.720p.AMZN.WEBRip.DDP5.1.x264-NTb/*']
2017-08-23 22:40:53,690::ERROR::[newsunpack:1279] [f54614b3ff9c48a2bbd292db1755e125] PAR2 received incorrect options, check your Config->Switches settings
2017-08-23 22:40:53,692::DEBUG::[newsunpack:1536] PAR2 output was
Invalid option specified: -t0
par2SL version 1.0, Copyright (C) 2003 Peter Brian Clements.
Adapted for use with MacPar deLuxe by Gerard Putter.
This program is compatible with Mac OS X Snow Leopard or later.
It uses Grand Central Dispatch to optimize the speed and processor load.
This is free software, and you are welcome to redistribute it and/or modify
it under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version. See COPYING for details.
Usage:
par2 c(reate) [options] <par2 file> [files] : Create PAR2 files
par2 v(erify) [options] <par2 file> [files] : Verify files using PAR2 file
par2 r(epair) [options] <par2 file> [files] : Repair files using PAR2 files
You may also leave out the "c", "v", and "r" commands by using "parcreate",
"par2verify", or "par2repair" instead.
Options:
-b<n> : Set the Block-Count
-s<n> : Set the Block-Size (Don't use both -b and -s)
-r<n> : Level of Redundancy (%%)
-c<n> : Recovery block count (Don't use both -r and -c)
-f<n> : First Recovery-Block-Number
-u : Uniform recovery file sizes
-l : Limit size of recovery files (Don't use both -u and -l)
-n<n> : Number of recovery files (Don't use both -n and -l)
-m<n> : Memory (in MB) to use
-v [-v]: Be more verbose
-q [-q]: Be more quiet (-q -q gives silence)
-- : Treat all remaining CommandLine as filenames
If you wish to create par2 files for a single source file, you may leave
out the name of the par2 file from the command line.
it doesnt seem to be liking "Invalid option specified: -t0"
Re: PAR2 received incorrect options
Posted: August 24th, 2017, 12:44 am
by safihre
Hmm, and you always had this option before?
Re: PAR2 received incorrect options
Posted: August 24th, 2017, 3:06 am
by safihre
Checking 2.1.0 I see that there this option was also not supported.
I will remove it from the wiki.