-
Notifications
You must be signed in to change notification settings - Fork 27
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
Variables list empty after refreshing/leaving page #47
Comments
Fixed after reflash - weird |
Re-occurred. Not sure what triggered it. Variables still function properly, just don't show on the variables page. |
Appears to be issue with pagination logic. Browser network log shows that the script creates an infinite number of empty 'pages' of variables. Causes additional power usage by ESP chip and can eventually crash it. |
Thanks for opening -- I'm seeing this too. Will try to look when I have more time. |
Hello great app thanks |
Hi @appi1, I'm guessing that's a separate problem. Please open another issue with the output of |
Hi @skitterrusty, an update on this -- I think the issue is some kind of corruption of the variables database file. I haven't been able to reproduce it, unfortunately, but it made my display mostly unusable until it was resolved. The easiest fix for me was to clear the database. The Obviously not ideal, and definitely need to fix the underlying issue, but hopefully this offers a temporary workaround. My guess is the issue is some kind of race condition. |
After adding a variable and saving it, then navigating away or refreshing the page, the variables list will be empty upon return.
The saved variables can still be found if the variable name is used in a template.
NodeMCU32-S
The text was updated successfully, but these errors were encountered: