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

[Bug] ValueError: DataLayerWallet not available - spam in Log file #18518

Closed
heget opened this issue Aug 23, 2024 · 5 comments
Closed

[Bug] ValueError: DataLayerWallet not available - spam in Log file #18518

heget opened this issue Aug 23, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@heget
Copy link

heget commented Aug 23, 2024

What happened?

After installed this latest version I'm getting a lot of spams in log file, see below.

Version

2.4.3

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

2024-08-23T15:23:01.202 wallet chia.rpc.util              : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\util.py", line 84, in inner
  File "chia\rpc\wallet_rpc_api.py", line 4265, in dl_owned_singletons
  File "chia\wallet\wallet_state_manager.py", line 2624, in get_dl_wallet
ValueError: DataLayerWallet not available

2024-08-23T15:24:01.195 wallet chia.rpc.util              : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\util.py", line 84, in inner
  File "chia\rpc\wallet_rpc_api.py", line 4265, in dl_owned_singletons
  File "chia\wallet\wallet_state_manager.py", line 2624, in get_dl_wallet
ValueError: DataLayerWallet not available

2024-08-23T15:25:01.194 wallet chia.rpc.util              : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\util.py", line 84, in inner
  File "chia\rpc\wallet_rpc_api.py", line 4265, in dl_owned_singletons
  File "chia\wallet\wallet_state_manager.py", line 2624, in get_dl_wallet
ValueError: DataLayerWallet not available

2024-08-23T15:26:01.207 wallet chia.rpc.util              : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\util.py", line 84, in inner
  File "chia\rpc\wallet_rpc_api.py", line 4265, in dl_owned_singletons
  File "chia\wallet\wallet_state_manager.py", line 2624, in get_dl_wallet
ValueError: DataLayerWallet not available

2024-08-23T15:27:01.212 wallet chia.rpc.util              : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\util.py", line 84, in inner
  File "chia\rpc\wallet_rpc_api.py", line 4265, in dl_owned_singletons
  File "chia\wallet\wallet_state_manager.py", line 2624, in get_dl_wallet
ValueError: DataLayerWallet not available

2024-08-23T15:28:01.207 wallet chia.rpc.util              : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\util.py", line 84, in inner
  File "chia\rpc\wallet_rpc_api.py", line 4265, in dl_owned_singletons
  File "chia\wallet\wallet_state_manager.py", line 2624, in get_dl_wallet
ValueError: DataLayerWallet not available
@heget heget added the bug Something isn't working label Aug 23, 2024
@BrandtH22
Copy link
Contributor

Hey @heget , as a heads up we can generally provide more timely, thorough support in our discord server (https://discord.gg/chia).

Can you verify that the datalayer features are disabled (if that is the intention) by going to the settings / DataLayer and ensuring the Enable DataLayer option is disabled?

If you are disabling it now please close chia and restart it to ensure the changes take effect.

@heget
Copy link
Author

heget commented Aug 27, 2024

I can confirm, after disabling the DataLayer then it's OK.
But my farm was always set with dataLayer on. ;)

@wjblanke
Copy link
Contributor

Just out of curiosity did you do any datalayer operations previously? Just wondering why there is a datalayer singleton being processed. Thanks

@altendky
Copy link
Contributor

Looks like it was introduced in 2.4.3 rc2 via https://github.com/Chia-Network/chia-blockchain/pull/18166/files#diff-534c78c9c89cdf4166a424c59524af7b30e3b9a85cabd51b62cde9d8337cdf92R877. Sorry for the hassle and thanks for pointing it out. My first thought is that this should not be a warning level message, maybe info instead, and that it should be a regular log line not a traceback.

@wjblanke
Copy link
Contributor

Fixed in 2.4.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants