Author

Topic: 'ascii' codec can't decode byte 0x90 in position 1: ordinal not in range(128) (Read 471 times)

newbie
Activity: 2
Merit: 0
Wow! All fixed on 2.7.7
Amazing reactivity, devs reachable on irc #electrum, I'm impressed!
Keep up the good work, Electrum is definitely the best btc client.
Thank you Smiley
legendary
Activity: 1896
Merit: 1353
sorry about that bug.
it was fixed yesterday: https://github.com/spesmilo/electrum/issues/1967
I will do another release this afternoon.

edit: the fix is live, please download 2.7.7
newbie
Activity: 2
Merit: 0
Hi

Ran into unusual error today sending btc from Electrum 2.7.6 (Win7 and Raspbian, same issue):

Quote
'ascii' codec can't decode byte 0x90 in position 1: ordinal not in range(128)

Why? How to fix?

This issue has already been spotted:
https://bitcointalksearch.org/topic/ascii-codec-cant-decode-byte-0xca-in-position-22-ordinal-not-in-range128-1051709
http://bitcoin.stackexchange.com/questions/48939/electrum-wont-send-bitcoin-ascii-error
http://stackoverflow.com/questions/31491494/python-error-ascii-codec-cant-decode-byte-0x90-in-position-11-ordinal-not-in

0x90 is indeed out of range for ASCII, which only covers 0x00 to 0x7f

Thanks
Jump to: