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.
709 stars 31 forks source link

Not showing the reports #71

Open Nichokas opened 1 month ago

Nichokas commented 1 month ago

when I run the request_reports.py return me this error

(venv) ubuntu@nvm1:~/AirTagGeneration$ python3 request_reports.py -H 24 -t
pyprovision is not installed, querying http://localhost:6969 for an anisette server
200: 612 reports received.
from_bytes() missing required argument 'byteorder' (pos 2)
Nichokas commented 1 month ago

I make a fix for this issue

72