Chia-Network / chia-blockchain-gui

Chia blockchain GUI in electron/react
https://chia.net
Apache License 2.0
332 stars 246 forks source link

Never-resolved spinners in "Your Farm Overview" #539

Closed ghost closed 2 years ago

ghost commented 3 years ago

chia-blockchain-gui 041ac79be4af360d856a6527a4b8f4a074415a9a

The GUI is waiting for the following fields to be resolved, but they are never resolved:

Screenshot_20210911_173705

jack60612 commented 3 years ago

Looking into it

jack60612 commented 3 years ago

chia-blockchain-gui 041ac79

The GUI is waiting for the following fields to be resolved, but they are never resolved:

  • XCH Total Chia Farmed
  • XCH Block Rewards
  • XCH User Transaction Fees
  • Last Height Farmed

Screenshot_20210911_173705

Do you have any more detailed information like logs? You can send them to jacknelson on keybase if you would like

ghost commented 3 years ago

Do you have any more detailed information like logs?

There are no warning messages in ~/.chia/mainnet/log/debug.log and no messages in gui's console.

jack60612 commented 3 years ago

Do you have any more detailed information like logs?

There are no warning messages in ~/.chia/mainnet/log/debug.log and no messages in gui's console.

i was able to reproduce it

jack60612 commented 3 years ago

thanks!

jack60612 commented 3 years ago

@atomsymbol I just did a lot of patching and bug fixes for the gui. I would just run the gui on latest for now until i have a chance to fix the api requests

jcteng commented 2 years ago

did branch removed get_farmed_amount routing in get_wallet_balance image

add it back should be fine

jack60612 commented 2 years ago

Ya I'm working on it but I'm waiting for my current pull to get submitted

weaklysubjective commented 2 years ago

Adding to the ticket : experiencing same problem, spinners never resolve. chia version : 1.2.6.dev33. Thanks

jack60612 commented 2 years ago

Adding to the ticket : experiencing same problem, spinners never resolve. chia version : 1.2.6.dev33. Thanks

i know what the issue is but it isn't going to be fixed until 1.2.7 or later as even after i Fix it its an issue with the main branch's api calls not being kept up to date with the guis calls so it won't come till the pull is integrated into the latest branch

jack60612 commented 2 years ago

Adding to the ticket : experiencing same problem, spinners never resolve. chia version : 1.2.6.dev33. Thanks

just use latest for now

jack60612 commented 2 years ago

i have a bunch of changes coming so we are just focusing on those for now

weaklysubjective commented 2 years ago

That's fine. No rush here.

seeden commented 2 years ago

Loading on the farm page is fixed via https://github.com/Chia-Network/chia-blockchain-gui/pull/547

seeden commented 2 years ago

Merged, I am closing this issue