NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
1 2 3 4 5 … 20 Next »
NextEnd v5 trial release

 
  • 0 Vote(s) - 0 Average
NextEnd v5 trial release
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#261
2021-10-17, 04:36 PM
Ok I've updated the server it's been a while since I checked in Last login: Thu Dec 3 20:10:51 2020 but I'm glad it doesn't take any maintenance just glad some is still using it besides me.

I probably shouldn't have done it during an NFL game though but a game next week seems to show it working.

Martin
antenna
Offline

Member

Posts: 61
Threads: 8
Joined: Oct 2017
#262
2021-10-18, 07:33 PM
There are definitely others (like me) still using it! I honestly wish companies like Plex and Emby would work out a contract with you to set this up on a larger scale. It's a really awesome idea.

Thanks for updating for the Kraken!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#263
2021-10-18, 07:51 PM
I don't take credit for the idea, that was Slugger from SageTV, I just expanded it for non-sports use, created the app and pay $2.50 a month to host the VPS after he dropped his service. That's easier then running it for myself, like some SageTV users do. Because of the scraping I wouldn't be able to charge for the service even if I wanted to.

What really should happen is subscribers need to get on Schedules Direct's case and get them to fix their API. It broke when TMS moved major sport from SP to EP for their program identifiers. Plex and Emby still couldn't use it but all free software could

Martin
antenna
Offline

Member

Posts: 61
Threads: 8
Joined: Oct 2017
#264
2021-10-18, 09:54 PM
Just out of curiosity, is there a write-up anywhere on how to run it for ourselves, should I ever get in the mood to try it out?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#265
2021-10-18, 10:48 PM
Basically the old instructions I wrote for BrettB should still workd

1. Download jetty http://www.eclipse.org/jetty/download.html i used 9.2.18
2. create a jetty folder and unzip the contents into it

default is port 8080

run it as java -jar start.jar and test with a browser not much to see
http://localhost:8080

ctrl-c to exit server

java -jar start.jar

If you get that far I can send you the war file or you can build the file without the Kraken from github https://github.com/livepvrdata-oss/livepvrdata-svc

You would need to change the NextPVR scripts to point to

-uri http://localhost:8080

Martin

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,668
Threads: 170
Joined: Jun 2007
#266
2022-01-17, 02:37 AM (This post was last modified: 2022-01-17, 02:38 AM by BrettB.)
Martin:

I just installed NextEnd on my rebuilt Windows 10 NextPVR server. I think that I've got it all going now.

But I did notice in my log files an error in a NextEnd.log:
Code:
2022-01-16 20:07:42.441    [DEBUG][1]    Monitoring earlier event
2022-01-16 20:07:43.836    [DEBUG][1]    Error from livePVR -a College Basketball Georgetown at St. John's 1/16/2022 9:30:00 PM
2022-01-16 20:07:43.843    [ERROR][1]    LivePvrData.Data.Net.Responses.ErrorResponse [Message=Unexpected error, StackTrace=java.io.IOException: Unable to find event data! [Georgetown at St. John's]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
    at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71)
    at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:81)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:190)
    at com.github.livepvrdata.monitors.espn.json.Monitor.execute(Monitor.groovy:176)
    at com.github.livepvrdata.monitors.espn.json.Monitor$execute$4.call(Unknown Source)
    at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
    at com.github.livepvrdata.monitors.espn.json.Monitor$execute.call(Unknown Source)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callSafe(AbstractCallSite.java:75)
    at com.github.livepvrdata.web.StatusServlet$_doGet_closure1.doCall(StatusServlet.groovy:38)
    at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
    at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
    at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
    at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:906)
    at groovy.lang.Closure.call(Closure.java:415)
    at groovy.lang.Closure.call(Closure.java:428)
    at org.codehaus.groovy.runtime.IOGroovyMethods.withStream(IOGroovyMethods.java:1249)
    at org.codehaus.groovy.runtime.dgm$708.invoke(Unknown Source)
    at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
    at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
    at com.github.livepvrdata.web.StatusServlet.doGet(StatusServlet.groovy:36)
    at com.github.livepvrdata.web.StatusServlet$doGet.callCurrent(Unknown Source)
    at com.github.livepvrdata.web.StatusServlet.doPost(StatusServlet.groovy:47)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:503)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
    at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1088)
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429)
    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1022)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
    at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Server.handle(Server.java:370)
    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
    at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982)
    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
    at java.lang.Thread.run(Thread.java:748)
