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
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 2,042
Threads: 184
Joined: Aug 2016
#391
2024-04-06, 05:28 AM
I didn't watch the first women's NCAA game but watched all but the last .8 sec of the UConn vs Iowa game on ESPN.

Both NextEnd monitor logs ended like this. Not sure why though.
Code:
2024-04-05 22:10:15.453 [DEBUG][1] LivePvrData.Data.Net.Responses.StatusResponse [Title=Women's College Basketball, Status=Start Delay, IsValid=True, IsActive=False, IsComplete=False, IsError=False, ] 2024-04-05 22:10:15.453 [DEBUG][1] Sports event monitor did not start 2024-04-05 22:10:15.453 [DEBUG][1] Monitor status = none


Attached Files
.zip   logs-20240406-0016.zip (Size: 920.32 KB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,780
Threads: 998
Joined: May 2006
#392
2024-04-06, 02:00 PM (This post was last modified: 2024-04-06, 03:04 PM by mvallevand.)
Yeah, that's weird, same thing happened here (EDT)

2024-04-05 23:11:37.927 [DEBUG][1] Sports event monitor did not start

For some reason the ESPN ticker API wasn't reporting the start of the game when NextEnd does it's second check 20 minutes before the end of the game so it just let's the normal show record. I did this mainly for NASCAR since it can have days of delay and I didn't want to monitor that.

For me though I noticed that in the 4th quarter since I was watching the recording live. I tried to record it but my setting to restart from the beginning as catchup was causing the game to record from the beginning (Facepalm) and I had to disable that and it did start monitoring. I may disable that in the addon if this happens often enough.

2024-04-05 23:16:33.939 [DEBUG][1] LivePvrData.Data.Net.Responses.StatusResponse [Title=Women's College Basketball, Status=7:27 - 4th, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ]

2024-04-05 23:28:35.738 [DEBUG][1] Extending live end time by 15 minutes

So I didn't miss anything. Glad you got to see the offensive foul in the last 10 seconds that probably kept Iowa's hopes alive.

Martin
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 2,042
Threads: 184
Joined: Aug 2016
#393
2024-04-06, 03:03 PM
Yeah, that was an unpopular call, but was certainly good for Iowa.

I'll just use post-pad for tomorrows championship game.

Rex
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,808
Threads: 173
Joined: Jun 2007
#394
2024-04-28, 11:50 PM
Hey, Martin.

My Sunday prime-time shows (particularly on CBS) seem to have not been extending for earlier sports delays like they used to.

I just updated NextEnd to the 4.2.0 plug-in from the wiki. The monitor process seems to work. But the per recording run is getting an error. You can see those in the attached log files.

When I looked in the Windows Event Viewer, I found these errors which I think are probably related:
Code:
Description: A .NET Core application failed. Application: NextEnd.exe Path: C:\Program Files\NextPVR\NextEnd.exe Message: Cannot use file stream for [C:\Program Files\NextPVR\NextEnd.deps.json]: No such file or directory
and
Code:
Description: A .NET application failed. Application: NextEnd.exe Path: C:\Users\Public\NPVR-Data\plugins\NextEnd\NextEnd.exe Message: It was not possible to find any compatible framework version The framework 'Microsoft.NETCore.App', version '6.0.0' was not found. - The following frameworks were found: 2.2.6 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 3.1.32 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] You can resolve the problem by installing the specified framework and/or SDK. The specified framework can be found at: - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=win10-x64

I did my install in the NPVR_Data\plugins\NextEnd folder on top of the previous install there per the wiki Windows recommendation. Then I looked in my C:\Program Files\NextPVR\ folder and found NextEnd.exe and NextEnd.dll there--and those were the ones my scripts were calling. So I deleted those, updated my scripts to point to the NPVR_Data directory version, and restarted.

Now I'm not getting the NextEnd.log file at all, and just the repeat of the "not possible to find any compatible framework version" event log message. Huh


Attached Files
.zip   logs-20240428-1832.zip (Size: 1.06 MB / Downloads: 1)
.zip   logs-20240428-1849.zip (Size: 820.3 KB / Downloads: 1)
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,808
Threads: 173
Joined: Jun 2007
#395
2024-04-28, 11:56 PM
(2024-04-28, 11:50 PM)BrettB Wrote: Now I'm not getting the NextEnd.log file at all, and just the repeat of the "not possible to find any compatible framework version" event log message. Huh

I went ahead and installed the https://aka.ms/dotnet-core-applaunch?fra...=win10-x64 framework. Then I got the NextEnd.log file back, and the Event Viewer error went away. But I'm back to getting the "event not found" stack trace in the NextEnd.log file.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,780
Threads: 998
Joined: May 2006
#396
2024-04-29, 12:51 AM (This post was last modified: 2024-04-29, 12:56 AM by mvallevand.)
Setting things up outside of NextPVR since v4 takes some work but it seems to work in some limited testing. Inside the Program Files/NextPVR you need to delete the json files.

Is the sport that is causing you issues PGA? If so that isn't really well supported by NextEnd server

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,808
Threads: 173
Joined: Jun 2007
#397
2024-04-29, 01:24 AM
(2024-04-29, 12:51 AM)mvallevand Wrote: Setting things up outside of NextPVR since v4 takes some work but it seems to work in some limited testing. Inside the Program Files/NextPVR you need to delete the json files.

Is the sport that is causing you issues PGA? If so that isn't really well supported by NextEnd server

Martin

I didn't have the json files in the Program Files\NextPVR directory. I did check for those.

Yes, I believe that the sport causing the stack trace was a PGA game:
Code:
2024-04-28 18:23:29.320 [DEBUG][1] 60 Minutes Children of War; Nvidia; Crisis at Pearl Harbor 2024-04-28 18:00:00 2024-04-28 18:23:29.321 [DEBUG][1] Check to see if EP048976340068 has ended 2024-04-28 18:23:29.321 [DEBUG][1] Monitoring earlier event 2024-04-28 18:23:31.597 [DEBUG][1] Error from livePVR -a PGA Tour Golf Zurich Classic of New Orleans, Final Round 4/28/2024 7:00:00 PM 2024-04-28 18:23:31.598 [ERROR][1] LivePvrData.Data.Net.Responses.ErrorResponse [Message=Unexpected error, StackTrace=java.io.IOException: Unable to find event data! [null] at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source) ...
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,780
Threads: 998
Joined: May 2006
#398
2024-04-29, 01:34 AM
That stack trace from the server is normal for unmonitored events. It should run from Plugins though

Martin
Alan
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Aug 2019
#399
2024-04-29, 09:34 AM
Martin
I appear to have the same error.  

Code:
2024-04-28 20:55:03.851 [DEBUG][1] NextEnd, Version=4.2.0.16485, Culture=neutral, PublicKeyToken=null 2024-04-28 20:55:03.868 [INFO][1] Using remote RecordingService 2024-04-28 20:55:03.868 [DEBUG][1] Command Line --oid 27818 2024-04-28 20:55:03.870 [DEBUG][1] NextPVR extending = False 2024-04-28 20:55:03.870 [DEBUG][1] Preparing this event 2024-04-28 20:55:03.870 [DEBUG][1] Tracker Into the Wild 2024-04-28 21:00:00 2024-04-28 20:55:03.871 [DEBUG][1] Check to see if EP048976340068 has ended 2024-04-28 20:55:03.871 [DEBUG][1] Monitoring earlier event 2024-04-28 20:55:04.421 [DEBUG][1] Error from livePVR -a PGA Tour Golf Zurich Classic of New Orleans, Final Round 4/28/2024 7:00:00 PM 2024-04-28 20:55:04.421 [ERROR][1] LivePvrData.Data.Net.Responses.ErrorResponse [Message=Unexpected error, StackTrace=java.io.IOException: Unable to find event data! [null] at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source) 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.CallSiteArray.defaultCallConstructor(CallSiteArray.java:57) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:190) at com.github.livepvrdata.monitors.espn.json.GolfMonitor.execute(GolfMonitor.groovy:156) at com.github.livepvrdata.monitors.espn.json.GolfMonitor$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.GeneratedMethodAccessor50.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, ] 2024-04-28 20:55:04.421 [DEBUG][1] Monitor status = error


Attached Files
.zip   logs-20240429-0521.zip (Size: 631.7 KB / Downloads: 0)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,780
Threads: 998
Joined: May 2006
#400
2024-04-29, 11:40 AM
Right it's not a real error just how the server returns responses to PGA tour events it doesn't handle, there is no JSON. I didn't define the protocol that is used, but I might just stop PGA from going to the server. I was finding that evening broadcasts were not always rescheduled to handle golf delays anyway except for the biggest events.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (46): « Previous 1 … 38 39 40 41 42 … 46 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Upcoming NextEnd addon and remote server changes mvallevand 1 412 2026-09-04, 01:00 AM
Last Post: mvallevand
  NextEnd Docker Install Mark-McG 61 24,550 2023-08-30, 09:15 PM
Last Post: mvallevand
  Comskip + NextEnd VCR58 12 6,570 2023-06-30, 02:26 PM
Last Post: mvallevand
  NextEnd Extension Mechanism jcole998 7 4,769 2020-05-24, 03:39 PM
Last Post: jcole998
  NextEnd V4 jcole998 1 2,799 2020-05-18, 01:35 PM
Last Post: mvallevand
  NextEnd: "Sports event monitor did not start" antenna 37 19,570 2019-10-27, 12:22 AM
Last Post: mvallevand
  NextEnd Interruption jcole998 2 2,974 2019-09-02, 05:54 PM
Last Post: jcole998
  NextEnd Readiness jcole998 24 12,901 2019-06-01, 01:33 PM
Last Post: jcole998
  Nextend help CDinger 5 5,698 2018-11-05, 03:59 PM
Last Post: mvallevand
  NextEnd not extending sports event antenna 26 16,534 2018-10-11, 04:25 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode