[FreeNAS 9 Plugins] - SAB / SB / CP / HP / Maraschino / HTPC / Mylar / LL / Gamez

Status
Not open for further replies.

Pouper

Dabbler
Joined
Jan 15, 2014
Messages
43
Nope, it updating using the 'source' method. Someone else had a problem updating so I suspect there was a bad update somewhere down the line (this is on CouchPotato's side and I recall this happening a few times in the past). I posted a manual fix, you should try this.

This doesn't seems to affect new installbecause CouchPotato because CouchPotato grabs the latest versions when you go through initial install.


That's strange because this was on a fresh install last night :S

I'll try again tonight in a separate jail to do some testing. I've noticed updating issues on CouchPotato's side in the past as well.

Worst case I can always update the files manually. It's just a change to the API functions :)

Thank you as always!
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
That's strange because this was on a fresh install last night :S

I'll try again tonight in a separate jail to do some testing. I've noticed updating issues on CouchPotato's side in the past as well.

Worst case I can always update the files manually. It's just a change to the API functions :)

Thank you as always!

Weird, I re-uploaded a v2.0 CouchPotato that packages the latest version to mitigate the issue.
 

neto_hugo

Explorer
Joined
Mar 6, 2012
Messages
87
Guys just a little question...

Sab returns me this message:
Code:
Exit(-1) Cannot run script /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard/autoProcessTV/autoProcessTV.py


What could be the problem? My first shot it's the owner of the path destination is under "root" instead "media" o_O. I changed the owner and now 'm wainting other download finish to see what happens...

Any other sugestion?
Thanks
 

Pouper

Dabbler
Joined
Jan 15, 2014
Messages
43
Weird, I re-uploaded a v2.0 CouchPotato that packages the latest version to mitigate the issue.


That's perfect. I'll try it out tonight and report back. Thanks!

Guys just a little question...

Sab returns me this message:
Code:
Exit(-1) Cannot run script /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard/autoProcessTV/autoProcessTV.py


What could be the problem? My first shot it's the owner of the path destination is under "root" instead "media" o_O. I changed the owner and now 'm wainting other download finish to see what happens...

Any other sugestion?
Thanks


It could also be that you didn't change the extension of the cfg from cfg.sample to .cfg.

Worst case is you could chmod 777 the autoprocess folder but its not recommended. Chown media:media will work if its a permission issue.

EDIT: Actually, I re read your post. Are you telling Sab to use autoProcessTV.py or sabToSickBeard.py? You should be pointing it to sabToSickBeard.py.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Guys just a little question...

Sab returns me this message:
Code:
Exit(-1) Cannot run script /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard/autoProcessTV/autoProcessTV.py


What could be the problem? My first shot it's the owner of the path destination is under "root" instead "media" o_O. I changed the owner and now 'm wainting other download finish to see what happens...

Any other sugestion?
Thanks
it should be owned by 'media'. you sure you shouldn't be calling sabToSickBeard.py instead? I believe this changed a while back.
 

neto_hugo

Explorer
Joined
Mar 6, 2012
Messages
87
Guys thanks for helping but now sabs returns
Code:
Exit(-127)env: python: No such file or directory
.

You were right, I was using autoProcess.py intead SabtoSick.py, but now I changed to correct one.

My destination folder is within my jail '/media/series/' and it's under 'media' owner. I didn't change the permission to 777, it's running on 755.

Where I'm wrong?

Thanks

Edit: on sick my TV Download dir is /usr/pbi/sabnzbd-amd64/etc/sabnzbd/Downloads/complete and on sab my Post-Process Folder is /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard/autoProcessTV
 

Pouper

Dabbler
Joined
Jan 15, 2014
Messages
43
Guys thanks for helping but now sabs returns
Code:
Exit(-127)env: python: No such file or directory
.

You were right, I was using autoProcess.py intead SabtoSick.py, but now I changed to correct one.

My destination folder is within my jail '/media/series/' and it's under 'media' owner. I didn't change the permission to 777, it's running on 755.

Where I'm wrong?

Thanks

Edit: on sick my TV Download dir is /usr/pbi/sabnzbd-amd64/etc/sabnzbd/Downloads/complete and on sab my Post-Process Folder is /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard/autoProcessTV


TV Download dir should be blank on SickBeard since they are all in the same jail. Also, if you do need this, it should be /usr/pbi/sabnzbd-amd64/etc/sabnzbd/Downloads/complete/tv/

Notice the part in bold. You have to point SickBeard to the tv subfolder (Although this should be blank as I said)
 

neto_hugo

Explorer
Joined
Mar 6, 2012
Messages
87
TV Download dir should be blank on SickBeard since they are all in the same jail. Also, if you do need this, it should be /usr/pbi/sabnzbd-amd64/etc/sabnzbd/Downloads/complete/tv/

Thanks Pouper for your help.

I left TV Download dir blank as you said. The error(-127) still remains, but a weird situation happens now...

The post-processing is working!!! the rename mode as I set up is correct... the data are exclued in sabnzbd/Download/complete and go the my folder (/media/series)
but now I have a new file in my download folder named 'series_name.unknown.ignore' that have the message:

Code:
This file is from CouchPotato
It has marked this release as "unknown"
This file hides the release from the renamer
Remove it if you want it to be renamed (again, or at least let it try again)






I really don't know how t'is happen.... I set my destination folder '/media/series' for sickbeard and '/media/movies' for couchpotato...

Any clue?
 

Pouper

Dabbler
Joined
Jan 15, 2014
Messages
43
Thanks Pouper for your help.

I left TV Download dir blank as you said. The error(-127) still remains, but a weird situation happens now...

The post-processing is working!!! the rename mode as I set up is correct... the data are exclued in sabnzbd/Download/complete and go the my folder (/media/series)
but now I have a new file in my download folder named 'series_name.unknown.ignore' that have the message:

Code:
This file is from CouchPotato
It has marked this release as "unknown"
This file hides the release from the renamer
Remove it if you want it to be renamed (again, or at least let it try again)


I really don't know how t'is happen.... I set my destination folder '/media/series' for sickbeard and '/media/movies' for couchpotato...

Any clue?


Not too sure. That file is from CouchPotato though. You've been trying to set up SickBeard. Do things one at a time. Make sure your completed folders are separated according to categories and everything is pointing where it should be.
 

Pouper

Dabbler
Joined
Jan 15, 2014
Messages
43
Updated CouchPotato plugin is returning the following when trying to connect to WebGUI

Code:
{"success": false, "error": "Failed returning results"}


Tried a new jail and fresh install.
 

Pouper

Dabbler
Joined
Jan 15, 2014
Messages
43
Weird, I re-uploaded a v2.0 CouchPotato that packages the latest version to mitigate the issue.


I manually added the CouchPotatoServer files from GitHub and it worked. Must be something with the updated files.

EDIT: All the quality settings are missing. Something strange is happening lol.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I manually added the CouchPotatoServer files from GitHub and it worked. Must be something with the updated files.

EDIT: All the quality settings are missing. Something strange is happening lol.

I see what I did wrong, I updated the commit number but not the package list. I can't fix this till Monday night. Gonna just remove the broken build.
 

Pouper

Dabbler
Joined
Jan 15, 2014
Messages
43
Also, another heads up. I cannot seem to start HTPC-Manager. I've tried installing in new jail and it just refuses to start. The one in the repo starts no problem in a fresh jail.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Also, another heads up. I cannot seem to start HTPC-Manager. I've tried installing in new jail and it just refuses to start. The one in the repo starts no problem in a fresh jail.

Thanks, I also updated the commit number on this but don't see why there'd be an issue. I'll remove it anyway until I get to upload a know working version.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Also, another heads up. I cannot seem to start HTPC-Manager. I've tried installing in new jail and it just refuses to start. The one in the repo starts no problem in a fresh jail.

I can start htpc-manager v2.1 just fine. Maybe you had another plugin running on port 8085? I think one of the other plugins uses this port as well by default.
I'll re-upload htpc-manager and couchpotato as shortly.

EDIT
Maybe XDM is your problem (XDM and HTPC-Manager both use port 8085 by default)? You should be able to run them in separate jails but not in the same jail until you change one of their ports.
 

Pouper

Dabbler
Joined
Jan 15, 2014
Messages
43
I can start htpc-manager v2.1 just fine. Maybe you had another plugin running on port 8085? I think one of the other plugins uses this port as well by default.
I'll re-upload htpc-manager and couchpotato as shortly.

EDIT
Maybe XDM is your problem (XDM and HTPC-Manager both use port 8085 by default)? You should be able to run them in separate jails but not in the same jail until you change one of their ports.


Sounds good. I'll check it out tonight when I get home from work. Thanks!
 
Status
Not open for further replies.
Top