Page 1 of 1

sabToSickBeard not running

Posted: June 7th, 2020, 11:55 am
by FattyDave
I have setup sickchill and sabnzbd on unraid running as dockers following a couple of Spaceinvader One videos.

When sab finishes downloading something from sickchill I get the following errors:

Exit(-1) Cannot run script / config / autoProcessTV / sabToSickBeard . py

Python script / config / autoProcessTV / sabToSickBeard . py does not have execute (+x) permission set

Not very experienced with linux but hopefully someone can assist.

TIA

Re: sabToSickBeard not running

Posted: June 7th, 2020, 1:23 pm
by sander
open a terminal, and type

chmod +x <path-to>/sabToSickBeard . py

Re: sabToSickBeard not running

Posted: June 7th, 2020, 4:02 pm
by FattyDave
sander wrote: June 7th, 2020, 1:23 pm open a terminal, and type

chmod +x <path-to>/sabToSickBeard . py
That did it. Thanks so much. :)