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] 'chia keys derive wallet-address' unhandled exception #18626

Closed
DrakoPensulo opened this issue Sep 24, 2024 · 8 comments
Closed

[Bug] 'chia keys derive wallet-address' unhandled exception #18626

DrakoPensulo opened this issue Sep 24, 2024 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@DrakoPensulo
Copy link

What happened?

The command 'chia keys derive wallet-address' fails due to an unhandled exception. It seems that versions <=2.4 or 2.4.1 did not have that issue.

Version

2.4.3

What platform are you using?

Windows

What ui mode are you using?

CLI

Relevant log output

chia keys derive wallet-address
Traceback (most recent call last):
  File "chia\cmds\chia.py", line 143, in <module>
  File "chia\cmds\chia.py", line 139, in main
  File "click\core.py", line 1157, in __call__
  File "click\core.py", line 1078, in main
  File "click\core.py", line 1688, in invoke
  File "click\core.py", line 1688, in invoke
  File "click\core.py", line 1688, in invoke
  File "click\core.py", line 1434, in invoke
  File "click\core.py", line 783, in invoke
  File "click\decorators.py", line 33, in new_func
  File "chia\cmds\keys.py", line 382, in wallet_address_cmd
  File "chia\cmds\keys_funcs.py", line 660, in derive_wallet_address
AssertionError
[29884] Failed to execute script 'chia' due to unhandled exception!
@DrakoPensulo DrakoPensulo added the bug Something isn't working label Sep 24, 2024
@BrandtH22
Copy link
Contributor

Hey @DrakoPensulo , thank you for the report. I am able to reproduce the issue and the team is looking into a solution for it.

@thesemaphoreslim
Copy link
Contributor

I was able to reproduce this; however, adding "-f <fingerprint_of_wallet>" resolved the issue. Perhaps the fingerprint is simply required now?

@wjblanke
Copy link
Contributor

@Quexington were you able to reproduce? maybe fingerprint is a workaround with the recent changes? IIRC the previous issue involved which default keyring to use.

@BrandtH22
Copy link
Contributor

@wjblanke @Quexington , I have confirmed that this is fixed in main

@BrandtH22
Copy link
Contributor

BrandtH22 commented Sep 25, 2024

@DrakoPensulo ,this issue has been fixed in main with #18516 and will be included in the next release

@BrandtH22
Copy link
Contributor

Hey @DrakoPensulo , this fix should now be in the latest RC. Can you test it to see if the error is resolved on your side?
https://github.com/Chia-Network/chia-blockchain/releases/tag/2.4.4-rc1

@DrakoPensulo
Copy link
Author

@BrandtH22 It seems it works in 2.4.4 rc3.

@BrandtH22
Copy link
Contributor

Thank you for the confirmation @DrakoPensulo 🥳 Let us know if other issues or questions arise

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

5 participants