Josh,
Just wanted to thank you for all the personal help here. It was a bit tough to get rid of all traces of the old plugins, but once I did, I'm happy to now have all yours running in the same jail/user and all that.
I'm still trying to get SickBeard and SAB talking correctly to postprocess a TV show, and I was hoping you might be able to give one last bit of help here.
I set the scripts folder ( /mnt/tv2/plugins/usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard/autoProcessTV) to media:media and 775 permissions on everything in it.
At first I was seeing errors like this when running sabToSickbeard.py:
Code:
Traceback (most recent call last):
File "/usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard/autoProcessTV/sabToSickBeard.py", line 23, in <module>
import autoProcessTV
File "/usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard/autoProcessTV/autoProcessTV.py", line 30, in <module>
from nzbToMediaUtil import *
File "/usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard/autoProcessTV/nzbToMediaUtil.py", line 12, in <module>
import linktastic.linktastic as linktastic
ImportError: No module named linktastic.linktastic
I never saw the linktastic error before so I searched it out, and grabbed the latest nzbtomedia code (not sure I ever needed that before, but hey, whatever it takes, right).
After installing nzbtomedia into the scripts folder (which also had a linktastic subfolder) I now get only this when it tries to postprocess:
Code:
No handlers could be found for logger "root"
Any ideas? I realize this isn't your plugin's fault, but something weird with these scripts, any suggestions?
Oh, autoprocessTV.cfg looks like:
[SickBeard]
host=192.168.1.201
port=8081
user=
pass=
web_root=
ssl=
Thanks for anything you might be able to offer up!