Search found 5 matches

by suspiciousduck
May 19th, 2018, 2:23 pm
Forum: General Help
Topic: Post Processing Help
Replies: 9
Views: 2975

Re: Post Processing Help

Gotcha. Alright well I'm lost. I guess I'll reach out to the server provider. I'm running this on a server, and I can't figure out what the correct #! should be on my own.

Thanks for the help though!
by suspiciousduck
May 19th, 2018, 8:28 am
Forum: General Help
Topic: Post Processing Help
Replies: 9
Views: 2975

Re: Post Processing Help

Sorry for my noobishness..what file/directory can’t it find?

The reason I’m confused is because this script runs in rtorrent for postprocessing. So rtorrent can run it fine, but SAB can’t.

Thanks for all the help on this btw.
by suspiciousduck
May 19th, 2018, 7:17 am
Forum: General Help
Topic: Post Processing Help
Replies: 9
Views: 2975

Re: Post Processing Help

Here's what I get from the log... 2018-05-19 03:58:03,514::DEBUG::[newsunpack:189] Failed script /home/billybob/postprocess[dot]sh, Traceback: Traceback (most recent call last): File /usr/share/sabnzbdplus/sabnzbd/newsunpack[dot]py, line 166, in external_processing startupinfo=stup, env=env, creatio...
by suspiciousduck
May 19th, 2018, 6:53 am
Forum: General Help
Topic: Post Processing Help
Replies: 9
Views: 2975

Re: Post Processing Help

So, after removing -xu, SAB can’t run the script at all. Just says “Exit(-1) Cannot run script“

Also, I have this script, with -xu in the first line, running and working just fine with rtorrent post-processing. Which makes all of this even more confusing
by suspiciousduck
May 18th, 2018, 8:27 pm
Forum: General Help
Topic: Post Processing Help
Replies: 9
Views: 2975

Post Processing Help

Hi Everyone! I've got SAB up and running and was hoping to get some help with a post-processing script. Here is the script I want to run. (the filebot commands all work, I've tested them manually). #!/bin/sh -xu FILE_PATH="$1" FILE_NAME="$3" FILE_CATEGORY="$5" filebot -...