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
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
initialize data: None
execute command: delete_user(uid...)
See error "Value passed must be -32768 to 32767
Expected behavior
A clear and concise description of what you expected to happen.
delete_user should be able to handle I integer up to 4,294,967,295 as it is on enroll_user
Capture Data
Try to always include captured data (pcap files from wireshark (tutorial), and verbose output from test_machine if applicable)
System (please complete the following information):
OS: [e.g. iOS, Debian 9]
Python version [e.g. 2.7, 3.5]]
Additional context
Add any other context about the problem here.
This would fix the delete_user function and should be compatible across all reader models.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
delete_user should be able to handle I integer up to 4,294,967,295 as it is on enroll_user
Capture Data
Try to always include captured data (pcap files from wireshark (tutorial), and verbose output from test_machine if applicable)
System (please complete the following information):
Additional context
Add any other context about the problem here.
This would fix the delete_user function and should be compatible across all reader models.
The text was updated successfully, but these errors were encountered: