Almost every package I download says this. I can go in and manually repair the packages with the available par2s without trouble, yet SABnzbd+ cannot. The Retry button verifies and reports the same error.
Attached is a screenshot showing the problem.
I'm using Arch Linux, and SABnzbd+ 0.6.0 Beta 4.
Any suggestions?
Mike
EDIT: Mentioned the attachment.
Failed, 1000+ blocks missing
Forum rules
Help us help you:
Help us help you:
- 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.
-
- Newbie
- Posts: 4
- Joined: March 31st, 2011, 9:35 am
Failed, 1000+ blocks missing
Last edited by totallymike on March 31st, 2011, 9:46 am, edited 1 time in total.
-
- Newbie
- Posts: 4
- Joined: March 31st, 2011, 9:35 am
Re: Failed, 1000+ blocks missing
I'm attaching another screenshot.
This one shows par2repair repairing the same package SABnzbd+ refused to repair from the above screenshot.
This one shows par2repair repairing the same package SABnzbd+ refused to repair from the above screenshot.
Re: Failed, 1000+ blocks missing
Most likely cause is inconsistently named par2 files.
Currently SABnzbd uses fairly strict rules about naming, primarily to support multi-set NZB.
We are looking at how to improve this.
If you think that there's no naming issue, then please send the NZB to bugs at sabnzbd.org
Currently SABnzbd uses fairly strict rules about naming, primarily to support multi-set NZB.
We are looking at how to improve this.
If you think that there's no naming issue, then please send the NZB to bugs at sabnzbd.org
-
- Newbie
- Posts: 4
- Joined: March 31st, 2011, 9:35 am
Re: Failed, 1000+ blocks missing
I'm not sure there is a naming issue. I'm sending an nzb to the address you listed.
Re: Failed, 1000+ blocks missing
There is a naming problem.
The par2 files expects files named *.PAR2 while actual files are called *.par2.
You're a victim of a sloppy poster working with Windows.
Since Linux has a case-sensitive file system, repair will fail.
This is one of the things we will tackle in a future release, but not for 0.6.0 any more.
The par2 files expects files named *.PAR2 while actual files are called *.par2.
You're a victim of a sloppy poster working with Windows.
Since Linux has a case-sensitive file system, repair will fail.
This is one of the things we will tackle in a future release, but not for 0.6.0 any more.
-
- Newbie
- Posts: 4
- Joined: March 31st, 2011, 9:35 am
Re: Failed, 1000+ blocks missing
Very strange. It seems pretty common.
The par2 tools themselves have no trouble with the files; can you point me to the problem in SABnzbd where I can squeeze in a quick patch?
Thanks.
The par2 tools themselves have no trouble with the files; can you point me to the problem in SABnzbd where I can squeeze in a quick patch?
Thanks.
Last edited by totallymike on March 31st, 2011, 1:28 pm, edited 1 time in total.
Re: Failed, 1000+ blocks missing
Fixing it is not straightforward.
You'd have to know which files are expected given the par2 file.
Just renaming to lower case won't fix anything if the par2 file expects uppercase files.
The first priority for the successor of 0.6.0 will be a more flexible way of using par2.
You'd have to know which files are expected given the par2 file.
Just renaming to lower case won't fix anything if the par2 file expects uppercase files.
The first priority for the successor of 0.6.0 will be a more flexible way of using par2.