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

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

Open
ltfdick1994 opened this issue Feb 11, 2022 · 4 comments

Comments

@ltfdick1994
Copy link

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!

@h-enes-simsek
Copy link

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

@Diglee147
Copy link

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
Copy link

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?

@0w0-Yui
Copy link

0w0-Yui commented Aug 12, 2022

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

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

No branches or pull requests

4 participants