Fingerprint verification fails

Hello fellas, I have posted about my fingerprint sensor in the past and got no comments, hope someone can help me this time.
My laptop is a brand new asus expertbook p2451fa and its fingerprint sensor is spi-ELAN7001 which according to the arch wiki supported by fprint.
The last post was about some error of the device storage, I tried a lot of things and eventually solved it (I have no idea what worked). Now I’m able to enroll my finger, but when I try to fprintd-verify I always get verify-no-match.
It seems that I still have errors at journalctl -u fprintd.service , I couldn’t find anything about them online. the output is

-- Boot 333f1915670f4fd68d2f7069df368450 --
Nov 01 16:03:50 eden-asusexpertbookp2451fap2451fa systemd[1]: Starting Fingerprint Authentication Daemon...
Nov 01 16:03:50 eden-asusexpertbookp2451fap2451fa systemd[1]: Started Fingerprint Authentication Daemon.
Nov 01 16:04:12 eden-asusexpertbookp2451fap2451fa fprintd[8013]: Deactivating image device while it is not idle, this should not happen.
Nov 01 16:04:12 eden-asusexpertbookp2451fap2451fa fprintd[8013]: fpi_device_get_cancellable: assertion 'priv->current_action != FPI_DEVICE_ACTION_NONE' failed
Nov 01 16:04:12 eden-asusexpertbookp2451fap2451fa fprintd[8013]: fpi_device_get_cancellable: assertion 'priv->current_action != FPI_DEVICE_ACTION_NONE' failed
Nov 01 16:04:12 eden-asusexpertbookp2451fap2451fa fprintd[8013]: fpi_device_get_cancellable: assertion 'priv->current_action != FPI_DEVICE_ACTION_NONE' failed
Nov 01 16:04:12 eden-asusexpertbookp2451fap2451fa fprintd[8013]: fpi_device_get_cancellable: assertion 'priv->current_action != FPI_DEVICE_ACTION_NONE' failed
Nov 01 16:04:12 eden-asusexpertbookp2451fap2451fa fprintd[8013]: fpi_device_get_cancellable: assertion 'priv->current_action != FPI_DEVICE_ACTION_NONE' failed
Nov 01 16:04:12 eden-asusexpertbookp2451fap2451fa fprintd[8013]: Driver reported session error, but device is inactive.
Nov 01 16:04:12 eden-asusexpertbookp2451fap2451fa fprintd[8013]: fpi_device_action_error: assertion 'priv->current_action != FPI_DEVICE_ACTION_NONE' failed

Thanks in advance for any comment.