NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR v5 Support Other Clients v
1 2 Next »
Knewc UI Client sometimes doesn't resume menus after stopping playback

 
  • 0 Vote(s) - 0 Average
Knewc UI Client sometimes doesn't resume menus after stopping playback
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 1,812
Threads: 147
Joined: Jun 2007
#11
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.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 96,867
Threads: 676
Joined: Nov 2003
#12
2020-03-26, 03:21 AM
Tow help me narrow down where the problem is, if you press the escape key twice when it's in this state, does it start working again?
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 1,812
Threads: 147
Joined: Jun 2007
#13
2020-03-26, 12:33 PM
(2020-03-26, 03:21 AM)sub Wrote: Tow help me narrow down where the problem is, if you press the escape key twice when it's in this state, does it start working again?
Unfortunately, it appears not. Here are new logs: https://bowmantech-my.sharepoint.com/:u:...A?e=h2sKuc

The attempt at pressing Escape is right at the end.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 36,734
Threads: 727
Joined: May 2006
#14
2020-03-26, 01:50 PM
Just to add to this when I test I don't get any error on 3.1.2 and the tread continues on to the @Exit which Brett is not seeing. Not sure why the OSD is being updated after stop in his logs.

Code:
2020-03-26 03:07:39.466    [DEBUG][53]    PLAYBACK_STOPPED@3.1.2 (0)
2020-03-26 03:07:39.466    [DEBUG][53]    LoadChannelListings(channel=9059)
2020-03-26 03:07:39.485    [DEBUG][53]    LoadChannelListings done  (listings = 225)
2020-03-26 03:07:39.622    [DEBUG][53]    LoadChannelListings(channel=9059)
2020-03-26 03:07:39.641    [DEBUG][53]    LoadChannelListings done  (listings = 225)
2020-03-26 03:07:39.641    [DEBUG][53]    LoadChannelListings(channel=9060)
2020-03-26 03:07:39.659    [DEBUG][53]    LoadChannelListings done  (listings = 224)
2020-03-26 03:07:39.659    [DEBUG][53]    LoadChannelListings(channel=9061)
2020-03-26 03:07:39.685    [DEBUG][53]    LoadChannelListings done  (listings = 229)
2020-03-26 03:07:39.686    [DEBUG][53]    LoadChannelListings(channel=9062)
2020-03-26 03:07:39.703    [DEBUG][53]    LoadChannelListings done  (listings = 220)
2020-03-26 03:07:39.703    [DEBUG][53]    LoadChannelListings(channel=9063)
2020-03-26 03:07:39.722    [DEBUG][53]    LoadChannelListings done  (listings = 216)
2020-03-26 03:07:39.722    [DEBUG][53]    LoadChannelListings(channel=9764)
2020-03-26 03:07:39.737    [DEBUG][53]    LoadChannelListings done  (listings = 317)
2020-03-26 03:07:39.738    [DEBUG][53]    LoadChannelListings(channel=9765)
2020-03-26 03:07:39.763    [DEBUG][53]    LoadChannelListings done  (listings = 496)
2020-03-26 03:07:39.763    [DEBUG][53]    LoadChannelListings(channel=9766)
2020-03-26 03:07:39.788    [DEBUG][53]    LoadChannelListings done  (listings = 419)
2020-03-26 03:07:39.851    [DEBUG][53]    PLAYBACK_STOPPED@exit

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 1,812
Threads: 147
Joined: Jun 2007
#15
2020-03-27, 12:18 AM
I tried switching back to the RPi 3+ instead of the 4 to see if it made any difference. It didn't.

https://bowmantech-my.sharepoint.com/:u:...g?e=GURhil
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 96,867
Threads: 676
Joined: Nov 2003
#16
2020-03-27, 03:30 AM
I should have a bit more time available tomorrow. I'll load up Knewc and try to reproduce the issue so I can take a close look.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 36,734
Threads: 727
Joined: May 2006
#17
2020-03-27, 03:37 AM
I am not seeing it from Linux backend so I need to try from Windows.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 96,867
Threads: 676
Joined: Nov 2003
#18
2020-03-27, 03:43 AM
I did briefly try it from nlite yesterday, and saw something similar, and pressing escape got it working there, which is why I'd asked. I'm gonna take a look at nlite tomorrow too.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 1,812
Threads: 147
Joined: Jun 2007
#19
2020-03-27, 03:51 AM
I think I've made some progress. I remembered Martin saying he was going to be doing some work on the NextEnd server. So I just went through my scripts and commented out all of the NextEnd calls. And now it seems to be working fine. (Granted, I only tested 5 shows and basically just started playing them then stopped them.)

I don't know why that would have affected it. Especially since the NextEnd logs seem to indicate that it was still connecting to the server. Tomorrow or Saturday, I can try to turn it back on and see if I start getting the "hangs" again.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 36,734
Threads: 727
Joined: May 2006
#20
2020-03-27, 04:00 AM
Send your scripts I can't imagine any sports even being running running that would have required the process to continue.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Smart TV Client newyankee 6 1,062 2020-11-11, 07:05 PM
Last Post: fred250
  Remote GUI (knewc) Slow After Deleting Recording BrettB 8 388 2020-10-18, 04:11 PM
Last Post: sub
  Kodi NPVR client refresh interval ceejayemm 14 1,209 2020-06-15, 08:58 PM
Last Post: sub
  Web client lag/stutter/buffer/transcoder TZTZ 5 550 2020-04-30, 02:55 PM
Last Post: mvallevand
  Which Kodi plugin to use KNEWC or pvr.nextpvr ? Red5ive 9 1,505 2020-01-16, 12:16 AM
Last Post: mvallevand
  knewc UI Client put player in background BrettB 14 1,871 2019-12-14, 06:57 PM
Last Post: mvallevand
  Windows based client as front-end to Linux Server vintdiesel 6 1,364 2019-12-03, 06:24 PM
Last Post: mvallevand
  Do knewc UI Client Screen resolution and "high quality screens" settings work with V5 BrettB 5 879 2019-11-09, 02:13 PM
Last Post: BrettB
  Remote UI Client Not Remembering Guide Group Setting BrettB 5 665 2019-11-05, 07:19 PM
Last Post: sub
  Is a firetv or roku client on your radar? drmargarit 2 1,474 2019-06-22, 02:10 PM
Last Post: jcjefferies

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

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

Linear Mode
Threaded Mode