SickBeard
Re: SickBeard
Did you do the install of cherrypy before installing sab? I had to do that first to get it working
-
- Posts: 22
- Joined: Tue Aug 10, 2010 4:14 pm
Re: SickBeard
Just did yum install python-cherrypy then reinstalled sab, still a 503 error, it seems like it is not installing correctly. Let me uninstall some stuff and reboot again and try from scratch.Did you do the install of cherrypy before installing sab? I had to do that first to get it working
-
- Posts: 22
- Joined: Tue Aug 10, 2010 4:14 pm
Re: SickBeard
in case this helps anyone else, i got sickbeard and sab somewhat working. but i am getting errors in sickbeard:
Error while attempting to snatch Expedition.Great.White.S01E08.720p.HDTV.x264-MOMENTUM, check your logs
2010-12-05 19:28:36.898746 CP Server Thread-9 :: Unknown failure sending NZB to sab. Return text is:
2010-12-05 19:43:13.386223 CP Server Thread-9 :: Unknown failure sending NZB to sab. Return text is:
Debug log output:
Dec-05 19:43:55 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734111 AND status != 7
Dec-05 19:43:55 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE status IN (4,3276804,204,404,3204,1604,104,804,6) AND season != 0 and episode != 0 AND airdate <= 734111
Dec-05 19:43:49 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734111 AND status != 7
Dec-05 19:43:49 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE status IN (4,3276804,204,404,3204,1604,104,804,6) AND season != 0 and episode != 0 AND airdate <= 734111
Dec-05 19:43:47 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734111 AND status != 7
Dec-05 19:43:47 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE status IN (4,3276804,204,404,3204,1604,104,804,6) AND season != 0 and episode != 0 AND airdate <= 734111
Dec-05 19:43:31 DEBUG CP Server Thread-3 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734111 AND status != 7
Dec-05 19:43:31 DEBUG CP Server Thread-3 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE status IN (4,3276804,204,404,3204,1604,104,804,6) AND season != 0 and episode != 0 AND airdate <= 734111
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734111 AND status != 7
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE status IN (4,3276804,204,404,3204,1604,104,804,6) AND season != 0 and episode != 0 AND airdate <= 734111
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? ORDER BY season*1000+episode DESC with args [165371]
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT DISTINCT season FROM tv_episodes WHERE showid = ? ORDER BY season desc with args [165371]
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: 111051: Found episode 3x27
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [111051, 734111, 111051, 734111, 1, 1]
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: 111051: Finding the episode which airs next
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: 165371: No episode found... need to implement tvrage and also show status
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [165371, 734111, 165371, 734111, 1, 1]
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: 165371: Finding the episode which airs next
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT * FROM tv_episodes WHERE status == ? AND airdate <= ? with args [1, 734111]
Dec-05 19:43:13 INFO CP Server Thread-9 :: Searching DB and building list of airing episodes
Also when a show finally adds to sabnzbd it just sits, not downloading, with 0:00:00 unknown for time.
Not sure how much of this is a bad install/myfault or because its just testing software. Just trying to provide as much feedback as i can while it is in testing.
Error while attempting to snatch Expedition.Great.White.S01E08.720p.HDTV.x264-MOMENTUM, check your logs
2010-12-05 19:28:36.898746 CP Server Thread-9 :: Unknown failure sending NZB to sab. Return text is:
2010-12-05 19:43:13.386223 CP Server Thread-9 :: Unknown failure sending NZB to sab. Return text is:
Debug log output:
Dec-05 19:43:55 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734111 AND status != 7
Dec-05 19:43:55 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE status IN (4,3276804,204,404,3204,1604,104,804,6) AND season != 0 and episode != 0 AND airdate <= 734111
Dec-05 19:43:49 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734111 AND status != 7
Dec-05 19:43:49 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE status IN (4,3276804,204,404,3204,1604,104,804,6) AND season != 0 and episode != 0 AND airdate <= 734111
Dec-05 19:43:47 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734111 AND status != 7
Dec-05 19:43:47 DEBUG CP Server Thread-2 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE status IN (4,3276804,204,404,3204,1604,104,804,6) AND season != 0 and episode != 0 AND airdate <= 734111
Dec-05 19:43:31 DEBUG CP Server Thread-3 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734111 AND status != 7
Dec-05 19:43:31 DEBUG CP Server Thread-3 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE status IN (4,3276804,204,404,3204,1604,104,804,6) AND season != 0 and episode != 0 AND airdate <= 734111
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734111 AND status != 7
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE status IN (4,3276804,204,404,3204,1604,104,804,6) AND season != 0 and episode != 0 AND airdate <= 734111
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? ORDER BY season*1000+episode DESC with args [165371]
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT DISTINCT season FROM tv_episodes WHERE showid = ? ORDER BY season desc with args [165371]
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: 111051: Found episode 3x27
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [111051, 734111, 111051, 734111, 1, 1]
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: 111051: Finding the episode which airs next
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: 165371: No episode found... need to implement tvrage and also show status
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [165371, 734111, 165371, 734111, 1, 1]
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: 165371: Finding the episode which airs next
Dec-05 19:43:13 DEBUG CP Server Thread-9 :: sickbeard.db: SELECT * FROM tv_episodes WHERE status == ? AND airdate <= ? with args [1, 734111]
Dec-05 19:43:13 INFO CP Server Thread-9 :: Searching DB and building list of airing episodes
Also when a show finally adds to sabnzbd it just sits, not downloading, with 0:00:00 unknown for time.
Not sure how much of this is a bad install/myfault or because its just testing software. Just trying to provide as much feedback as i can while it is in testing.
-
- Posts: 14
- Joined: Tue Nov 30, 2010 5:28 pm
Re: SickBeard
I didn't install cherrypy before I installed sab. Did I miss something coz mine works fine?
What I did immediately after i installed sab i deleted the sab folder and replaced it with an updated version and it all works well.
What I did immediately after i installed sab i deleted the sab folder and replaced it with an updated version and it all works well.
-
- Posts: 22
- Joined: Tue Aug 10, 2010 4:14 pm
Re: SickBeard
It looks like cherrypy should install automatically with sab, there is a sub directory called 'cherrypy'I didn't install cherrypy before I installed sab. Did I miss something coz mine works fine?
What I did immediately after i installed sab i deleted the sab folder and replaced it with an updated version and it all works well.
When you deleted the folder and replaced it was yours in /usr/share/sabnzbd/?
I just tried that but mine is still showing as "update available"
I think a full reinstall is in order for me.
-
- Posts: 14
- Joined: Tue Nov 30, 2010 5:28 pm
Re: SickBeard
Yes it was that folder location that I changed.It looks like cherrypy should install automatically with sab, there is a sub directory called 'cherrypy'I didn't install cherrypy before I installed sab. Did I miss something coz mine works fine?
What I did immediately after i installed sab i deleted the sab folder and replaced it with an updated version and it all works well.
When you deleted the folder and replaced it was yours in /usr/share/sabnzbd/?
I just tried that but mine is still showing as "update available"
I think a full reinstall is in order for me.
Check the version number below the sab logo in the configuration page of sabnzbd.
Mine says 0.5.6 and doesn't show an update is available.
-
- Posts: 22
- Joined: Tue Aug 10, 2010 4:14 pm
Re: SickBeard
In light of all the issues i have been having, i decided to do a clean install. I was running the Fedora 12 amahi express install. But i have now gone back to a full fedora12 install with amahi on top. I am hoping to begin my testing again and hope this alleviates all of my issues.
Re: SickBeard
Hope you get it sorted OK as it is a pretty neat server. I'm struggling getting back episodes beacuse I am using free usenet accounts with only 120 days or so retention so if anyone knows of any longer free ones, post here.
I wish I had kept a note of all the things I had to do to get it well working together with SABnzbd and all the account links but I'm afraid I didn't, sorry.
EDIT: So, now having been twitchy and tried to upgrade to version 0.5.6 I now have the 503 error. Error from me I think. I now can't remember how I recovered from that last time. unbelievable. all the permissions are same and the settings file is still in place but I'm getting the refusal to run on port 80 again.
I wish I had kept a note of all the things I had to do to get it well working together with SABnzbd and all the account links but I'm afraid I didn't, sorry.
EDIT: So, now having been twitchy and tried to upgrade to version 0.5.6 I now have the 503 error. Error from me I think. I now can't remember how I recovered from that last time. unbelievable. all the permissions are same and the settings file is still in place but I'm getting the refusal to run on port 80 again.
-
- Posts: 22
- Joined: Tue Aug 10, 2010 4:14 pm
Re: SickBeard
That is the problem i ran into and i never could get it squared away consistently, it is one of the reasons i reinstalled my server.
So i got sickbeard setup and talking to nzb.su nzbrus and wombles index. Sickbeard will download the episode information, and pass that nzb off to sab.
The problem then comes they just sit at 0KB/s download. Nothing ever downloads, no errors in the log even on debug.
stueyboy gave me an idea and i thought maybe it was because i was looking for an older show so i tried something that was only 34 days old. Still nothing. does anyone have any ideas why this might be an issue?
Thanks
So i got sickbeard setup and talking to nzb.su nzbrus and wombles index. Sickbeard will download the episode information, and pass that nzb off to sab.
The problem then comes they just sit at 0KB/s download. Nothing ever downloads, no errors in the log even on debug.
stueyboy gave me an idea and i thought maybe it was because i was looking for an older show so i tried something that was only 34 days old. Still nothing. does anyone have any ideas why this might be an issue?
Thanks
Re: SickBeard
Have you set up servers in SAB to get the files? I assume you have but worth a try
In other news, I still have the 503 error but SAB is downloading files and processing them fine, so must be some sort of problem with the interface with Apache. Will look later. Interestingly I tried to start SAB from /usr/share/sabnzbd with ./SABnzbd and all went well until I got an error about not being able to launch the web server on port 8080. Could this be an issue as the script is trying to launch on 25914?
Appreciate this is a sickbeard thread but this seems the most appropriate place to post.
I reckon SAB will continue to work but minus the web page for now.
In other news, I still have the 503 error but SAB is downloading files and processing them fine, so must be some sort of problem with the interface with Apache. Will look later. Interestingly I tried to start SAB from /usr/share/sabnzbd with ./SABnzbd and all went well until I got an error about not being able to launch the web server on port 8080. Could this be an issue as the script is trying to launch on 25914?
Appreciate this is a sickbeard thread but this seems the most appropriate place to post.
I reckon SAB will continue to work but minus the web page for now.
Who is online
Users browsing this forum: No registered users and 25 guests