malmeloo / FindMy.py

🍏 + 🎯 + 🐍 = Everything you need to work with Apple's FindMy network!
http://docs.mikealmel.ooo/FindMy.py/
MIT License
59 stars 7 forks source link

Is OfflineFindingScanner supported on Windows? #24

Closed darthnithin closed 2 months ago

darthnithin commented 2 months ago

Is OfflineFindingScanner meant to work on windows? If so, it doesn't and also it doesn't give a graceful error message image

darthnithin commented 2 months ago

image makes me think it's not, but it would be great if there was a more relevant error message. Also "platform agnostic" is in the readme which is a little confusing?

malmeloo commented 2 months ago

Thanks for reporting this! It should indeed work on Windows, but I haven't actually been able to test that myself. It looks like the library behaves a little differently on Windows compared to Linux/Mac OS, which is causing the issue.

Unfortunately I don't have a lot of time to look into this right now, but I intend to pick development back up very soon and will fix this asap.

darthnithin commented 2 months ago

image macos returns this tuple image while windows returns a BluetoothLEAdvertisementReceivedEventArgs image image

malmeloo commented 2 months ago

This should now be fixed on main and will be included in the next release which is scheduled for this week. Please let me know if the issue persists.