2023-05-29, 02:39 PM
(This post was last modified: 2023-05-29, 06:03 PM by mvallevand.)
I will check the Cubs game this afternoon.
Edit it seems to start fine.
Martin
Edit it seems to start fine.
Martin
|
2023-05-29, 02:39 PM
(This post was last modified: 2023-05-29, 06:03 PM by mvallevand.)
I will check the Cubs game this afternoon.
Edit it seems to start fine. Martin
2023-05-29, 06:07 PM
Thanks Martin.
Started OK for me as well. Rex
2023-05-29, 08:41 PM
There is no NASCAR on the ESPN tracker today https://www.espn.com/racing/nascar/ NextEnd doesn't handle rain delays that go to another date. If you check the tracker it still shows yesterday's date.
Martin
2023-05-30, 02:26 AM
Ok thanks for checking.
NextEnd worked fine with the MLB game today. Rex
Hi Martin,
There are a couple College Basketball games I plan to record and checked to see if NextEnd would extend them. This College Basketball game on ESPN2 gave me an error... Code: NEXTPVR_INSTALLDIR /var/opt/nextpvr/Plugins/NextEnd/
NEXTPVR_DATADIR /var/opt/nextpvr/Plugins/NextEnd/data/
NEXTPVR_DATADIR_USERDATA /var/opt/nextpvr/
College Basketball Oklahoma State at Iowa State
Prelog
College Basketball
Oklahoma State at Iowa State
2024-01-13 17:00:00
2024-01-13 19:00:00
Preparing this event
Preparing this event
LivePvrData.Data.Net.Responses.ErrorResponse [Message=Unexpected error, StackTrace=java.io.IOException: Unable to find event data! [Oklahoma State at Iowa State]
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:183)
at com.github.livepvrdata.monitors.espn.json.Monitor$execute$0.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.GeneratedMethodAccessor957.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, ]And this Women's College Basketball game on ABC says "No match on livePVR". Code: NEXTPVR_INSTALLDIR /var/opt/nextpvr/Plugins/NextEnd/
NEXTPVR_DATADIR /var/opt/nextpvr/Plugins/NextEnd/data/
NEXTPVR_DATADIR_USERDATA /var/opt/nextpvr/
Women's College Basketball Indiana at Iowa
Prelog
Women's College Basketball
Indiana at Iowa
2024-01-13 19:00:00
2024-01-13 21:00:00
Preparing this event
Preparing this event
No match on livePVRDoes this mean neither of these game will be extended? Thanks, Rex
2024-01-11, 06:02 PM
First NextEnd has never supported Womens' NCAA sport
To see the NCAAM games the ticker generally monitors what are in top 25 here https://www.espn.com/mens-college-basket...e/20240113 I have never really looked into getting all the Divsion 1 and other leagues so I don't even know if it is possible. Martin
2024-04-01, 12:39 AM
Tomorrow I will update the server so that it properly handles the 2024 NCAA tournament. I have also added Women's College Basketball for the tournament and going forward.
Martin
2024-04-01, 01:15 AM
Thanks Martin.
Nextend is very reliable and I really enjoy this feature you provide for us ![]() Rex
2024-04-01, 01:27 PM
Yes the server is quiet stable, the uptime was over 300 days when I did the update. Update 4.2 is now on the wiki.
The server is monitoring these games today but unfortunately Gracenote is still showing these as TBD so I can't get the Elite Eight finals tonight. I might need to poke my database. Code: WOMEN'S COLLEGE BASKETBALL
==========================
Villanova vs. Penn State Apr 1 14:30 ET
Washington St vs. Illinois Apr 1 17:00 ET
Iowa vs. LSU Apr 1 19:00 ET
Purdue vs. Vermont Apr 1 19:00 ET
Troy vs. UL Monroe Apr 1 19:00 ET
Wisconsin vs. Saint Louis Apr 1 20:00 ET
Wyoming vs. Minnesota Apr 1 20:30 ET
USC vs. UConn Apr 1 21:00 ETMartin |
|
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Upcoming NextEnd addon and remote server changes | mvallevand | 1 | 196 |
2026-09-04, 01:00 AM Last Post: mvallevand |
|
| NextEnd Docker Install | Mark-McG | 61 | 24,038 |
2023-08-30, 09:15 PM Last Post: mvallevand |
|
| Comskip + NextEnd | VCR58 | 12 | 6,405 |
2023-06-30, 02:26 PM Last Post: mvallevand |
|
| NextEnd Extension Mechanism | jcole998 | 7 | 4,682 |
2020-05-24, 03:39 PM Last Post: jcole998 |
|
| NextEnd V4 | jcole998 | 1 | 2,740 |
2020-05-18, 01:35 PM Last Post: mvallevand |
|
| NextEnd: "Sports event monitor did not start" | antenna | 37 | 19,390 |
2019-10-27, 12:22 AM Last Post: mvallevand |
|
| NextEnd Interruption | jcole998 | 2 | 2,919 |
2019-09-02, 05:54 PM Last Post: jcole998 |
|
| NextEnd Readiness | jcole998 | 24 | 12,813 |
2019-06-01, 01:33 PM Last Post: jcole998 |
|
| Nextend help | CDinger | 5 | 5,640 |
2018-11-05, 03:59 PM Last Post: mvallevand |
|
| NextEnd not extending sports event | antenna | 26 | 16,377 |
2018-10-11, 04:25 PM Last Post: mvallevand |
|