biemster / FindMy

Query Apple's Find My network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No data returns

davesenior9 opened this issue · comments

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?

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?

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

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

awesome. good to go. thanks :)

no problem!