-
Notifications
You must be signed in to change notification settings - Fork 528
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
WebUI Balance is too low #3308
Comments
@fusion44 can you point into the right direction to get this fixed? |
Similarly: @fusion44 I'd love some direction on how to work on the webui to try and tackling these myself :) Weird timing on the first pic, but anyway here goes again It seems it just takes the CPU value when loading the page and not refreshing it. Not sure if by design, just confusing I guess :/ |
Hi @Yonben The first bug is related to raspiblitz/raspiblitz-web#401 - sorry for not documenting much. If you want I can write more information in the issues if you Like information on specific issues. Regarding the CPU: It's calculated from the load. See the formula the WebUI uses here: https://github.com/cstenglein/raspiblitz-web/blob/master/src/pages/Home/HardwareCard.tsx#L29 Here is an article which explains the load averages: https://www.tecmint.com/understand-linux-load-averages-and-monitor-performance/ So that means you look at the load average, you are using 3.78 Cores out of 4 in the last minute => 94,5%, so seems right but I understand if it's confusing. Maybe we should display that differently? |
@cstenglein thanks for details! |
FYI @Yonben fixed that issue in raspiblitz/raspiblitz-web#449 👍 Can be closed IMO |
Hi,
Just wanted to inform, I've been getting validation errors on "sending" fromthe WebUI telling me my balance is too low to send funds when it's not (and I can still submit and it works).
Willing to work on fixing it, just wanted to at least document the bug first :)
The text was updated successfully, but these errors were encountered: