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

KeyError: b'\xfd\x00\x14\x83R\xdf%\x19\xf6L\xc8\x8a\x9b\x0e[B\x7f\x12\x989Q\xca*' #5394

Open
TARS-bot opened this issue May 31, 2019 · 3 comments

Comments

@TARS-bot
Copy link

TARS-bot commented May 31, 2019

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/var/folders/yk/7zz6_2nn1jn9m_yxz88ycfqw0000gn/T/_MEITSAsVf/electrum/plugins/coldcard/qt.py", line 47, in <lambda>
    btn.clicked.connect(lambda unused: self.export_psbt(dia))
  File "/var/folders/yk/7zz6_2nn1jn9m_yxz88ycfqw0000gn/T/_MEITSAsVf/electrum/plugins/coldcard/qt.py", line 68, in export_psbt
    raw_psbt = keystore.build_psbt(tx, wallet=dia.wallet)
  File "/var/folders/yk/7zz6_2nn1jn9m_yxz88ycfqw0000gn/T/_MEITSAsVf/electrum/plugins/coldcard/coldcard.py", line 472, in build_psbt
    write_kv(PSBT_IN_BIP32_DERIVATION, subkeys[k], k)

KeyError: b'\xfd\x00\x14\x83R\xdf%\x19\xf6L\xc8\x8a\x9b\x0e[B\x7f\x12\x989Q\xca*'

Reporter

This issue was reported by 2 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.3.6 3.6.4 (default, Feb 28 2018, 03:24:19) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] Darwin-18.6.0-x86_64-i386-64bit standard ?
3.3.8 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 23 2018, 23:31:17) [MSC v.1916 32 bit (Intel)] Windows-10-10.0.18362-SP0 standard en_US

Additional Information

The reporting user(s) did not provide additional information.

@ecdsa
Copy link
Member

ecdsa commented Aug 26, 2019

closing, coldcard plugin is not merged.

@SomberNight
Copy link
Member

The coldcard plugin was merged quite some time ago; you must be thinking about #5440 which adds multisig functionality to it.

This issue is might be caused by a bug in existing functionality

@SomberNight SomberNight reopened this Aug 27, 2019
@TARS-bot
Copy link
Author

Good morning @ecdsa,

I just received another crash report related to this issue. The crash occured on Electrum 3.3.8.
I'm not sure which versions of Electrum include the fix but this is the first report from anything
newer than 3.3.6 since you closed the issue.

Could you please check if this issue really is resolved? Here is the traceback that I just collected:

  File "C:\Program Files (x86)\Electrum\electrum\plugins\coldcard\qt.py", line 47, in <lambda>
    btn.clicked.connect(lambda unused: self.export_psbt(dia))
  File "C:\Program Files (x86)\Electrum\electrum\plugins\coldcard\qt.py", line 68, in export_psbt
    raw_psbt = keystore.build_psbt(tx, wallet=dia.wallet)
  File "C:\Program Files (x86)\Electrum\electrum\plugins\coldcard\coldcard.py", line 472, in build_psbt
    write_kv(PSBT_IN_BIP32_DERIVATION, subkeys[k], k)

KeyError: b'\x02\xb04\x14\xf9W\x02\x16Jr/4\xe3O%+Y\x92\xbd\x85\x92(\xb7\xc7\xc2\xea\x9a\x0e\xbd\xf8\x86\x0c\xc8'

~ With robotic wishes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants