https://github.com/spesmilo/electrum/issues/6214 Read the replies to the issue for more info.
Exactly.
Thank you very much. You saved my day.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
20200910T001913.665524Z | INFO | logging | Electrum version: 3.3.8 - https://electrum.org - https://github.com/spesmilo/electrum
20200910T034828.887916Z | ERROR | gui.qt.main_window.[meng_wallet] | on_error
Traceback (most recent call last):
File "electrum\gui\qt\util.py", line 718, in run
File "electrum\wallet.py", line 1112, in sign_transaction
File "C:\Program Files (x86)\Electrum\electrum\plugins\trezor\trezor.py", line 91, in sign_transaction
self.plugin.sign_transaction(self, tx, prev_tx, xpub_path)
File "C:\Program Files (x86)\Electrum\electrum\plugins\trezor\trezor.py", line 336, in sign_transaction
signatures, _ = client.sign_tx(self.get_coin_name(), inputs, outputs, details=details, prev_txes=prev_tx)
File "C:\Program Files (x86)\Electrum\electrum\plugins\trezor\clientbase.py", line 224, in sign_tx
return trezorlib.btc.sign_tx(self.client, *args, **kwargs)
File "site-packages\trezorlib\tools.py", line 233, in wrapped_f
File "site-packages\trezorlib\btc.py", line 158, in sign_tx
KeyError: b'\x16\xa4n[\x10\xb1\xc8\x84\xe2\xe9\\\x88!\xa6\x11p~9/\x95\x16.-p\x85\xf1f>}\x80z4'
45505446ff0002000000000101347a807d3e66f185702d2e16952f397e7011a621885ce9e284c8b1105b6ea41601000000171600143fa041c1cc9a4e15e8f1ce48f6a984c9a053403ffdffffff02a0860100000000001600147db29ebf97d94c484ee65d92f7b69fd808fd62f7fbba0d000000000017a9144e2be4952ea47f45e6e57ad3f527ee40b34a98d587feffffffff40420f000000000000000201ff53ff044a5262034a756f47800000006f2a80d928ace8c63f924145ec0c47bd82c085456e714dd7c6cc2a988c2b09310318415245f4db17ee7e313d9ab4c94cd7451f017a72a0f2e000c298b3d2c773b0000000000bf71b00
"msg_hash to be signed must be bytes, and 32 bytes exactly"
>>> byte_array = bytearray(b'\xa8*\x08\xe9\xfb@\x170zz\x08\x88\x13\t\x19\x8a\xceB\x1eP\x95\x05\x00u\xc1\x05\xb3\x08\x08\x8b\x83')
>>> hexadecimal_string = byte_array.hex()
>>> print(hexadecimal_string)
b'\xa8*\x08\xe9\xfb@\x170zz\x08\x88\x13\t\x19\x8a\xceB\x1eP\x95\x05\x00u\xc1\x05\xb3\x08\x08\x8b\x83\x8d'