2020-03-26, 01:44 AM
(2020-03-24, 02:01 PM)mvallevand Wrote: This looks like a different error to me. The other error was more related to LE not responding to keystrokes if I recall those logs correctly
sub will need to review the repeating error.
Code:2020-03-24 07:44:22.189 [DEBUG][33] PLAYBACK_STOPPED@3.1.2 (0)
2020-03-24 07:44:22.190 [ERROR][33] System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
at NextPVR.TV.TVGuide.Notify(String eventName, Object eventArg)
at NUtility.EventBus.Notify(String eventName, Object eventArg)
at NextPVR.Players.VideoPlayer.Stop(Boolean informController)
at NextPVR.Players.VideoPlayer.Stop()
at NextPVR.Players.BasePlayer.HandleCommonCommands(String command)
at NextPVR.Players.VideoPlayer.HandleCommand(String command)
at NextPVR.Players.VideoPlayer.OnKeyDown(KeyEventArgs e)
at NUtility.UIController.OnKeyDown(KeyEventArgs e)
at NextPVRServer.Controllers.WebClientHelper.GetImage(Dictionary`2 args)
at NextPVRServer.Controllers.WebClientController.Get()
After those NextPVR doesn't send any new screens to /activity so there is nothing to show. In kodi.log this would need to be True
2020-03-24 07:44:25.384 T:2472608624 DEBUG: {u'needsRendering': False}
Martin
Sub: When you get a chance, can you take a look at these errors? It's getting really old having to reboot the RPi every time I stop playing a video.