MatthewKuKanich / FindMyFlipper

The FindMy Flipper app turns your FlipperZero into an AirTag or other tracking device, compatible with Apple AirTags and Samsung SmartTag and Tile Trackers. It uses the BLE beacon to broadcast, allowing users to clone existing tags, generate OpenHaystack key pairs for Apple's FindMy network, and customize beacon intervals and transmit power.
1.58k stars 51 forks source link

Error on request_reports.py #59

Open EricYinhy opened 7 months ago

EricYinhy commented 7 months ago

image

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

EricYinhy commented 7 months ago

It's the same problem on this ↓ Does anyone know how to solve it? https://github.com/MatthewKuKanich/FindMyFlipper/issues/48

MatthewKuKanich commented 7 months ago

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

EricYinhy commented 7 months ago

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.

Itou-Kouki commented 7 months ago

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.

0ldF0x commented 7 months ago

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

Itou-Kouki commented 7 months ago

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.