False postprocessing error

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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
krackt
Newbie
Newbie
Posts: 37
Joined: December 29th, 2010, 7:15 am

False postprocessing error

Post by krackt »

Since upgrading from 0.5.6 to 0.6.0 RC2 the following happens. (Note: My default action is repair only. No unpack or delete.)

Job in queue is selected to run postprocessing shutdown pc python script.

Download and repair are successfully completed. Job is successfully moved from incomplete to complete folder. __ADMIN__ folder remains in incomplete folder.

Shutdown script runs successfully.

When pc is restarted, a "failed job" email is sent.

Message in gui: "Download failed - Out of your servers retention?"

__ADMIN__ folder still remains in incomplete folder.

Can anyone help me understand why this is occurring? This never happened in 0.5.6

shutdown script syntax:

Code: Select all

#!/usr/bin/python
import os
command = "sudo shutdown -h 2"
os.system(command)
SABnzbd 0.7.17 JCFP Ubuntu ppa
Precise 12.04.4 LTS x86_64
XBMC Gotham 14.0-alpha1 Git:577494a 20140406
ASRock ION 330-BD Intel Dual Core Atom 1.6GHz
4GB RAM | HDMI Display | Analogue Audio | Flirc IR
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: False postprocessing error

Post by shypike »

Shutting down the system like this, may not give SABnzbd the opportunity to save its administration to disk.
So the next time you start there are some left-overs.
I'll check.
Post Reply