No internet connection
  1. Home
  2. Technical Support

"Log Out" does nothing on 2.4.1

By Shane @scrytch
    2022-05-25 03:50:13.946Z

    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?

    Solved in post #3, click to view
    • 2 replies
    1. Diego @diego
        2022-05-25 21:26:07.907Z

        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.

        1. In reply toscrytch:

          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}));
          
          ReplySolution