|
SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#441
|
||||
|
||||
opening day has passed, so this is a little late, but its time for my yearly 'thank god for SRE' post.
the best evah plugin! lost innings due to rain delays and extra innings are a thing of the past
__________________
Q: dad, when will you stop changing all the electronics? A: never, so you might as well get used to it. |
#442
|
|||
|
|||
Is the SRE monitor (the yellow triangle) supposed to be on non-monitored upcoming recordings? I'm just getting in to this and used it for tonight's Astros game. This is going to be very useful going forward.
I thought it would just hit the sports events that were in the PVR server. For some reason it's set to monitor the evening news in my upcoming recordings view.
__________________
Frankentivo: iStar D-380HB, SuperMicro X107-F-O, Xeon 1270v3 CPU, Kingston 8 GB 1600MHz DDRR3L x 4 Tuners: 4 x HDHR OTA, 4 x HDHR3 OTA, 3 x HDHR Prime UnRAID Pro: 1 x Samsung 500GB Cache, 5 x WD Red 4TB (1 Parity, 4 Data) Extenders: 2 x HD-200, 1 x HD-300 on Atlona PRO3HD66m Sage: V9.0.14.567 with OpenDCT on unRaid docker, Gemstone, BMT, Web UI, PlayOn, TiSage |
#443
|
|||
|
|||
Quote:
I thought i remembered that if it started with SH (which is the generic one, rather that SP for sports or EP for TV Episode) it might get the triangle. |
#444
|
|||
|
|||
After a little unexpected redirection, I'm back trying to troubleshoot my SRE installation.
I'm running Sage9 using the unRaid docker approach. I've loaded the SRE (V4.0.2) plugin along with the SRE UI (V4.00.20160118010) plugin. In the configuration options of the SRE plugin I have: Email address set, Logging=info, monitoring=true, monitor live only=false,default pad=0,max extension=8, post pad=0, end early=true, remove manual flag=true, generate sys msgs=true,server URL=http://tower:8080/livepvrdata/events I can browse http://tower:8080/livepvrdata/events and see the various games for the night and their progress status. I can't browse the sre context. If i browse //tower:8080 I get Code:
Error 404 - Not Found. No context on this server matched or handled this request. Contexts known to this server are: / ---> org.mortbay.jetty.handler.ContextHandler@5be091bf{/,file:/opt/sagetv/server/jetty/static} /stream ---> org.mortbay.jetty.webapp.WebAppContext@1814336b{/stream,/opt/sagetv/server/jetty/webapps/MediaStreaming.war} /livepvrdata ---> org.mortbay.jetty.webapp.WebAppContext@78ee6c38{/livepvrdata,/opt/sagetv/server/jetty/webapps/livepvrdata.war} /sage ---> org.mortbay.jetty.webapp.WebAppContext@4c93ae59{/sage,/opt/sagetv/server/jetty/webapps/nielm_sagewebserver.war} /apps ---> org.mortbay.jetty.webapp.WebAppContext@57034e65{/apps,/opt/sagetv/server/jetty/webapps/apps.war} /bmt ---> org.mortbay.jetty.webapp.WebAppContext@5565d656{/bmt,/opt/sagetv/server/jetty/webapps/bmt.war} /sagex ---> org.mortbay.jetty.servlet.Context@67358bbc{/sagex,null} /sagem ---> org.mortbay.jetty.webapp.WebAppContext@56b2cf1b{/sagem,/opt/sagetv/server/jetty/webapps/SageWebApp.war} Here are a few lines from the last of the log: Code:
2017-05-23 20:58:00,006 WARN : 16558580/Deadliest Catch: Error from web service; safety measures already applied. 2017-05-23 20:58:00,006 INFO : 16512549/MLB Baseball: Fetching status with data: [MLB Baseball, Detroit Tigers at Houston Astros, 1495584000000] 2017-05-23 20:58:00,007 ERROR: 16512549/MLB Baseball: IOError org.apache.http.client.HttpResponseException: Not Found at org.apache.http.impl.client.AbstractResponseHandler.handleResponse(AbstractResponseHandler.java:69) at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:65) at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:51) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:222) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:164) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:139) at com.google.code.livepvrdata4j.Client.getStatus(Client.java:98) at com.google.code.livepvrdata4j.Client$getStatus.call(Unknown Source) at com.google.code.sagetvaddons.sre.engine.MonitorTask.run(MonitorTask.groovy:110) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505) 2017-05-23 20:58:00,007 WARN : 16512549/MLB Baseball: Error from web service; safety measures already applied. 2017-05-23 21:00:00,001 INFO : 16512549/MLB Baseball: Fetching status with data: [MLB Baseball, Detroit Tigers at Houston Astros, 1495584000000] 2017-05-23 21:00:00,004 ERROR: 16512549/MLB Baseball: IOError org.apache.http.client.HttpResponseException: Not Found at org.apache.http.impl.client.AbstractResponseHandler.handleResponse(AbstractResponseHandler.java:69) at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:65) at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:51) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:222) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:164) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:139) at com.google.code.livepvrdata4j.Client.getStatus(Client.java:98) at com.google.code.livepvrdata4j.Client$getStatus.call(Unknown Source) at com.google.code.sagetvaddons.sre.engine.MonitorTask.run(MonitorTask.groovy:110) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505) 2017-05-23 21:00:00,004 WARN : 16512549/MLB Baseball: Error from web service; safety measures already applied. 2017-05-23 21:00:00,005 INFO : 16543040/Leah Remini: Scientology and the Aftermath: Fetching status with data: [Leah Remini: Scientology and the Aftermath, Merchants of Fear Sneak Peek, 1495590960000] 2017-05-23 21:00:00,007 ERROR: 16543040/Leah Remini: Scientology and the Aftermath: IOError org.apache.http.client.HttpResponseException: Not Found at org.apache.http.impl.client.AbstractResponseHandler.handleResponse(AbstractResponseHandler.java:69) at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:65) at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:51) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:222) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:164) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:139) at com.google.code.livepvrdata4j.Client.getStatus(Client.java:98) at com.google.code.livepvrdata4j.Client$getStatus.call(Unknown Source) at com.google.code.sagetvaddons.sre.engine.MonitorTask.run(MonitorTask.groovy:110) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505) 2017-05-23 21:00:00,007 WARN : 16543040/Leah Remini: Scientology and the Aftermath: Error from web service; safety measures already applied. 2017-05-23 21:00:00,008 INFO : 16558580/Deadliest Catch: Fetching status with data: [Deadliest Catch, Poisoned at Sea, 1495587600000] 2017-05-23 21:00:00,016 ERROR: 16558580/Deadliest Catch: IOError org.apache.http.client.HttpResponseException: Not Found at org.apache.http.impl.client.AbstractResponseHandler.handleResponse(AbstractResponseHandler.java:69) at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:65) at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:51) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:222) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:164) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:139) at com.google.code.livepvrdata4j.Client.getStatus(Client.java:98) at com.google.code.livepvrdata4j.Client$getStatus.call(Unknown Source) at com.google.code.sagetvaddons.sre.engine.MonitorTask.run(MonitorTask.groovy:110) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505) 2017-05-23 21:00:00,016 WARN : 16558580/Deadliest Catch: Error from web service; safety measures already applied. 2017-05-23 21:00:01,857 INFO : 16562952/The Americans: Monitor disabled because ignore back to back is enabled and the next airing is scheduled to record. 2017-05-23 21:00:04,590 INFO : 16512283/Frontline: Monitor disabled because ignore back to back is enabled and the next airing is scheduled to record. I'm thinking that the issue resides with the sre context missing in the web server? I much appreciate any clues as to what to try next.
__________________
Frankentivo: iStar D-380HB, SuperMicro X107-F-O, Xeon 1270v3 CPU, Kingston 8 GB 1600MHz DDRR3L x 4 Tuners: 4 x HDHR OTA, 4 x HDHR3 OTA, 3 x HDHR Prime UnRAID Pro: 1 x Samsung 500GB Cache, 5 x WD Red 4TB (1 Parity, 4 Data) Extenders: 2 x HD-200, 1 x HD-300 on Atlona PRO3HD66m Sage: V9.0.14.567 with OpenDCT on unRaid docker, Gemstone, BMT, Web UI, PlayOn, TiSage |
#445
|
|||
|
|||
Quote:
It turns out I entered "http://localhost:8080/livepvrdata/events" rather than "http://localhost:8080/livepvrdata" server URL. Amazing how much better things work when you enter the correct values. Happy to see the green dot now.
__________________
Frankentivo: iStar D-380HB, SuperMicro X107-F-O, Xeon 1270v3 CPU, Kingston 8 GB 1600MHz DDRR3L x 4 Tuners: 4 x HDHR OTA, 4 x HDHR3 OTA, 3 x HDHR Prime UnRAID Pro: 1 x Samsung 500GB Cache, 5 x WD Red 4TB (1 Parity, 4 Data) Extenders: 2 x HD-200, 1 x HD-300 on Atlona PRO3HD66m Sage: V9.0.14.567 with OpenDCT on unRaid docker, Gemstone, BMT, Web UI, PlayOn, TiSage |
#446
|
||||
|
||||
NCAA Softball?
My daughter is now into watching college girls softball... Is there an easy way
to setup SRE to monitor those games? The live PVR server only seems to have college football/basketball Jim |
#447
|
|||
|
|||
I don't think so - Slugger was they guy who created SRE and some of the back end infrastructure. He left Sage a while ago so there isn't anyone really supporting this.
If the games tend to run over then just try to set lots of end time padding in the Favorite setup.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#448
|
||||
|
||||
Yeah.. slugger was an awesome guy! It was tough to see him leave the sage community! I imagine the livedata server would have to be updated.. Probably beyond my simple coding abilities!! :-)
|
#449
|
|||
|
|||
Quote:
If you can tell me how the airings are titled in the EPG, I can put the initial support in and then tweak it if needed when there are actually games to monitor again. Edited: Actually I just added support for it and was able to test using a previous date, since the season didn't end that long ago. So all I need to support this is to know the title of the airings in the EPG. Last edited by skiingwiz; 06-19-2017 at 09:33 PM. |
#450
|
||||
|
||||
Quote:
Jim Last edited by jbuszkie; 06-20-2017 at 07:36 AM. |
#451
|
||||
|
||||
hmm.. how do I get the picture to show on the forum? I figured I'd just get a link from my google drive but it doesn't show unless you click on it.
I also added the pic as an attachment.. but it would have been nice to imbed it... Jim |
#452
|
|||
|
|||
Are these softball games shown live or on tape delay? SRE would only work on recordings of live events - the one that you linked to must have been on tape delay given the time - but perhaps that is just because it is a replay.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#453
|
||||
|
||||
Quote:
Jim |
#454
|
|||
|
|||
Quote:
I'm calling College Softball support experimental for now, only because there are no live games to test against. I don't expect any problems once games start again. |
#455
|
||||
|
||||
Quote:
Jim |
#456
|
|||
|
|||
The new version is available now.
|
#457
|
||||
|
||||
anyone else having problems with SRE?
it has worked perfectly for years, but recently baseball games have ended with the default 60 minute extension that I set in parameters for the case where the SRE lookup procedure is not available. anything i should check?
__________________
Q: dad, when will you stop changing all the electronics? A: never, so you might as well get used to it. |
#458
|
|||
|
|||
Quote:
If that looks normal, check your sre.log file for errors (usually in plugins/sre4/ within your sagetv installation directory). PM me the log if you want me to have a look. |
#459
|
||||
|
||||
Quote:
2. tonights game is recording and SRE indicator is OK 3. all future games (e.g. tomorrow's) show red ! [whereas previously future games showed green] i'll look at sre log file next to see what happened yesterday, but the red ! thing is definitely new behavior
__________________
Q: dad, when will you stop changing all the electronics? A: never, so you might as well get used to it. |
#460
|
||||
|
||||
definitely having problems communicating.
log for SRE attached. thank you for the help!
__________________
Q: dad, when will you stop changing all the electronics? A: never, so you might as well get used to it. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: Sage Recording Extender (SREv3) | Slugger | SageTV v7 Customizations | 504 | 12-18-2011 08:01 PM |
Sage Recording Extender (SRE) UI | tmiranda | Customization Announcements | 0 | 09-09-2010 04:26 PM |
Plugin: Sage Recording Extender (SRE) | Slugger | SageTV Customizations | 428 | 06-19-2010 11:03 AM |
Sage Recording Extender (SRE) new release notifications | Slugger | Customization Announcements | 8 | 03-28-2010 07:56 AM |
IMDB Plugin for Extender | tonysathre | SageTV Customizations | 6 | 08-20-2008 09:15 PM |