Looking for some help, as I'm stumped at this point...

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
bursely001
Newbie
Newbie
Posts: 2
Joined: November 1st, 2021, 8:24 am

Looking for some help, as I'm stumped at this point...

Post by bursely001 »

Alright, so long time sab user here. Everything run's great at my end, sab is as quick as it's always been, however, for whatever reason it's simply not completing the post-processing end of things and is leaving all files with a folder labelled

Code: Select all

_UNPACK_Some_Series_Title
For instance, I thought for a while there may have been an issue with the binaries, but that's not the case.. The finished product for all downloads are being left like so:

Code: Select all

tree /mnt/unionfs/downloads/nzbs/sabnzbd/complete/sonarrsd/
 -- _UNPACK_Titans 2018 S04E07 1080p WEB H264-CAKES
 -- C0yqUdKNfrv8WYgfPXdhoaMexAg.mkv
 
I figured I'd run mediainfo to see what comes of these completed downloads, and they're valid video files.
[
code]
mediainfo /mnt/unionfs/downloads/nzbs/sabnzbd/complete/sonarrsd/_UNPACK_Titans 2018 S04E07 1080p WEB H264-CAKES/C0yqUdKNfrv8WYgfPXdhoaMexAg.mkv
General
Unique ID : 28696013412791389032547645833157124887 (0x1596A6B1DF6EADEC1C94173320ADA317)
Complete name : nzbs/sabnzbd/complete/sonarrsd/_UNPACK_Titans 2018 S04E07 1080p WEB H264-CAKES/C0yqUdKNfrv8WYgfPXdhoaMexAg.mkv
Format : Matroska
Format version : Version 4
File size : 2.61 GiB
Duration : 43 min 24 s
Overall bit rate mode : Variable
Overall bit rate : 8 600 kb/s
Writing application : mkvmerge v49.0.0 ('Sick Of Losing Soulmates') 64-bit
Writing library : libebml v1.4.0 + libmatroska v1.6.1
[/code]

I then ran the test for the 1 gb binary, and it also sit's in an _UNPACK_ completed folder..

Code: Select all

 ls  /mnt/unionfs/downloads/nzbs/sabnzbd/complete/_UNPACK_test_download_1000MB/
      --   1.0 GiB [##########] 1GB.bin
      -- 4.0 KiB [          ]  1GB-explanation.txt
Would anyone know what might be causing issue? Ive changed nothing in likely 2 years, same setup with the same servers.

Any help would be greatly appreciaed.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Looking for some help, as I'm stumped at this point...

Post by sander »

Related to unionfs?
bursely001
Newbie
Newbie
Posts: 2
Joined: November 1st, 2021, 8:24 am

Re: Looking for some help, as I'm stumped at this point...

Post by bursely001 »

sander wrote: April 13th, 2023, 7:49 am Related to unionfs?
Negative. The container is mounted @

Code: Select all

/mnt
so I could use either

Code: Select all

/mnt/local
or

Code: Select all

/mnt/unionfs
and the results are the same. Also, it's not using unionfs, the setup on this server is a Saltbox setup, it uses the same old paths as cloudbox.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Looking for some help, as I'm stumped at this point...

Post by sander »

docker, mounts, unionfs ... a lot of potential factor. So two advices:

read sabnzbd.log ... any errors/messages?
back to basics: no docker, no mounts, etc ... test again
Post Reply