SpoofMAC icon indicating copy to clipboard operation
SpoofMAC copied to clipboard

UnicodeDecodeError: 'ascii' codec can't decode byte 0xb3 in position 13: ordinal not in range(128)

Open ltfdick1994 opened this issue 3 years ago • 4 comments

I changed it to utf-8 but still don't work. For ascii it shows "Ordinal Not In Range" How to get this error fixed? I am totally stuck here. Thanks for your attention!

ltfdick1994 avatar Feb 11 '22 02:02 ltfdick1994

changed return result.decode('ascii') to return result.decode('utf-8') in interface.py and it works.

h-enes-simsek avatar May 07 '22 14:05 h-enes-simsek

changed return result.decode('ascii') to return result.decode('utf-8') in interface.py and it works.

No, it's not working on Windows 10. :/ I have the same problem.

Diglee147 avatar May 18 '22 15:05 Diglee147

I changed it to utf-8 but still don't work. For ascii it shows "Ordinal Not In Range" How to get this error fixed? I am totally stuck here. Thanks for your attention!

Did you solve?

Diglee147 avatar May 18 '22 15:05 Diglee147

I changed it to utf-8 but still don't work. For ascii it shows "Ordinal Not In Range" How to get this error fixed? I am totally stuck here. Thanks for your attention!

Did you solve?

return result.decode('latin-1') works fine with me, win10 21h2

0w0-Yui avatar Aug 12 '22 01:08 0w0-Yui