Joshua Parker Ruehlig
Hall of Famer
- Joined
- Dec 5, 2011
- Messages
- 5,949
just started working on it. hopefully I'll bust it out this weekend.Hey Josh,
How you getting on with the guide buddy :)
Dont kill me...
just started working on it. hopefully I'll bust it out this weekend.Hey Josh,
How you getting on with the guide buddy :)
Dont kill me...
I guess it just replaced the installed version with the one from the repo. I don't support updating until I get some documentation on what's happening.Josh - as an FYI, just updated to 9.2.1 RC2 which solved an issue I was having creating the core jail (which I'm calling media_1) for this combined box. When I loaded in all the PBI's it went perfectly. The only funky thing, is I notice in the Plugin interface, Maraschino has an update button. I tried clicking it assuming perhaps there was a 2.1 release (to match the others), but it updated to 1.0. Not sure if you're aware but it looks like it's marking your version outdated?
Cannot run script /usr/pbi/sickbeard-amd64/SickBeard/autoProcessTV/sabToSickBeard.py
env: python: No such file or directory
#!/usr/local/bin/python
2014-02-08 21:15:34,232::DEBUG::[newsunpack:151] Failed script /usr/pbi/sickbeard-amd64/SickBeard/autoProcessTV/sabToSickBeard.py, Traceback: Traceback (most recent call last): File "/usr/pbi/sabnzbdplus-amd64/lib/python2.7/site-packages/sabnzbd/newsunpack.py", line 149, in external_processing startupinfo=stup, env=env, creationflags=creationflags) File "/usr/pbi/sabnzbdplus-amd64/lib/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) File "/usr/pbi/sabnzbdplus-amd64/lib/python2.7/subprocess.py", line 1308, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
I believe your posting about a different plugin, the one created before this one. sabnzbdplus is not the same plugin as sabnzbd.I've re-done my jail and plugins many times now and still having the same issue :(
This is all with a fresh 9.2 install (now running 9.2.1).
If no one else is having the same problems than I must be doing something wrong.
I'll be taking a look in the next few days and will see if I can reproduce your problem.Thanks for the reply.
Yes sorry at first I was using different pbi files to this thread. So I have since re-done my jail and used the pbi's linked in this thread and I'm having the same issue :(
I'm sure it's user error I just can't figure it out.
Hey everyone,
I've got a problem with SAB running the sabtosickbeard script. I'm getting the error ...
Code:Cannot run script /usr/pbi/sickbeard-amd64/SickBeard/autoProcessTV/sabToSickBeard.py
I can manually process files through Sickbeard, but SAB won't. Permissions seem ok (777).
At first I had an issue with ...
Code:env: python: No such file or directory
but that's now working with the fix someone posted by editing the script file first line to ...
Code:#!/usr/local/bin/python
I'm stuck in the same situation now. I was so close I could taste it!! Made the appropriate path change in the file for Python and then got the same error back again about Cannot run script. Any ideas anyone?
I hope this isn't too off topic but could you describe your permissions set up for your media drive and jails? I am seting up a sab,sickbeard, minidlna, plex box that will just be accessed by me so as of yet i haven't created any users or groups and have been using the root/wheel and or nobody/nogroup permissions and all seems well until i troubleshoot the sabtosickbeard scrip issue(will try the solution just mentioned when i get home) and one of the wardens in the jail starts reporting that it cant find storage. I think changing permissions was screwing things up so since i will probably completely reinsall when i get home tonight i figure i can start with correct permissions this time. So if anyone has a good suggestion for setting up permissions by creating a user group or using existing it would be a huge help.