, IsError=True, ]
2022-01-16 20:07:43.843    [DEBUG][1]    Monitor status = error

It's possible that this error came from the time while I was still getting it setup. But I also wondered if there is a problem with this particular game (especially since one of the team names has an apostrophe in it). So, I thought if you see this, you might want to try to take a look while that game is still available.


Attached Files
.zip   logs-20220116-2035.zip (Size: 1.84 MB / Downloads: 0)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#267
2022-01-17, 03:11 AM
I don't see that game on the ESPN https://www.espn.com/mens-college-basketball/ and NextEnd did monitor the two games they do have. That ugly stack trace is normal, that is how the original API works.

Martin
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 1,845
Threads: 177
Joined: Aug 2016
#268
2022-02-19, 09:40 PM
For some reason the NCAA basketball game did not get extended.

Any idea what happened?


Attached Files
.zip   logs-20220219-1533.zip (Size: 927.3 KB / Downloads: 2)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#269
2022-02-19, 09:54 PM
From the backend API perspective it isn't being reported as started so monitoring was stopped.

Code:
    Baylor vs. TCU                                        Halftime          
    Michigan State vs. Illinois                           Halftime          
    UConn vs. Xavier                                      Halftime          
    Texas vs. Texas Tech                                  7:42 - 1st        
    Kentucky vs. Alabama                                  16:24 - 1st        
    Florida vs. Auburn                                    Start Delay        
    Ohio State vs. Iowa                                   Start Delay        
    Arkansas vs. Tennessee                                Feb 19 16:00 ET    
    Wyoming vs. Air Force                                 Feb 19 16:00 ET    
    UT Martin vs. Murray State                            Feb 19 16:30 ET    
    Villanova vs. Georgetown                              Feb 19 17:00 ET    
    Duke vs. Florida State                                Feb 19 18:00 ET    
    West Virginia vs. Kansas                              Feb 19 20:00 ET    
    Gonzaga vs. Santa Clara                               Feb 19 21:00 ET    
    Arizona vs. Oregon                                    Feb 19 22:00 ET    
    UCLA vs. Washington                                   Feb 19 22:00 ET

Martin
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 1,845
Threads: 177
Joined: Aug 2016
#270
2022-02-19, 10:08 PM
Interesting. The game started on time so don't know why the API said it was delayed.

Oh well. I didn't miss anything since I was watching essentially live.

Thanks.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (44): « Previous 1 … 25 26 27 28 29 … 44 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextEnd Docker Install Mark-McG 61 9,383 2023-08-30, 09:15 PM
Last Post: mvallevand
  Comskip + NextEnd VCR58 12 2,831 2023-06-30, 02:26 PM
Last Post: mvallevand
  NextEnd Extension Mechanism jcole998 7 3,033 2020-05-24, 03:39 PM
Last Post: jcole998
  NextEnd V4 jcole998 1 1,896 2020-05-18, 01:35 PM
Last Post: mvallevand
  NextEnd: "Sports event monitor did not start" antenna 37 13,195 2019-10-27, 12:22 AM
Last Post: mvallevand
  NextEnd Interruption jcole998 2 1,960 2019-09-02, 05:54 PM
Last Post: jcole998
  NextEnd Readiness jcole998 24 8,964 2019-06-01, 01:33 PM
Last Post: jcole998
  Nextend help CDinger 5 4,189 2018-11-05, 03:59 PM
Last Post: mvallevand
  NextEnd not extending sports event antenna 26 12,049 2018-10-11, 04:25 PM
Last Post: mvallevand
  NextEnd Broken? jcole998 6 4,457 2018-09-15, 01:24 PM
Last Post: jcole998

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode