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

WebUI Balance is too low #3308

Closed
Yonben opened this issue Aug 31, 2022 · 5 comments
Closed

WebUI Balance is too low #3308

Yonben opened this issue Aug 31, 2022 · 5 comments
Milestone

Comments

@Yonben
Copy link

Yonben commented Aug 31, 2022

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 :)

@rootzoll
Copy link
Collaborator

@fusion44 can you point into the right direction to get this fixed?

@rootzoll rootzoll added this to the 1.8.1 Release milestone Aug 31, 2022
@Yonben
Copy link
Author

Yonben commented Aug 31, 2022

Similarly:
image
It seems I don't use 97% CPU. Is it something I'm not reading properly in top or a display error in the webui?

@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
image

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 :/

@cstenglein
Copy link
Collaborator

cstenglein commented Sep 3, 2022

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?

@Yonben
Copy link
Author

Yonben commented Sep 5, 2022

@cstenglein thanks for details!
I'll take a look at the repo tonight and check what i can find. I'll comment on the issue there :)

@cstenglein
Copy link
Collaborator

cstenglein commented Sep 11, 2022

FYI @Yonben fixed that issue in raspiblitz/raspiblitz-web#449 👍

Can be closed IMO

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

No branches or pull requests

3 participants