NextPVR Forums

Full Version: YAUICLIENT Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
First off I love this additional Client for windows.  I however found a bug where I am unable to exit the program by pressing exit from the main menu.  I would have to do a control alt delete to kill the process.  Will you need the logs from the server or some other info needed?  
Please advise.
Thank you,
Bruce
I am pretty sure that is an issue in the UI client API which impacts all UI clients when the server doesn't send the exit action. All other options from the main menu do what they are supposed too so NextPVR does no where it is.

Alt-F4 should also kill yauiclient, if not something more serious is happening.

If you send the logs I guess I could confirm that is not setting the exit action

Martin
Martin,
Thank you for the quick response. I will try the ALT-F4. If it does not close normally it is not the end of the world. Mom does not need to be closing the client.
Enclosed are the logs. I would say the inability to close happened about 30 min ago, Enclosed are the logs.
Thank you,
Bruce
https://drive.google.com/file/d/1eHIQrxU...sp=sharing
As I expected there are many attempts (20+) to hit "enter" with these in the logs

Code:
2023-10-15 13:25:57.789    [DEBUG][109]    Got request [192.168.1.120]: /control
2023-10-15 13:25:57.789    [DEBUG][109]     - key: 13
2023-10-15 13:25:57.789    [DEBUG][109]     - client: 54f29f3d9342
2023-10-15 13:25:57.789    [DEBUG][109]     - sid: 2accd08e47cc49709d19e6f13190558e
2023-10-15 13:25:57.789    [DEBUG][109]    DoEncodedCompositeRendering
2023-10-15 13:25:57.801    [DEBUG][109]    DoEncodedCompositeRendering@about-to-encode
2023-10-15 13:25:57.845    [DEBUG][109]    DoEncodedCompositeRendering@exit 55.92ms
2023-10-15 13:25:57.931    [DEBUG][105]    Setting activity:

Where it works it is supposed to look like this

Code:
2023-10-15 16:05:54.164 [DEBUG][238]    Got request [172.16.3.3]: /control
2023-10-15 16:05:54.164 [DEBUG][238]     - key: 13
2023-10-15 16:05:54.164 [DEBUG][238]     - client: ea1413abbb7
2023-10-15 16:05:54.164 [DEBUG][238]     - sid: 0412c44ef8e94116a4cbacc1cf62c557
2023-10-15 16:05:54.165 [DEBUG][238]    Setting activity: exit
2023-10-15 16:05:54.165 [DEBUG][238]    0 extras
2023-10-15 16:05:54.165 [DEBUG][238]    DoEncodedCompositeRendering
2023-10-15 16:05:54.167 [DEBUG][238]    DoEncodedCompositeRendering@about-to-encode
2023-10-15 16:05:54.176 [DEBUG][238]    DoEncodedCompositeRendering@exit 11.33ms
2023-10-15 16:05:54.200 [DEBUG][238]    ClientGetActivity() returning:
{
  "level": 1,
  "action": "exit"

}

Martin
Hello,
With that being said will the ALT-F4 take care of it or is there something else going on?
Thank you for looking.
Bruce
Since it is server side the client should exit on Alt-F4

Martin
I run into this occasionally as well. I can confirm Alt+F4 works. Fortunately my remote has a close button programmed to Alt-F4.
Art