Files download to temporary folder until it is full. No files are moved to complete folder.

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
Daydreamer057
Newbie
Newbie
Posts: 30
Joined: May 8th, 2021, 9:10 am

Files download to temporary folder until it is full. No files are moved to complete folder.

Post by Daydreamer057 »

Files download to temporary folder until it is full. No files are moved to complete folder.
In History every job is marked as waiting.

Here is a picture with the problem.
https://imgur.com/a/jPcdnJk

And here is the log :

https://jmp.sh/TUrPCnVN

Thank you for your help.
User avatar
sander
Release Testers
Release Testers
Posts: 9166
Joined: January 22nd, 2008, 2:22 pm

Re: Files download to temporary folder until it is full. No files are moved to complete folder.

Post by sander »

download_dir = f:\Download
complete_dir = r:\d movies

2025-02-03 15:35:12,753::DEBUG::[filesystem:986] Removing dir recursively f:\Download\A.DOGS.PURPOSE.2017.1080P.BLURAY.DTS-HD
2025-02-03 15:35:12,753::INFO::[filesystem:990] Cannot remove folder f:\Download\A.DOGS.PURPOSE.2017.1080P.BLURAY.DTS-HD
Traceback (most recent call last):
File "sabnzbd\filesystem.py", line 988, in remove_all
File "shutil.py", line 790, in rmtree
File "shutil.py", line 629, in _rmtree_unsafe
File "shutil.py", line 625, in _rmtree_unsafe
PermissionError: [WinError 32] Le processus ne peut pas acc der au fichier car ce fichier est utilis par un autre processus: 'f:\\Download\\A.DOGS.PURPOSE.2017.1080P.BLURAY.DTS-HD\\hondje.part170.rar'
2025-02-03 15:35:12,753::DEBUG::[filesystem:986] Removing dir recursively f:\Download\The.Lord.of.the.Rings.The.Return.of.the.King.2003.EXTENDED.PROPER.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT


"PermissionError: [WinError 32] Le processus ne peut pas acc der au fichier car ce fichier est utilis par un autre processus: " ... so which other process is that? A virus scanner? Exclude f:\Download from your virusscanner
Daydreamer057
Newbie
Newbie
Posts: 30
Joined: May 8th, 2021, 9:10 am

Re: Files download to temporary folder until it is full. No files are moved to complete folder.

Post by Daydreamer057 »

Thank you.
The process that blocked the deletion of the file was unrar.exe
There were 5 of them.
I think sabnzbd bugged.
Now it seems to work fine.
User avatar
sander
Release Testers
Release Testers
Posts: 9166
Joined: January 22nd, 2008, 2:22 pm

Re: Files download to temporary folder until it is full. No files are moved to complete folder.

Post by sander »

It was unrar? That is started by SABnzbd itself. Weird. Although: could still be your virusscanner blocking unrar.

Good it works now again.
Post Reply