biemster / FindMy

Query Apple's Find My network
225 stars 39 forks source link

No data returns #19

Closed davesenior9 closed 1 year ago

davesenior9 commented 1 year ago

Im using the FindMy_proxy and client on a established and working OHS Setup. Tags are coming in as expected. When I use the FindMy_client.py script it connects to the proxy fine, but returns 0 reports received, found: [], missing [].

Any idea where to start?

biemster commented 1 year ago

It seems you don't have any .keys files in your working directory. Did you generate any with generate_keys.py and deploy? Or are you trying to request keys that are deployed with OHS?

davesenior9 commented 1 year ago

Trying to request keys that are deployed with OHS. All deployed devices were deployed organically within OHS.

biemster commented 1 year ago

To generate .keys files from OHS deployed devices you can have a look at the discussion here: https://github.com/biemster/FindMy/issues/18#issuecomment-1435990649 Let me know if you run into issues. (first generate a key with generate_keys.py to see what they look like)

davesenior9 commented 1 year ago

awesome. good to go. thanks :)

biemster commented 1 year ago

no problem!