NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
« Previous 1 2 3 4 5 6 … 13 Next »
knew4v5 2.6.3 Testing

 
  • 0 Vote(s) - 0 Average
knew4v5 2.6.3 Testing
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#11
2019-04-07, 11:21 PM
mvallevand Wrote:Your last of logs don't show any kind of real delay 1.5 seconds to get the first http call when I drop the spinner followed by the long standing NextPVR loading issue (probably a pipe error in web.log) for a few seconds of black screen. In v18 the made a change and a plugin can't keep the spinner on during other

From the time I press the Ok:
Code:
2019-04-07 18:03:02.753 T:1860170608   DEBUG: LIRC: - NEW 160 0 KEY_OK devinput (KEY_OK)
2019-04-07 18:03:02.767 T:1937158160   DEBUG: HandleKey: 11 (0x0b, obc244) pressed, action is Select
2019-04-07 18:03:02.767 T:1937158160   DEBUG: started alarm with name: parental
2019-04-07 18:03:02.769 T:1108341616   DEBUG: Thread LanguageInvoker start, auto delete: false
2019-04-07 18:03:02.769 T:1108341616    INFO: initializing python engine.
2019-04-07 18:03:02.769 T:1108341616   DEBUG: CPythonInvoker(36, /storage/.kodi/addons/script.kodi.knew4v5/default.py): start processing

Until the spinner comes up is about 6 seconds:
Code:
2019-04-07 18:03:08.318 T:1937158160   DEBUG: Activating window ID: 10160
2019-04-07 18:03:08.318 T:1937158160   DEBUG: ------ Window Init (DialogBusy.xml) ------

And then another 5 seconds or so until the NPVR screen comes up:
Code:
2019-04-07 18:03:13.417 T:1937158160   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2019-04-07 18:03:14.131 T:1219453808   DEBUG: http://192.168.143.10:8866/activity?format=json&updates=1&client=sdl-KNEW50xb827ebd2d752&sid=284fedc46508486f84ba0fca39fc28cb
2019-04-07 18:03:14.143 T:1219453808   DEBUG: {u'needsRendering': False}

I was mostly hoping to get the spinner up a little sooner because during that 5-6 second period, there is no visual indication that the key press was recognized and something is happening.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,892
Threads: 955
Joined: May 2006
#12
2019-04-08, 01:43 AM
I see a lot of extra "helper" addons in there, I'd start by figuring out if you need them. After that see if modifying default.py like this does what you want.

Code:
xbmc.executebuiltin(XBMC_DIALOG_BUSY_OPEN)
    try:
        # start script main
        my_settings = XNEWA_Settings()
        my_xnewa = XNEWA_Connect(settings=my_settings)
        xbmc.executebuiltin(XBMC_DIALOG_BUSY_CLOSE)

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#13
2019-04-08, 01:57 AM
mvallevand Wrote:I see a lot of extra "helper" addons in there, I'd start by figuring out if you need them. After that see if modifying default.py like this does what you want.

Code:
xbmc.executebuiltin(XBMC_DIALOG_BUSY_OPEN)
    try:
        # start script main
        my_settings = XNEWA_Settings()
        my_xnewa = XNEWA_Connect(settings=my_settings)
        xbmc.executebuiltin(XBMC_DIALOG_BUSY_CLOSE)

Martin

Yes. That change brings up the spinner basically immediately as soon as I press OK. So I know it's starting.

And I did notice a lot of openweathermap update stuff in there. I'm going to try disabling it.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,892
Threads: 955
Joined: May 2006
#14
2019-04-08, 02:07 AM
Ok not sure I will add this but will consider it

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,892
Threads: 955
Joined: May 2006
#15
2019-04-09, 12:25 AM
2.6.5 is now available addressing the known problems so far.

- new spinner during initial connection
- additional fix for utf encoded filename in web client
- eliminate unnecessary resume point save in web client

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#16
2019-04-09, 01:36 AM
mvallevand Wrote:2.6.5 is now available addressing the known problems so far.

- new spinner during initial connection
- additional fix for utf encoded filename in web client
- eliminate unnecessary resume point save in web client

You broke it! Now nothing plays. Sad

I think it's related to this "error" in the log file:
Code:
2019-04-08 20:30:38.699 T:1278190448   DEBUG: expected an indented block (details.py, line 741)
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#17
2019-04-09, 01:48 AM
BrettB Wrote:You broke it! Now nothing plays. Sad

I think it's related to this "error" in the log file:
Code:
2019-04-08 20:30:38.699 T:1278190448   DEBUG: expected an indented block (details.py, line 741)

Probably not that...
Maybe these errors from the web.log:
Code:
2019-04-08 20:40:28.856    [DEBUG][47]    Got Web Request (::ffff:192.168.143.25): /control    size=1280x720&client=sdl-KNEW50xb827ebd2d752&sid=a5101135cb56490b8663dc58a134b9d9
2019-04-08 20:40:28.903    [DEBUG][47]    Starting client instance
2019-04-08 20:40:29.917    [DEBUG][47]    Client started
2019-04-08 20:40:29.917    [DEBUG][47]    Unexpected client control error: System.Runtime.Remoting.RemotingException: Failed to connect to an IPC Port: The system cannot find the file specified.


Server stack trace:
   at System.Runtime.Remoting.Channels.Ipc.IpcPort.Connect(String portName, Boolean secure, TokenImpersonationLevel impersonationLevel, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.ConnectionCache.GetConnection(String portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.IpcClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
   at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at NUtility.IClientControl.ClientGetScreenImage()
   at Cassini.Request.Control()
2019-04-08 20:40:30.432    [DEBUG][4]    Got Web Request (::ffff:192.168.143.25): /control    media=stop&client=sdl-KNEW50xb827ebd2d752&sid=a5101135cb56490b8663dc58a134b9d9
2019-04-08 20:40:30.432    [DEBUG][4]    Unexpected client control error: System.Runtime.Remoting.RemotingException: Failed to connect to an IPC Port: The system cannot find the file specified.


Server stack trace:
   at System.Runtime.Remoting.Channels.Ipc.IpcPort.Connect(String portName, Boolean secure, TokenImpersonationLevel impersonationLevel, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.ConnectionCache.GetConnection(String portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.IpcClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
   at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at NUtility.IClientControl.ClientSwipe(String swipe)
   at Cassini.Request.Control()
2019-04-08 20:40:30.447    [DEBUG][24]    Got Web Request (::ffff:192.168.143.25): /control    size=1280x720&client=sdl-KNEW50xb827ebd2d752&sid=a5101135cb56490b8663dc58a134b9d9
2019-04-08 20:40:30.447    [DEBUG][24]    Unexpected client control error: System.Runtime.Remoting.RemotingException: Failed to connect to an IPC Port: The system cannot find the file specified.


Server stack trace:
   at System.Runtime.Remoting.Channels.Ipc.IpcPort.Connect(String portName, Boolean secure, TokenImpersonationLevel impersonationLevel, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.ConnectionCache.GetConnection(String portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.IpcClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
   at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at NUtility.IClientControl.ClientGetScreenImage()
   at Cassini.Request.Control()
2019-04-08 20:40:30.962    [DEBUG][46]    Got Web Request (::ffff:192.168.143.25): /control    media=stop&client=sdl-KNEW50xb827ebd2d752&sid=a5101135cb56490b8663dc58a134b9d9
2019-04-08 20:40:31.056    [DEBUG][33]    Got Web Request (::ffff:192.168.143.25): /control    size=1280x720&client=sdl-KNEW50xb827ebd2d752&sid=a5101135cb56490b8663dc58a134b9d9
2019-04-08 20:40:31.087    [DEBUG][17]    Got Web Request (::ffff:192.168.143.25): /control    media=stop&client=sdl-KNEW50xb827ebd2d752&sid=a5101135cb56490b8663dc58a134b9d9
2019-04-08 20:40:31.134    [DEBUG][40]    Got Web Request (::ffff:192.168.143.25): /control    format=json&client=sdl-KNEW50xb827ebd2d752&sid=a5101135cb56490b8663dc58a134b9d9
2019-04-08 20:40:31.181    [DEBUG][38]    Got Web Request (::ffff:192.168.143.25): /activity    format=json&updates=1&client=sdl-KNEW50xb827ebd2d752&sid=a5101135cb56490b8663dc58a134b9d9
2019-04-08 20:40:31.836    [DEBUG][39]    Loading FanArt from: C:\Users\Public\NPVR\Media\Shows
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,892
Threads: 955
Joined: May 2006
#18
2019-04-09, 01:56 AM
No it's related to me having too many source folders not all being in sync 2.6.6 should fix it.

I test three portable portable kodi setups (v4, v5, and python3) and build into my git and then to github and finally build into anther folder for the repo. I noticed the ident issue in github but I didn't confirm the final build.

Those errors are the IPC pipe errors on startup I posted about yesterday that are basically outside my control. I've had situations where they can take several seconds to clean up.

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#19
2019-04-09, 02:35 AM
mvallevand Wrote:No it's related to me having too many source folders not all being in sync 2.6.6 should fix it.

Better now with 2.6.6! Smile
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  X-NEWA 2.5.4 & knew4v5 2.6.6 both "Die" when pressing Previous Chapter in LE BrettB 3 2,866 2019-06-15, 01:33 AM
Last Post: mvallevand
  knew4v5 2.6.6 Testing BrettB 4 2,851 2019-04-14, 07:53 PM
Last Post: mvallevand
  knew4v5 2.6.1 Fatal Error on Windows and OSX When Loading pkscout 4 2,333 2019-04-07, 03:45 PM
Last Post: pkscout
  knew4v5 2.6.0 Testing BrettB 12 4,824 2019-04-07, 04:23 AM
Last Post: BrettB
  knew4v5 Fatal Python Error on OSX pkscout 3 2,230 2019-04-07, 03:28 AM
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