Page 1 of 2

not unpacking

Posted: March 3rd, 2023, 5:15 pm
by meanher
Hi all,
I am using latest version of SABnzbd, running on Windows 11 on new computer, ( old computer died). Have re-installed everything, SANnzbd downloads the episode, puts it in my folder for TV shows but not in the specific show folder or season folder, also doesn't unpack and convert into a watchable episode. It stays as numerous R0 files and PAR files etc. Any help or direction would be greatly appreciated.

Re: not unpacking

Posted: March 4th, 2023, 1:08 am
by sander
In SABnzbd's upper right corner, click on the wrench symbol ("Status and interface options"), then click on first tab Status, click Test download 1GB.

Is it unpacked?

Re: not unpacking

Posted: March 4th, 2023, 1:43 am
by meanher
Hi Sander,
No it did not unpack, multiple separate files.

Re: not unpacking

Posted: March 4th, 2023, 2:26 am
by sander
That is weird.

And you're using the Windows version of SABnzbd? With the unar and par2 executables inside it?

Normal directories?

If you download / get sabnzbd.log, what do the lines with "unrar" in it say?

Re: not unpacking

Posted: March 4th, 2023, 2:35 am
by meanher
How do I check which version I am using, I would have thought it was the windows version. Even though I have been using for a few years now, not fully smart with the terminology.

Re: not unpacking

Posted: March 4th, 2023, 2:38 am
by meanher
Could you please let me know how to download/get sabnzbd log.

Re: not unpacking

Posted: March 4th, 2023, 2:45 am
by meanher
I have checked the Specials Tab, enable unrar and enable 7zip and enable unzip are all ticked

Re: not unpacking

Posted: March 4th, 2023, 4:02 am
by sander
meanher wrote: March 4th, 2023, 2:38 am Could you please let me know how to download/get sabnzbd log.
In SABnzbd's upper right corner, click on the wrench symbol ("Status and interface options"), then click on first tab Status, click Show Logging (left bottom corner). That will download sabnzbd.log. Inspect that for lines with "unrar".

Re: not unpacking

Posted: March 4th, 2023, 4:57 am
by meanher
Wow, that was a bit of searching, this the only unrar I could find.
enable_unrar = 1
enable_unzip = 1
enable_7zip = 1
enable_filejoin = 1
enable_tsjoin = 1
overwrite_files = 0
ignore_unrar_dates = 0
Hope this means something to you.

Re: not unpacking

Posted: March 4th, 2023, 5:45 am
by sander
That is not the info to look for.

You should find something like below

Code: Select all

2023-03-04 11:43:17,830::INFO::[misc:1152] [sabnzbd.misc.run_command] Running external command: ['/usr/bin/unrar']
2023-03-04 11:43:17,873::INFO::[SABnzbd:456] UNRAR binary... found (/usr/bin/unrar)
2023-03-04 11:43:17,873::INFO::[SABnzbd:464] UNRAR binary version 6.00
2023-03-04 11:43:42,591::INFO::[newsunpack:294] Unrar starting on /home/sander/Downloads/incomplete/test_download_100MB
2023-03-04 11:43:42,596::INFO::[misc:1152] [sabnzbd.newsunpack.rar_extract_core] Running external command: ['/usr/bin/unrar', 'x', '-idp', '-scf', '-o-', '-or', '-ai', '-p-', '/home/sander/Downloads/incomplete/test_download_100MB/sometestfile-100MB.part01.rar', '/home/sander/Downloads/complete/_UNPACK_test_download_100MB.1/']
2023-03-04 11:43:43,150::DEBUG::[newsunpack:860] UNRAR output 
UNRAR 6.00 freeware      Copyright (c) 1993-2020 Alexander Roshal
2023-03-04 11:43:43,187::INFO::[newsunpack:298] Unrar finished on /home/sander/Downloads/incomplete/test_download_100MB

Re: not unpacking

Posted: March 4th, 2023, 6:00 am
by meanher
Does this help
2023-02-06 21:57:44,206::INFO::[SABnzbd:443] Cryptography module (v38.0.4)... found!
2023-02-06 21:57:44,206::INFO::[SABnzbd:446] MultiPar binary... found (C:\Program Files\SABnzbd\win\multipar\par2j64.exe)
2023-02-06 21:57:44,206::INFO::[SABnzbd:455] UNRAR binary... found (C:\Program Files\SABnzbd\win\unrar\x64\UnRAR.exe)
2023-02-06 21:57:44,206::INFO::[SABnzbd:471] 7za binary... found (C:\Program Files\SABnzbd\win\7zip\7za.exe)
2023-02-06 21:57:44,208::INFO::[SABnzbd:1435] Starting web-interface on 127.0.0.1:8080
2023-02-06 21:57:44,209::INFO::[_cplogging:213] [06/Feb/2023:21:57:44] ENGINE Bus STARTING
2023-02-06 21:57:44,414::INFO::[_cplogging:213] [06/Feb/2023:21:57:44] ENGINE Serving on http://127.0.0.1:8080
2023-02-06 21:57:44,414::INFO::[_cplogging:213] [06/Feb/2023:21:57:44] ENGINE Bus STARTED
2023-02-06 21:57:44,416::INFO::[SABnzbd:1474] Starting SABnzbd.exe-3.7.1
2023-02-06 21:57:44,417::INFO::[dirscanner:117] Dirscanner starting up
2023-02-06 21:57:44,417::INFO::[notifier:123] Sending notification: SABnzbd - SABnzbd 3.7.1 started (type=startup, job_cat=None)
2023-02-06 21:57:44,506::INFO::[misc:431] Cannot retrieve version information from GitHub.com
2023-02-06 21:57:44,506::INFO::[misc:1264] Could not determine system certificate validation quality due to connection problems
2023-02-06 21:57:45,509::INFO::[notifier:123] Sending notification: Warning - Cannot connect to server news.astraweb.com [Server name does not resolve] (type=warning, job_cat=None)

Re: not unpacking

Posted: March 4th, 2023, 7:06 am
by sander
That is info from 2023-02-06 ... a month ago ... so that doesn't help

It's Windows. so you have tried rebooting, haven't you?

Re: not unpacking

Posted: March 4th, 2023, 8:13 am
by meanher
will redo the 1GB test download in the morning, and see if I get a different result.
Thanks

Re: not unpacking

Posted: March 4th, 2023, 2:40 pm
by meanher
morning sander,
I did another test download this morning, the only line with UNRAR in it was this one
2023-03-05 05:50:22,847::INFO::[SABnzbd:455] UNRAR binary... found (C:\Program Files\SABnzbd\win\unrar\x64\UnRAR.exe)

Re: not unpacking

Posted: March 4th, 2023, 2:51 pm
by sander
Good evening!

So there is an unrar, but it is never used.

Let's check this: Click "Add NZB", then you get a big menu. What does it say at "Post processing"? Set it to "+Delete", and add an NZB ... what is the result?