Author

Topic: Recovery Old Wallet issue (Read 94 times)

legendary
Activity: 3472
Merit: 3217
Playbet.io - Crypto Casino and Sportsbook
October 20, 2024, 05:29:27 AM
#4
Alternatively if you want to use the latest version of Electrum to recover your old wallet with 2FA you can install it in your phone(Android).

If you don't have a phone then use older version of Electrum as suggested above.

My advice is that if you recover your wallet in Electrum while the network is currently asking for 4SATs/vB, you should transfer it to a new wallet because 2FA requires an extra fee for each transaction and may consume a large amount of fees when the network becomes congested. Electrum cold storage or offline should be enough to keep your funds for an extended period of time.
legendary
Activity: 2618
Merit: 6452
Self-proclaimed Genius
October 20, 2024, 12:25:56 AM
#3
Traceback
  File "electrum\plugins\trustedcoin\trustedcoin.py", line 620, in


Any ideas on how to fix it?
Unfortunately, this is a regression from a recent pull request but it's now patched that will be available in the next version.
Here's the reference issue: https://github.com/spesmilo/electrum/issues/9253

For now, downgrade to version 4.5.5 and you should be able to recover it.
If your seed phrase has custom word(s), use version 4.5.2 instead.
legendary
Activity: 2170
Merit: 1789
October 19, 2024, 07:34:39 PM
#2
Maybe you can add more details to this. For example, what OS are you using? Which version of Electrum? Are you sure you installed all required dependencies or the KB2999226 Windows update if you run an older Windows? Are you sure there's no typo when you input your backup? Based on some GitHub issues I've found invalid inputs or missing/mixed Python dependencies can cause this. Although some of them aren't related to KeyError specifically[1]. CMIIW.

[1] https://realpython.com/python-keyerror/
?
Activity: -
Merit: -
October 18, 2024, 04:49:50 AM
#1
Hi,

I just downloaded and installed a wallet from https://electrum.org/.
Tried recovering an old wallet with 2FA, but for some reason, I got a message saying "An Error Occurred."

Traceback
Traceback (most recent call last):
  File "electrum\gui\qt\wizard\wizard.py", line 220, in on_next_button_clicked
  File "electrum\gui\qt\wizard\wizard.py", line 232, in submit
  File "electrum\wizard.py", line 90, in resolve_next
  File "electrum\plugins\trustedcoin\trustedcoin.py", line 620, in
    'next': lambda d: 'trustedcoin_show_confirm_otp' if is_xprv(d['xprv1'])
KeyError: 'xprv1'


Any ideas on how to fix it?

Jump to: