You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
I've been running the rfidusb module (based on hidapi) successfully on one Radxa 3A unit for months. However, when I deployed it to a different Radxa 3A device, I encountered frequent errors like this:
time=2025-06-24T08:34:48.001Z level=ERROR msg="failed to read rfid tag" service=rfidusb error="failed to read from device: hidapi: unknown failure"
I've been running the
rfidusbmodule (based onhidapi) successfully on one Radxa 3A unit for months. However, when I deployed it to a different Radxa 3A device, I encountered frequent errors like this:Here's the relevant code:
https://github.com/tbe-team/raybot/blob/e26cd9c37de692d97aa85b99e081f4d140b10b98/internal/handlers/rfidusb/client.go#L69