invalid par2 files

Get help with all aspects of 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.
Post Reply
grambo
Newbie
Newbie
Posts: 14
Joined: January 7th, 2013, 8:16 pm

invalid par2 files

Post by grambo »

so i got some bad par2 files, but the rar files are fine. the unpacking process bails when the par2 check fails. is there any way to make it try to unrar anyway?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: invalid par2 files

Post by shypike »

There is an option in Config->Switches to process unverified jobs.
You may end up with unrar refusing to unpack.
It may be useful when you have a download with multiple par2 sets,
of which only some fail.
rl85733
Newbie
Newbie
Posts: 5
Joined: December 11th, 2012, 10:36 pm

Re: invalid par2 files

Post by rl85733 »

Falling Skies had this issue last week where the Rar files compiled manually fine. A few hours later they followed up with a PROPER which got processed successfully. As I rarely see this failure, I didnt take any action. The Proper worked. Not sure it is worth doing anything in this case as it rarely occurs.
Se7en
Newbie
Newbie
Posts: 47
Joined: December 28th, 2010, 1:11 pm

Re: invalid par2 files

Post by Se7en »

I had the same problem with Extant 1x13, the .rar archives were ok though and I was able to manually extract the .mkv. As far as I can tell it was some sort of mismatch in the naming between the .par2 files and the .rar files. I'm aware of the option to process unverified jobs, but I'd prefer to still verifiy each download before extracting. However, it would be nice with a feature similar to the retry option for failed downloads but with the option to disregard verification and just try to extract the archive.
halfwalker
Newbie
Newbie
Posts: 1
Joined: September 23rd, 2014, 7:50 am

Re: invalid par2 files

Post by halfwalker »

I occasionally see similar problems with par2. Most recent was with "'Tears of Steel 2012 2160p DM FLAC 5.1 Hi444PP 10-bit x264-DON". parts 1-15 were all renamed to "...part002.rar.1" types - note the suffix of .1

So of course the verify/extract failed. I renamed the .rar.1 files to just .rar and ran par2repair manually, and that worked. This is on Ubuntu precise with par2cmdline-0.4-tbb-20100203-lin64.

I also notice that LOTS of BARC0DE releases tend to have full-size files with NO valid data in them, and .par2 files with no data either. Other releases have troubles too, but my completion rates for BARC0DE is miserable.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: invalid par2 files

Post by shypike »

The cause is duplicate file names.
The method for renaming duplicate files will change in the next release.
The current method of appending a .1 is no good, because it changes the file type (or the perception of it).
It will change to file.1.ext, which will work much better.
User avatar
sander
Release Testers
Release Testers
Posts: 9061
Joined: January 22nd, 2008, 2:22 pm

Re: invalid par2 files

Post by sander »

shypike wrote: It will change to file.1.ext, which will work much better.
... because of Unwanted Extensions' last-rar-finding (and it's checking for '.rar'): can you change it to file.1.rar ?
If not, should I also scan for '.ext' in the name (assuming it's a rar)?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: invalid par2 files

Post by shypike »

Sander, you misunderstand.
A duplicate par2 file is now renamed to name.par2.1
but will be named to name.1.par2 in the next release.
Post Reply