-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set User Not Working for My Device #128
Comments
@fananimi Please help. |
You have to create user in 3 steps. It is a bug i guess. First you have to initialize user. Second you have to get all users (i don't know why but this is the only way that works). Last you have to set name and card id. I resolved it like this:
|
Also if u aren't sure of the uid, if it exists or not, You need to pass a unique uid not present in the system. Coz for some reason in my testing, it would not choose a user by itself. If you haven't checked the uid uniqueness, might help to first check existing user's UID and then choose a unique one to send with set user |
did anyone resolved this issue as i am facing the same issue on my device for set user |
Set_user works for me including overwrites. |
Describe the bug
The method of ZK, the set user is not working on my ZK device.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the device to create a new user but it's not.
Capture Data
This is the specific error that I am getting when creating new user:
System (please complete the following information):
Additional context
Other methods are working fine like getting attendances and users.
The text was updated successfully, but these errors were encountered: