GUI AttributeError: 'dict' object has no attribute 'get confirmed balance for wallet'

What’s Wrong? How To Solve?
Python 3.9 is Installed,Path Is Added

2021-05-20T10:18:44.145 wallet chia.rpc.rpc_server        : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\rpc_server.py", line 212, in safe_handle
  File "chia\rpc\rpc_server.py", line 203, in ws_api
  File "chia\rpc\wallet_rpc_api.py", line 446, in get_wallet_balance
  File "chia\wallet\wallet.py", line 113, in get_confirmed_balance
AttributeError: 'dict' object has no attribute 'get_confirmed_balance_for_wallet'

2021-05-20T10:18:44.149 wallet chia.rpc.rpc_server        : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\rpc_server.py", line 212, in safe_handle
  File "chia\rpc\rpc_server.py", line 203, in ws_api
  File "chia\rpc\wallet_rpc_api.py", line 521, in get_next_address
  File "chia\wallet\wallet.py", line 188, in get_puzzle_hash
AttributeError: 'dict' object has no attribute 'get_current_derivation_record_for_wallet'

2021-05-20T10:18:54.130 wallet chia.wallet.wallet_state_manager: INFO     Confirmed balance amount is 0
2021-05-20T10:18:54.133 wallet chia.wallet.wallet_state_manager: INFO     Confirmed balance amount is 0
2021-05-20T10:18:54.144 wallet chia.rpc.rpc_server        : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\rpc_server.py", line 212, in safe_handle
  File "chia\rpc\rpc_server.py", line 203, in ws_api
  File "chia\rpc\wallet_rpc_api.py", line 446, in get_wallet_balance
  File "chia\wallet\wallet.py", line 113, in get_confirmed_balance
AttributeError: 'dict' object has no attribute 'get_confirmed_balance_for_wallet'

Is It Working Correctly?

2021-05-19T17:44:43.085 harvester chia.harvester.harvester: INFO     1 plots were eligible for farming 3df0855cc8... Found 0 proofs. Time: 0.13903 s. Total 526 plots

That’s the first I have seen the error, but the log entry about harvester showing 1 plot eligible and 0 proofs is definitely normal behavior.

1 Like