-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels