howdy icon indicating copy to clipboard operation
howdy copied to clipboard

login page unknown error

Open wibyo opened this issue 3 months ago • 2 comments

while im loggged out and trying to login i got " nknown error : " right below the password field in login page make me unable to login via my ir webcam

i configured it well and being able to add my face perfectly

please check image attached

Image


I've searched for similar issues already, and my issue has not been reported yet.

Linux distribution (if applicable): Zorin OS 16 Pro

Howdy version (sudo howdy version): Howdy 3.0.0 BETA

wibyo avatar Sep 20 '25 19:09 wibyo

Got the same problem with code below:

$ sudo howdy test                                      
Traceback (most recent call last):
  File "/usr/lib/howdy/cli.py", line 116, in <module>
    import cli.test
  File "/usr/lib/howdy/cli/test.py", line 11, in <module>
    import cv2
ImportError: /usr/lib/libopencv_highgui.so.412: undefined symbol: _ZN9QtPrivate17expectedAllocSizeEmm, version Qt_6

Therefore after I downgraded packages opencv and python-opencv from 4.12.0-10 to 4.12.0-9 everything returns normal.

EDIT: I am using EndeavourOS so the version names are from arch linux. I believe there should be similar ones with Zorin.

MatrixC7 avatar Oct 09 '25 22:10 MatrixC7

@MatrixC7 Comfirmed that on Arch Using howdy-git r592.d3ab993-1

ailelix avatar Oct 10 '25 00:10 ailelix