Open hbroer opened 1 year ago
Theere are 5 entries in the log related to the wallet, but I still don't think it is the reason because before the restart there was also some of that messages but more. But the error itself is new after update.
2023-02-11T20:02:34.057 full_node full_node_server : WARNING Cannot write to closing transport 91.85.198.27
2023-02-16T15:28:14.572 wallet chia.wallet.wallet_node : WARNING Keyring is locked
2023-02-16T15:28:16.408 wallet chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 331, in safe_handle
File "chia\rpc\rpc_server.py", line 322, in ws_api
File "chia\rpc\wallet_rpc_api.py", line 1194, in get_notifications
File "chia\wallet\wallet_node.py", line 147, in wallet_state_manager
RuntimeError: wallet state manager not assigned
2023-02-16T15:28:16.562 wallet chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 331, in safe_handle
File "chia\rpc\rpc_server.py", line 322, in ws_api
File "chia\rpc\wallet_rpc_api.py", line 501, in get_sync_status
File "chia\wallet\wallet_node.py", line 147, in wallet_state_manager
RuntimeError: wallet state manager not assigned
2023-02-16T15:28:16.565 wallet chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 331, in safe_handle
File "chia\rpc\rpc_server.py", line 322, in ws_api
File "chia\rpc\wallet_rpc_api.py", line 561, in get_wallets
File "chia\wallet\wallet_node.py", line 147, in wallet_state_manager
RuntimeError: wallet state manager not assigned
2023-02-16T15:28:26.584 wallet chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 331, in safe_handle
File "chia\rpc\rpc_server.py", line 322, in ws_api
File "chia\rpc\wallet_rpc_api.py", line 501, in get_sync_status
File "chia\wallet\wallet_node.py", line 147, in wallet_state_manager
RuntimeError: wallet state manager not assigned
2023-02-16T15:28:36.599 wallet chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 331, in safe_handle
File "chia\rpc\rpc_server.py", line 322, in ws_api
File "chia\rpc\wallet_rpc_api.py", line 501, in get_sync_status
File "chia\wallet\wallet_node.py", line 147, in wallet_state_manager
RuntimeError: wallet state manager not assigned
2023-02-16T15:28:46.614 wallet chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 331, in safe_handle
File "chia\rpc\rpc_server.py", line 322, in ws_api
File "chia\rpc\wallet_rpc_api.py", line 501, in get_sync_status
File "chia\wallet\wallet_node.py", line 147, in wallet_state_manager
RuntimeError: wallet state manager not assigned
2023-02-16T15:28:56.625 wallet chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 331, in safe_handle
File "chia\rpc\rpc_server.py", line 322, in ws_api
File "chia\rpc\wallet_rpc_api.py", line 501, in get_sync_status
File "chia\wallet\wallet_node.py", line 147, in wallet_state_manager
RuntimeError: wallet state manager not assigned
2023-02-16T15:36:08.563 full_node chia.full_node.full_node: WARNING Block pre-validation time: 12.45 seconds (32 blocks, start height: 3237462)
2023-02-16T15:37:00.989 full_node chia.full_node.full_node: WARNING Block pre-validation time: 10.02 seconds (32 blocks, start height: 3237718)
2023-02-16T15:50:27.549 full_node chia.full_node.full_node: WARNING Block pre-validation time: 18.12 seconds (32 blocks, start height: 3242038)
2023-02-16T15:50:46.385 full_node chia.full_node.full_node: WARNING Block pre-validation time: 16.33 seconds (32 blocks, start height: 3242070)
2023-02-16T16:11:04.582 full_node chia.full_node.full_node: WARNING Block pre-validation time: 17.77 seconds (32 blocks, start height: 3248342)
2023-02-16T16:21:06.205 full_node chia.full_node.full_node: WARNING Block pre-validation time: 12.11 seconds (32 blocks, start height: 3251446)
2023-02-16T16:21:18.527 full_node chia.full_node.full_node: WARNING Block pre-validation time: 10.38 seconds (32 blocks, start height: 3251478)
2023-02-16T16:24:32.985 full_node chia.full_node.full_node: WARNING Block pre-validation time: 10.36 seconds (32 blocks, start height: 3252470)
2023-02-16T16:26:07.497 full_node chia.full_node.full_node: WARNING Block pre-validation time: 11.98 seconds (32 blocks, start height: 3252950)
2023-02-16T16:33:18.434 full_node chia.full_node.full_node: WARNING Block pre-validation time: 12.00 seconds (32 blocks, start height: 3255222)
2023-02-16T16:42:06.356 full_node chia.full_node.full_node: WARNING Block pre-validation time: 11.98 seconds (32 blocks, start height: 3257654)
Solution: Shutdown, then deleting the ~/.chia/mainnet/wallet/db
folder, and start again. Transactions shown up in short time.
A bit annoying that the wallet database can be bad for what ever reason without any log information, and on the other side the log is flooded with new unneeded information (comments in web full of "yea just ignore that") like every new release. ^^ There is something wrong in QA ^^ The "wallet state manager not assigned" still appear.
Did you have to re-enter your 24 words after the reboot?
No.
@MumfMeisterT I had to to re-add keys after upgrade to 1.7.0. Without that it didn't work.
how to best upgrade version ? re install or ? Because i have same problem
@MumfMeisterT I had to to re-add keys after upgrade to 1.7.0. Without that it didn't work.
@emlowe ^
What happened?
Old 1.5 installation was last started ~Februar 11. I updated to 1.7.0 today and let it sync. Wallet shows it is synced now. Full node shows that it is synced and on February 16, 2023 5:02 PM now. Wallets last transaction is still February 10, 2023 10:20 PM and balance is the old too. I have an incoming transaction each day, so it is missing the last five incomming transactions. They exist on xchscan. Log is messy but I don't think the entries are related. Restarting the Chia App did not work.
Version
1.7.0
What platform are you using?
Windows
What ui mode are you using?
GUI
Relevant log output