By Shane @scrytch
I'm running 2.4.1 (with h.264 enabled) and have noticed since upgrading that selecting "Log Out" from the TinyPilot System Menu, it does nothing (ie doesn't log out).
Is this isolated to me or is it happening to others?
- Diego @diego
Hello @scrytch - Thank you for reporting this!
You're not alone, I investigated in my TinyPilot and I got the same behavior you described. We are in the process of fixing this bug. I'll keep you posted.
- In reply toscrytch⬆:Michael Lynch @michael2022-05-25 23:11:31.349Z
Thanks for reporting this! This was a bug I accidentally introduced in 2.4.1. @diego has fixed it, and the fix will be in the next release.
In the meantime, as a workaround, you can log out manually by pasting the following command into the browser's JS console (which you can access with Ctrl+Shift+J on Chrome and Firefox):
document.getElementById('menu-bar').dispatchEvent(new CustomEvent("logout-requested", {bubbbles: true, composed: true}));