NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Other Clients v
« Previous 1 2 3 4 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: 2,668
Threads: 170
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: 106,787
Threads: 769
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: 2,668
Threads: 170
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: 53,090
Threads: 957
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: 2,668
Threads: 170
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: 106,787
Threads: 769
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: 53,090
Threads: 957
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: 106,787
Threads: 769
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: 2,668
Threads: 170
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: 53,090
Threads: 957
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
  NextUI Client three6zerocool 6 1,558 2024-02-24, 02:11 AM
Last Post: gEd
  nlite client fails to find server, then crashes nikkilocke 3 1,165 2024-02-18, 09:42 PM
Last Post: sub
  Next PVR client Add on not working on Android TV Heifer 2 1,708 2023-09-16, 07:41 PM
Last Post: Heifer
  NPVR Client Fails on OSMC Update vintdiesel 3 1,302 2023-07-02, 09:12 PM
Last Post: mvallevand
  Kodi client enable direct streams markosjal 1 2,009 2022-05-12, 10:30 AM
Last Post: mvallevand
  Video Corruption during playback on Android boringgit 4 1,845 2022-04-29, 03:55 PM
Last Post: boringgit
  NLite playback artmetz 6 1,957 2021-11-17, 03:48 PM
Last Post: artmetz
  NLite resume artmetz 4 1,632 2021-11-12, 12:27 AM
Last Post: artmetz
  Shield TV - Going around in circles trying to instal Client Steve Button 3 1,443 2021-05-21, 03:51 AM
Last Post: mvallevand
  Kodi 19 client constantly asking for updates from server PapaJay 2 1,504 2021-03-21, 06:54 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode