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] Error message every time chia plotnft show is ran #11897

Closed
wallentx opened this issue Jun 13, 2022 · 2 comments
Closed

[Bug] Error message every time chia plotnft show is ran #11897

wallentx opened this issue Jun 13, 2022 · 2 comments
Assignees
Labels
bug Something isn't working NFT plotnft

Comments

@wallentx
Copy link
Contributor

wallentx commented Jun 13, 2022

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:

Exception from 'wallet' <bytes32: 84d52a439ed7d11b73054198add4a2b34c34b56c03abf67198d5f3d70753ee5b>
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f39a1645a80>
Unclosed connector
connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7f39a1698c40>, 563381.436435318)]']
connector: <aiohttp.connector.TCPConnector object at 0x7f39a1644e20>

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

No relevant debug log output
@wallentx wallentx added bug Something isn't working plotnft NFT labels Jun 13, 2022
@emlowe
Copy link
Contributor

emlowe commented Jun 14, 2022

plotnft show does need the farmer to be running - see #9919. So this might be related

@wallentx
Copy link
Contributor Author

output from branch debug-exception:

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>

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

No branches or pull requests

3 participants