Skip to content
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

Change datatype to be packed at delete_user. #219

Open
core-burner opened this issue Aug 18, 2024 · 0 comments · May be fixed by #218
Open

Change datatype to be packed at delete_user. #219

core-burner opened this issue Aug 18, 2024 · 0 comments · May be fixed by #218

Comments

@core-burner
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. initialize data: None
  2. execute command: delete_user(uid...)
  3. 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.

@core-burner core-burner linked a pull request Aug 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant