Jacob Gunderson
Jacob Gunderson
I was having the same problem while running the Jupyter Notebook that's part of the [Pysolotools tutorial](https://github.com/Unity-Technologies/com.unity.perception/blob/main/com.unity.perception/Documentation%7E/Tutorial/pysolotools.md). Deleting "sequence.0", duplicating "sequence.1", and renaming it to "sequence.0" worked for me.
Neither Apple nor your personal devices store the history of AirTags or any FindMy items. The only way to obtain the history is to log the current locations as they're...
FindMy probably stores the device information differently on an iPad than it does on a Mac. This the Python script won't find the information it's looking for. Furthermore, iPads are...
I was having the same problem when running the code within a Python script. Try running it through a Python console instead.
Does it have to be a Raspberry Pi 4? Could it be a 3b+ or even a Zero?
requirements.txt should be changed from `typing_extensions==4.11.0` to `typing_extensions==4.12.2` I can create a pull request if that'd be helpful.