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.