Aborted Downloads leaves behind folders

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
Kohmei358
Newbie
Newbie
Posts: 10
Joined: June 14th, 2016, 6:15 am

Aborted Downloads leaves behind folders

Post by Kohmei358 »

Hi,

When I download a file, and it succeeded there is no problem and it is moved from my download directory to my media directory. However, when a download failes due to missing articles it sends a failed notification to Sonarr and a new downloads starts, but the old download is left behind.

I am using 1.1.0 RC 3 If that matters.

Here are some screenshots:
Image
Image
Also not sure if this matters but i have both failed download on Sonarr and NzbToDrone script.
Image
They are super small so here are the respective links:
http://imgur.com/TlzWS5P
http://imgur.com/AVVtYju
http://imgur.com/a/eV9rV

Code: Select all

# nzbToMedia Configuration
# For more information, visit https://github.com/clinton-hall/nzbToMedia/wiki

[General]
    # Enable/Disable update notifications
    version_notify = 1
    # Enable/Disable automatic updates
    auto_update = 0
    # Set to the full path to the git executable
    git_path = ""
    # GitHUB user for repo
    git_user = ""
    # GitHUB branch for repo
    git_branch = ""
    # Enable/Disable forceful cleaning of leftover files following postprocess 
    force_clean = 1
    # Enable/Disable logging debug messages to nzbtomedia.log
    log_debug = 0
    # Enable/Disable logging database messages to nzbtomedia.log
    log_db = 0
    # Enable/Disable logging environment variables to debug nzbtomedia.log (helpful to track down errors calling external tools.)
    log_env = 0
    # Enable/Disable logging git output to debug nzbtomedia.log (helpful to track down update failures.)
    log_git = 0
    # Set to the directory where your ffmpeg/ffprobe executables are located
    ffmpeg_path = ""
    # Enable/Disable media file checking using ffprobe.
    check_media = 1
    # Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectories by mistake.
    safe_mode = 1
.
. (Bunch of unrelated stuff)
.
[NzbDrone]
    #### autoProcessing for TV Series
    #### ndCategory - category that gets called for post-processing with NzbDrone
    [[tv]]
        enabled = 1
        apikey = ""
        host = 192.168.3.111
        port = 8989
        username = ""
        password = ""
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        web_root = ""
        ssl = 0
        delete_failed = 1
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 0
        keep_archive = 1
        extract = 1
        nzbExtractionBy = Downloader
        wait_for = 2
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleting ignored files (samples and invalid media files)
        delete_ignored = 1
        ##### Enable if NzbDrone is on a remote server for this category
        remote_path = 0
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""
Please help,
Thanks
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Aborted Downloads leaves behind folders

Post by shypike »

Please describe clearly what "the old download is left behind" means in your case.
Kohmei358
Newbie
Newbie
Posts: 10
Joined: June 14th, 2016, 6:15 am

Re: Aborted Downloads leaves behind folders

Post by Kohmei358 »

its in the 2nd screenshot but a folder with the name of the nzb that was downaloded is left behind often empty and sometimes with random files like (.par .rar) left behind.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Aborted Downloads leaves behind folders

Post by shypike »

It's still not clear to me where the files are left.
Is that in SABnzbd's "temporary download folder" or in their final destination?
Post Reply