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] Creating Plot NFT and Joining Pool stuck forever #13853

Open
efjcapital opened this issue Nov 7, 2022 · 5 comments
Open

[Bug] Creating Plot NFT and Joining Pool stuck forever #13853

efjcapital opened this issue Nov 7, 2022 · 5 comments
Assignees
Labels
1.6.0 bug Something isn't working GUI Related to the Chia GUI plotnft stale-issue flagged as stale and will be closed in 7 days if not updated Windows Impacts Windows

Comments

@efjcapital
Copy link

What happened?

Tried to create a plot nft several months ago, the transaction did NOT go through. Since then, whenever I opened "Your Pool Overview" tab in GUI, it stuck in the page "Waiting for the transaction to be confirmed". Output log attached

error page

Version

1.6.0

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

2022-11-07T08:09:01.202 wallet chia.rpc.rpc_server        : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\rpc_server.py", line 244, in safe_handle
  File "chia\rpc\rpc_server.py", line 235, in ws_api
  File "chia\rpc\wallet_rpc_api.py", line 771, in get_transaction
ValueError: Transaction 0x2f677d601c78371d7e41d5374dd472874cc125cef9330586ab0407169766daf0 not found

2022-11-07T08:09:06.209 wallet chia.rpc.rpc_server        : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\rpc_server.py", line 244, in safe_handle
  File "chia\rpc\rpc_server.py", line 235, in ws_api
  File "chia\rpc\wallet_rpc_api.py", line 771, in get_transaction
ValueError: Transaction 0x2f677d601c78371d7e41d5374dd472874cc125cef9330586ab0407169766daf0 not found
@efjcapital efjcapital added the bug Something isn't working label Nov 7, 2022
@MumfMeisterT MumfMeisterT added GUI Related to the Chia GUI Windows Impacts Windows plotnft 1.6.0 labels Nov 10, 2022
@github-actions
Copy link
Contributor

This issue has not been updated in 14 days and is now flagged as stale. If this issue is still affecting you and in need of further review, please comment on it with an update to keep it from auto closing in 7 days.

@github-actions github-actions bot added the stale-issue flagged as stale and will be closed in 7 days if not updated label Nov 25, 2022
@emlowe
Copy link
Contributor

emlowe commented Jan 9, 2023

I think you can resolve this by manually removing the entries from config.yaml that reference this pool. However, you may have to resync your wallet.

I'll note that there were some bugs in 1.6.0 related to pool transitions, including joining a pool. These were fixed in 1.6.2

@emlowe emlowe closed this as completed Jan 9, 2023
@emlowe
Copy link
Contributor

emlowe commented Jan 9, 2023

Further review suggests the GUI caches these in local storage while waiting for confirmation - looking into the easiest way for you to remove them

@emlowe
Copy link
Contributor

emlowe commented Jan 9, 2023

If you use the View->Developer menu to bring up the Developer Tools, you can then select "Application" and the Local Storage and delete the unconfirmedPlotNFTsV2 -

Screenshot 2023-01-09 at 3 06 12 PM

@emlowe emlowe reopened this Jan 9, 2023
@emlowe
Copy link
Contributor

emlowe commented Jan 9, 2023

Leaving this open in order to track making changes in the GUI where a Transaction not found error or similar will remove this from the Local Storage cache since it would never complete in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.6.0 bug Something isn't working GUI Related to the Chia GUI plotnft stale-issue flagged as stale and will be closed in 7 days if not updated Windows Impacts Windows
Projects
None yet
Development

No branches or pull requests

4 participants