-
Notifications
You must be signed in to change notification settings - Fork 427
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
Backup User Data only returns some users? #240
Comments
Is there any information available browser's console? especially on Network tab? When you try to backup? |
@omersiar i think that i figured out what is happening. Could you try this:
Only in that case this bug happens Otherways, if you:
So, it's obviously JS bug, it should "reset" the page variable when it asks the device for users list or, there should be another function for extracting users, not page by page. @omersiar was there any issues if you try to "get" all users at once instead of page by page? Any memory issues? |
@omersiar The page = 1; was forgotten in esprfid.js
|
I just want to see of somebody can test this too.
I have issue when i want to Backup User Data, despite the fact that there is about 110 users in users list, if i try to backup that, i get only 7 in Backup file.
Can somebody confirm/check/test that?
The text was updated successfully, but these errors were encountered: