You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wallet height: 2118451
Sync status: Synced
Wallet id 2:
Current state: SELF_POOLING
Current state from block height: 1013939
Launcher ID: 1234567890abcdefghijklmnopqrstuvwxyz
Target address (not for plotting): xch1234567890abcdefghijklmnopqrstuvwxyz
Exception from 'wallet' <bytes32: 84d52a439ed7d11b73054198add4a2b34c34b56c03abf67198d5f3d70753ee5b>, Traceback (most recent call last):
File "/home/william/chia-blockchain/chia/cmds/wallet_funcs.py", line 633, in execute_with_wallet
await function(extra_params, wallet_client, fingerprint)
File "/home/william/chia-blockchain/chia/cmds/plotnft_funcs.py", line 225, in show
await pprint_pool_wallet_state(
File "/home/william/chia-blockchain/chia/cmds/plotnft_funcs.py", line 131, in pprint_pool_wallet_state
print(f"Number of plots: {pool_state_dict[pool_wallet_info.launcher_id]['plot_count']}")
KeyError: <bytes32: 84d52a439ed7d11b73054198add4a2b34c34b56c03abf67198d5f3d70753ee5b>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fb20dda16f0>
Unclosed connector
connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7fb20ddacac0>, 636747.032662748)]']
connector: <aiohttp.connector.TCPConnector object at 0x7fb20dda3c40>
What happened?
On mainnet, from current HEAD of
release/1.4.0
(b8e34c8)Every time I run
chia plotnft show
, the plotnft info shows as expected up until it is supposed to show the pool payout address, where it spits out:This happens on a wallet that has a plotnft.
Version
b8e34c8
What platform are you using?
Linux
What ui mode are you using?
CLI
Relevant log output
The text was updated successfully, but these errors were encountered: