Skip to content

File reading error on binary plist find my files #36

Description

@EdLustig

When running on macOS 15.2 I get the following error:

(FindMyHistory) username@hostname FindMyHistory % python3 main.py                   
Traceback (most recent call last):
  File "/path/to/repo/FindMyHistory/main.py", line 179, in <module>
    curses.wrapper(partial(main, args=args))
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/Cellar/python@3.13/3.13.2/Frameworks/Python.framework/Versions/3.13/lib/python3.13/curses/__init__.py", line 94, in wrapper
    return func(stdscr, *args, **kwds)
  File "/path/to/repo/FindMyHistory/main.py", line 145, in main
    log_manager.refresh_log()
    ~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/path/to/repo/FindMyHistory/lib/log_manager.py", line 131, in refresh_log
    items_dict = self._get_items_dict()
  File "/path/to/repo/FindMyHistory/lib/log_manager.py", line 77, in _get_items_dict
    raise RuntimeError(f'No devices found. Please check if Full Disk '
                        'Access has been granted to Terminal.')
RuntimeError: No devices found. Please check if Full Disk Access has been granted to Terminal.
(FindMyHistory) username@hostname FindMyHistory % 

Full Disk Access is enabled

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions