All Downloads Fail at Unpack

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
tad1214
Newbie
Newbie
Posts: 4
Joined: July 10th, 2011, 3:36 pm

All Downloads Fail at Unpack

Post by tad1214 »

Hi All,

Win 7 Ultimate x64
AstraWeb user

Previously I had my My Documents on a drive called F:, I purchased a few drives and made an array now called L:, I copied everything over and removed F:.

Sabnzbd complains of this:

Code: Select all

When	Type	Warning
2011-07-10 14:58:36,009	ERROR:	Cannot create directory F:\Space Freeup\Documents\Downloads\complete
2011-07-10 14:56:54,234	ERROR:	Cannot create directory F:\Space Freeup\Documents\Downloads\incomplete
2011-07-10 14:56:54,233	ERROR:	Cannot create directory F:\Space Freeup\Documents\Downloads\incomplete
2011-07-10 14:56:52,831	ERROR:	Cannot create directory F:\Space Freeup\Documents\Downloads\incomplete
2011-07-10 14:56:52,828	ERROR:	Cannot create directory F:\Space Freeup\Documents\Downloads\incomplete
2011-07-10 14:56:52,828	ERROR:	Cannot create directory F:\Space Freeup\Documents\Downloads\incomplete
2011-07-10 14:56:51,417	ERROR:	Cannot create directory F:\Space Freeup\Documents\Downloads\incomplete
2011-07-10 14:56:51,415	ERROR:	Cannot create directory F:\Space Freeup\Documents\Downloads\incomplet
And every download fails with:

Code: Select all

» Unpacking failed, an expected file was not unpacked 

Using the webui, I have manually changed the download folders to:

Code: Select all

download_dir = L:\newsgroups\downloads\incomplete
complete_dir = L:\newsgroups\downloads\complete

Any advice?

Thanks
-=Tom
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: All Downloads Fail at Unpack

Post by shypike »

Did you restart SABnzbd?
Does the account SABnzbd runs under have any access rights to the L: drive?
(Eh, did you format the drive ;D )
tad1214
Newbie
Newbie
Posts: 4
Joined: July 10th, 2011, 3:36 pm

Re: All Downloads Fail at Unpack

Post by tad1214 »

Yep, rebooted the pc a few times as well.

I believe it has rights, UAC is off, and it is able to write to the incomplete folder without problem.

Thanks!
-=Tom
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: All Downloads Fail at Unpack

Post by shypike »

tad1214 wrote:Yep, rebooted the pc a few times as well.
I believe it has rights, UAC is off, and it is able to write to the incomplete folder without problem.
Is the final destination on the same drive? Does that folder have the same access rights?
Cancelling UAC doesn't automatically give an account access.
gtoddv
Newbie
Newbie
Posts: 2
Joined: July 11th, 2011, 9:07 pm

Re: All Downloads Fail at Unpack

Post by gtoddv »

Don't know if this is related but since upgrading to 6.5 I have a problem with malformed path strings (see below). This was happening on an earlier version but was fixed in 6.2 but now it's back in 6.5.

Code: Select all

PostProcessing was aborted (Cannot create final folder Z:\tmp.television\Eureka/Season 4\Eureka.S04E11.Liftoff)
If this is related to your issue then we are probably going to have to wait for the next release. I will be down-grading for the time being.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: All Downloads Fail at Unpack

Post by shypike »

What is malformed in this path?
(Forget the different types of slash / vs. \ Windows handles both fine).
Does the path exist? Because it looks like an external one.
tad1214
Newbie
Newbie
Posts: 4
Joined: July 10th, 2011, 3:36 pm

Re: All Downloads Fail at Unpack

Post by tad1214 »

shypike wrote:
tad1214 wrote:Yep, rebooted the pc a few times as well.
I believe it has rights, UAC is off, and it is able to write to the incomplete folder without problem.
Is the final destination on the same drive? Does that folder have the same access rights?
Cancelling UAC doesn't automatically give an account access.
It is, they are both on L:. This is the only user on the box and it is and administrator. For kicks I gave the everyone group read/write and still no luck.

I uninstalled and reinstalled the latest version. The issue still persists.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: All Downloads Fail at Unpack

Post by shypike »

You say SABnzbd tries to create folders on Z while your "incomplete" is on L?
Check your default category, I suspect it still point to the wrong folder.
Or maybe your Sort string has a hard-coded incorrect path in it.
tad1214
Newbie
Newbie
Posts: 4
Joined: July 10th, 2011, 3:36 pm

Re: All Downloads Fail at Unpack

Post by tad1214 »

On mine it tries to create them in F: even though F: is listed no where in sabnzbd.ini (L: is for both incomplete and complete).

However under User Folders it states:

Code: Select all

User Folders

Default Base Folder:
F:\Space Freeup\Documents

NOTE: Folders will be created automatically when Saving. You may use absolute paths to save outside of the default folders.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: All Downloads Fail at Unpack

Post by shypike »

A number of folders is relative to where the sabnzbd.ini file is found.
If that is a problem then set full paths for each folder.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: All Downloads Fail at Unpack

Post by shypike »

Looking at your log file it looks like SABnzbd doesn't see unrar
unpack the files it expects.
Are any files unpacked?
Post Reply