SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v7 Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #561  
Old 06-27-2022, 04:09 PM
emveepee emveepee is offline
Sage Aficionado
 
Join Date: Nov 2006
Posts: 417
Quote:
Originally Posted by cat6man View Post
thanks, so it's not an SRE issue per se.
anyone know why livepvrdata stopped loading future games?
are future games there for other sports?
MLB.com is generating an error on future days on the API that is used. The API itself is marked not supported.

This one seems useful https://statsapi.mlb.com/api/v1/sche...ate=yyyy-MM-dd or just ESPN API

Martin

Last edited by emveepee; 06-27-2022 at 04:27 PM.
Reply With Quote
  #562  
Old 07-31-2022, 05:37 PM
cat6man's Avatar
cat6man cat6man is offline
Sage Fanatic
 
Join Date: Jan 2006
Location: West of NYC, East of SF
Posts: 910
Quote:
Originally Posted by emveepee View Post
MLB.com is generating an error on future days on the API that is used. The API itself is marked not supported.

This one seems useful https://statsapi.mlb.com/api/v1/sche...ate=yyyy-MM-dd or just ESPN API

Martin
thanks martin.

where and how do we put the new/corrected url in sage.properties?
can you show the corrected line with espn api?
__________________
Q: dad, when will you stop changing all the electronics?
A: never, so you might as well get used to it.
Reply With Quote
  #563  
Old 08-02-2022, 07:30 AM
emveepee emveepee is offline
Sage Aficionado
 
Join Date: Nov 2006
Posts: 417
@cat6man, My original response was incomplete I should have written "or use the ESPN API" Either way this is a code change and not a property change. NextPVR only uses the gameday call but if things change I will send a PR so that works if @skiingwiz doesn't do it first.

Martin
Reply With Quote
  #564  
Old 08-04-2022, 11:08 AM
cat6man's Avatar
cat6man cat6man is offline
Sage Fanatic
 
Join Date: Jan 2006
Location: West of NYC, East of SF
Posts: 910
thanks
__________________
Q: dad, when will you stop changing all the electronics?
A: never, so you might as well get used to it.
Reply With Quote
  #565  
Old 08-12-2022, 04:25 PM
emveepee emveepee is offline
Sage Aficionado
 
Join Date: Nov 2006
Posts: 417
I had some time this afternoon and think that I have created a working war file that uses the newer API. Do you create your war file with gradle?

Martin
Reply With Quote
  #566  
Old 09-11-2022, 09:33 AM
jbuszkie's Avatar
jbuszkie jbuszkie is offline
Sage Fanatic
 
Join Date: Aug 2003
Location: Westminster, MA
Posts: 938
Trouble livepvrdata server.

My SRE is no longer working.

It worked last season just fine and I don't recall any changes to the system... but who knows.

I don't even remember where to start to debug! :-)

http://myserver:8081/livepvrdata/

Comes back with 404 error. Yes my port is 8081. and I can get to BMT.
So it seems like Jetty is working, right?

Where do I start?

Thanks,

Jim
Reply With Quote
  #567  
Old 09-11-2022, 05:12 PM
trk2 trk2 is offline
Sage Aficionado
 
Join Date: Jan 2006
Location: Maine
Posts: 499
Is the SRE log still generating data? It's under the plugins folder on your server.
Reply With Quote
  #568  
Old 09-11-2022, 10:15 PM
tvmaster2's Avatar
tvmaster2 tvmaster2 is offline
SageTVaholic
 
Join Date: Jun 2005
Location: tarana
Posts: 4,240
Quote:
Originally Posted by jbuszkie View Post
My SRE is no longer working.

It worked last season just fine and I don't recall any changes to the system... but who knows.

I don't even remember where to start to debug! :-)

http://myserver:8081/livepvrdata/

Comes back with 404 error. Yes my port is 8081. and I can get to BMT.
So it seems like Jetty is working, right?

Where do I start?

Thanks,

Jim
What does this plug-in do exactly? Never heard of it until your entry. Thanks.
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson
Reply With Quote
  #569  
Old 09-12-2022, 11:42 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Then you likely aren't a sports fan. SRE stands for Sage Recording Extender. It was originally developed by Slugger and it extends a SageTV recording of certain sporting events until the game is completed. It does this by monitoring websites, such as ESPN, to determine when a game has ended.

This is particularly useful for baseball games that go into extra innings and may finish hours beyond the scheduled time, or Stanley Cup playoff games that go multiple overtime periods.

It monitors, amongst other sports, NHL hockey, NFL footbal, MLB baseball, NBA basketball and several college sports.
__________________
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
Reply With Quote
  #570  
Old 09-18-2022, 01:54 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Quote:
Originally Posted by emveepee View Post
MLB.com is generating an error on future days on the API that is used. The API itself is marked not supported.

This one seems useful https://statsapi.mlb.com/api/v1/sche...ate=yyyy-MM-dd or just ESPN API

Martin
Apologies, I haven't been visiting this forum often and apparently my email notifications are getting lost somewhere....

I hadn't noticed this issue because it still extends baseball games correctly. I'll have a look at adjusting the API when I have time, but I can not give any sort of ETA on this. (Though for sure if it breaks the recording extending it would rise on my priority list.)

Quote:
Originally Posted by jbuszkie View Post
My SRE is no longer working.

It worked last season just fine and I don't recall any changes to the system... but who knows.

I don't even remember where to start to debug! :-)

http://myserver:8081/livepvrdata/

Comes back with 404 error. Yes my port is 8081. and I can get to BMT.
So it seems like Jetty is working, right?

Where do I start?

Thanks,

Jim
If that page doesn't even load, there's something wrong with the plugin installation. Have you tried uninstalling it and then reinstalling?
Reply With Quote
  #571  
Old 09-19-2022, 05:25 AM
emveepee emveepee is offline
Sage Aficionado
 
Join Date: Nov 2006
Posts: 417
Quote:
Originally Posted by skiingwiz View Post
I'll have a look at adjusting the API when I have time, but I can not give any sort of ETA on this. (Though for sure if it breaks the recording extending it would rise on my priority list.)
I've been using it with the NextPVR for a while no with no problem, so I can send in a PR but I was waiting for someone to test it with SageTV.


Martin
Reply With Quote
  #572  
Old 09-19-2022, 07:04 AM
jbuszkie's Avatar
jbuszkie jbuszkie is offline
Sage Fanatic
 
Join Date: Aug 2003
Location: Westminster, MA
Posts: 938
Quote:
Originally Posted by skiingwiz View Post

If that page doesn't even load, there's something wrong with the plugin installation. Have you tried uninstalling it and then reinstalling?
I will try that. But after looking into it a little more, it might have something to do with Jetty? Because the Web interface doesn't work either now. But strangely, BMT works fine!??

I hope to have some time to work on it this week!
Now I have to dig into jetty thread!

Jim
Reply With Quote
  #573  
Old 09-19-2022, 04:58 PM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by jbuszkie View Post
I will try that. But after looking into it a little more, it might have something to do with Jetty? Because the Web interface doesn't work either now. But strangely, BMT works fine!??

I hope to have some time to work on it this week!
Now I have to dig into jetty thread!

Jim
If u think it might be jetty then post your logs from the logs folder... Jettystarter at minimum, and the list of files in the jars folder as those are generally where I can find the issue.

K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #574  
Old 10-10-2022, 07:47 AM
jbuszkie's Avatar
jbuszkie jbuszkie is offline
Sage Fanatic
 
Join Date: Aug 2003
Location: Westminster, MA
Posts: 938
Quote:
Originally Posted by jusjoken View Post
If u think it might be jetty then post your logs from the logs folder... Jettystarter at minimum, and the list of files in the jars folder as those are generally where I can find the issue.

K
It was Jetty. I cleared out all the non .war files from the webapp folder under jetty and now everything *seems* to work fine again!

Now I'm getting something from the LivePVR server and the sage web interface now works again! BMT didn't have any folders, just the war file so that's probably why it worked!

Jim
Reply With Quote
  #575  
Old 10-18-2022, 06:08 AM
egeller egeller is offline
Sage Aficionado
 
Join Date: Feb 2006
Location: Drexel Hill, PA
Posts: 334
The Groovy web page for today says there are no major league baseball games. The program guide says there's a Phillies game at 8:00 p.m. eastern. Is anyone else seeing the same thing or is it just me?
IGNORE THE ABOVE:
Never mind. It seems to have fixed itself
__________________
Server:UnRaid;2x Intel Xeon E5; SuperMicro moboard;Also:BM3000 w/ WMC; 2x Ceton ETH 6; OpenDCT
SageTV Extender:3x HD200 1x HD300 1xFireTV
Sage TV: 9.2 on Java 11, Standard STVi, Comskip Playback, Web Interface, 24 Hour Clock, SRE, Playon
All in lovely Drexel Hill, PA

Last edited by egeller; 10-18-2022 at 11:23 AM.
Reply With Quote
  #576  
Old 12-29-2022, 04:51 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
I am seeing red exclamation marks for games today indicating that there is no monitoring - both for NBA and NHL games today, as well as games over the next couple of weeks.

Maybe it will sort itself out, but I haven't seen this in a while.

The LivePVR site has the games listed.
__________________
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
Reply With Quote
  #577  
Old 03-21-2023, 02:38 PM
egeller egeller is offline
Sage Aficionado
 
Join Date: Feb 2006
Location: Drexel Hill, PA
Posts: 334
MLB Broken?

What is the latest news on MLB monitoring?

With the implementation of the pitch timer, I had a rare (perhaps the first) occurrence of a game going long yesterday. SRE failed to catch it and the recording ended late in the 8th inning.

Here are the relevant messages from the SRE log:
2023-03-20 13:00:03,962 DEBUG: Monitor started for MediaFile[id=73030775 A[72848186,72844363,"MLB Baseball",88829@0320.13:00,180,T] mask=TV host=Truncheon encodedBy=DCT-Ceton InfiniTV Ethernet (00-80-81-90) Tuner 2 on 192.168.1.40:9000 NBSPPHD format=MPEG2-TS 0:00:00 0 kbps [] /var/media/tv/MLB Baseball - Baltimore Orioles at Philadelphia Phillies - 72848186-0.ts, Seg0[Mon 3/20 13:00:00.006-Wed 12/31 19:00:00.000]]
2023-03-20 13:00:03,962 DEBUG: 72848186/MLB Baseball: Execution started.
2023-03-20 13:00:03,962 DEBUG: 72848186/MLB Baseball: No override found.
2023-03-20 13:00:03,962 INFO : 72848186/MLB Baseball: Fetching status with data: [MLB Baseball, Baltimore Orioles at Philadelphia Phillies, 1679331600000]
2023-03-20 13:00:04,201 WARN : 72848186/MLB Baseball: Error from web service; applied default padding.
2023-03-20 13:00:04,202 DEBUG: 72848186/MLB Baseball: Execution completed.


In addition, the SRE web page, on my server, keeps saying "No games for this date." for MLB Baseball. That's not correct?

Is it just me?
__________________
Server:UnRaid;2x Intel Xeon E5; SuperMicro moboard;Also:BM3000 w/ WMC; 2x Ceton ETH 6; OpenDCT
SageTV Extender:3x HD200 1x HD300 1xFireTV
Sage TV: 9.2 on Java 11, Standard STVi, Comskip Playback, Web Interface, 24 Hour Clock, SRE, Playon
All in lovely Drexel Hill, PA
Reply With Quote
  #578  
Old 03-22-2023, 07:14 AM
emveepee emveepee is offline
Sage Aficionado
 
Join Date: Nov 2006
Posts: 417
I checked my NextPVR instance of the server and it is properly detecting today's Jays game and a later LA game using the update java for MLB I talked about in this post.

Confirmed working, marked final before 4pm.

Martin

Last edited by emveepee; 03-22-2023 at 01:41 PM.
Reply With Quote
  #579  
Old 03-22-2023, 05:09 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
I'm starting to look at this tonight.
Reply With Quote
  #580  
Old 03-22-2023, 07:15 PM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
Easier than I expected. I moved the MLB monitor to ESPN. I've got events back on the LivePVRData events web page both for today and in the future.

I'll submit the pull request to get the plugin repo updated. If you can't wait, you can grab the plugin XML and update Sage locally if you want to. (That's how I'm testing).
https://github.com/livepvrdata-oss/l...ugin-2.1.0.xml

I also updated the pro sports maps with some name changes and team additions that I had been neglecting.

If anyone does test early and finds problems, let me know.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -6. The time now is 11:25 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.