Page 1 of 1

2.0.0RC2 problem with anime posts

Posted: April 3rd, 2017, 2:29 pm
by Cpuroast
Hi,

Just encountered an issue with an nzb, sab downloads, checks, proceeds to download all pars and fails repair.

Multi-par has no issues repairing the file even without the extra pars.

It's the type of post where the file is split into multiple files and rebuilt using par2, which a very large percentage of anime posts use.

File.par2
File.001
File.002
File.003
File.003
File.004
File.005
File.006

These aren't joinable segments, they have to be processed by par2.

Pretty sure this was previous broken long ago and was also fixed long ago, so it's possible it was broken again as of late.

SABnzbd 2.0.0RC2 64-bit
Windows 8.1 64-bit

Re: 2.0.0RC2 problem with anime posts

Posted: April 3rd, 2017, 2:39 pm
by Cpuroast
Fun stuff, [email protected] is hosted by google which doesn't like encrypted rar archives :)

Re: 2.0.0RC2 problem with anime posts

Posted: April 3rd, 2017, 3:26 pm
by safihre
Could you send a the NZB in a regular Rar or as a zip? Thanks!

Re: 2.0.0RC2 problem with anime posts

Posted: April 3rd, 2017, 4:00 pm
by zoggy
worked fine on dev with latest sabyenc... perhaps we should get a RC3 out the door so we can get more testing done before unleashing sabyenc upon the world with 2.0 final

Re: 2.0.0RC2 problem with anime posts

Posted: April 4th, 2017, 1:24 am
by safihre
Yes probably,

But first need a test-NZB from @Cpuroast ;)

Re: 2.0.0RC2 problem with anime posts

Posted: April 5th, 2017, 11:24 pm
by zoggy
safihre wrote:Yes probably,

But first need a test-NZB from @Cpuroast ;)
test nzb: https://www.nzbindex.com/download/15899 ... kv.001.nzb

Re: 2.0.0RC2 problem with anime posts

Posted: April 6th, 2017, 1:20 am
by safihre
Found the cause.
It's not sabnzbd, it's par2cmdline. It refuses to scan the 001 file of the job. So it will mark the download as failed, because it thinks it's "missing" the first part.
I implemented a workaround for RC3 that I will make today.

Re: 2.0.0RC2 problem with anime posts

Posted: April 6th, 2017, 5:46 pm
by zoggy
https://sourceforge.net/p/parchive/disc ... /acaf5568/

sounds like we just need to give the .par2 before the .001 to 'solve' it

Re: 2.0.0RC2 problem with anime posts

Posted: April 6th, 2017, 5:49 pm
by zoggy
looks like in 0.6.14 " test basepath is used to remove extrafiles" changes should have resolved this however..
https://github.com/Parchive/par2cmdline/issues/53

we include par2cmdline 0.6.13
so looks like we may want to update our included version and revert the 'fix' if its good?
https://github.com/Parchive/par2cmdline ... ag/v0.6.14

asked repo about 0.6.14 win binaries..

this explains why the problem only affected windows peeps as their par2cmdline version has the bug...