Page 1 of 1

Queue has finished, launching: None (None)

Posted: February 5th, 2012, 3:31 pm
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.

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

Posted: February 5th, 2012, 3:46 pm
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.)
'

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

Posted: February 5th, 2012, 3:51 pm
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 ?

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

Posted: February 5th, 2012, 3:54 pm
by kaliseo
Ohhhhh !! GG, i didn't see the "script" configuration when uploading a nzb !!

Thanks a lot ^^ It works !

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

Posted: February 5th, 2012, 3:56 pm
by shypike
:)

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

Posted: February 5th, 2012, 4:11 pm
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 !