Queue has finished, launching: None (None)

Come up with a useful post-processing script? Share it here!
Post Reply
kaliseo
Newbie
Newbie
Posts: 4
Joined: February 5th, 2012, 3:26 pm

Queue has finished, launching: None (None)

Post by kaliseo »

Hi There,

I'm trying to add a simple script to copy files to a NAS server.

I configured options to take scripts on Downloads/scripts folder, my script is working well :
#!/bin/bash
cp -R $1 /media/freebox/usenet/

But... nothing happened at the end of a downloaded file. The log file says :
2012-02-05 21:16:52,305::INFO::[postproc:619] Queue has finished, launching: None (None)

SABnzbd is installed on an Ubuntu machine as service. Evereything works.. not that :(

Somebody have an issue ?

P.S. : In Parameters, Pre-queue correctly detects my script : sync.sh.

Thanks a lot for your help.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Queue has finished, launching: None (None)

Post by shypike »

The script is executable?
It's present in the scripts folder?
It's selected by you or associated with one of the categories?
(Or at least with the "Default" category.)
'
kaliseo
Newbie
Newbie
Posts: 4
Joined: February 5th, 2012, 3:26 pm

Re: Queue has finished, launching: None (None)

Post by kaliseo »

shypike wrote:The script is executable?
It's present in the scripts folder?
It's selected by you or associated with one of the categories?
(Or at least with the "Default" category.)
'
Yes
Yes
I don't understand oO
Witch categories ? how can you associate the script with a category ?
kaliseo
Newbie
Newbie
Posts: 4
Joined: February 5th, 2012, 3:26 pm

Re: Queue has finished, launching: None (None)

Post by kaliseo »

Ohhhhh !! GG, i didn't see the "script" configuration when uploading a nzb !!

Thanks a lot ^^ It works !
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Queue has finished, launching: None (None)

Post by shypike »

:)
kaliseo
Newbie
Newbie
Posts: 4
Joined: February 5th, 2012, 3:26 pm

Re: Queue has finished, launching: None (None)

Post by kaliseo »

It would be great to add in documentation that it's necessary to add the script to the default (or other) category to be executed ^^

Thanks you again !
Post Reply