MatthewKuKanich/FindMyFlipper

Error on request_reports.py

EricYinhy opened this issue · 6 comments

image

'latin-1' codec can't encode characters in position 0-5: ordinal not in range(256)

It's the same problem on this ↓
Does anyone know how to solve it?
#48

Interesting. This seems to be an issue with ascii characters and likely keyboard layout issues. What is your keyboard language?

Interesting. This seems to be an issue with ascii characters and likely keyboard layout issues. What is your keyboard language?

English US,I've tried to switch keyboard language,but it doesn't work.

Interesting. This seems to be an issue with ascii characters and likely keyboard layout issues. What is your keyboard language?

I use JIS keyboard but imput English at that time.

If you switch windows language to English US, works fine.
Set the encoding in script to UTF8

If you switch windows language to English US, works fine.
Set the encoding in script to UTF8

Certainly,Language change to English to disaprear 'latin-1' codec error.