-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full Disk Access issue #23
Comments
same problem here!:( |
This sounds like Terminal does not have Full Write Access (it doesn't get it by default). https://www.alfredapp.com/help/troubleshooting/indexing/terminal-full-disk-access/ Make sure to grant it this access via the "Privacy" tab in System Preferences. @yasingunaydiin @arielleko1 |
I have granted it access like i said. Turned it off and on 3 times. @kamikaziH2Omln |
I'm having a similar issue as well, and I'm wondering if its associated with a recent MacOS update. I had the script working this morning on Sonoma 14.3.1 (M1 MacMini). I then upgraded to 14.4.1 and now I'm getting errors that suggest checking Full Write Access (which I've had enabled since when everything was working).
|
See comments here, looks like Apple may have encrypted those .data files with the recent update. https://gist.github.com/henrik242/1da3a252ca66fb7d17bca5509a67937f |
I am writing this for people like me who get errors due to simple mistakes:
Location tracking is not supported in my country, so it appears to be NULL. |
|
This should be in the README at the top! Or at least with a note in "supported devices". I got it to work now on an older Macbook. However, to me it is very misleading to not state that you're incompatible with the current version of Mac OS... |
I've granted it access in the Security settings and I've tried to add 'sudo' in the commandline but I cant get it to work.
sudo git clone https://github.com/fjxmlzn/FindMyHistory.git cd FindMyHistory pip3 install -r requirements.txt python3 main.py Password: fatal: destination path 'FindMyHistory' already exists and is not an empty directory. Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: tabulate[widechars] in /Users/yasingunaydin/Library/Python/3.9/lib/python/site-packages (from -r requirements.txt (line 1)) (0.9.0) Requirement already satisfied: wcwidth in /Users/yasingunaydin/Library/Python/3.9/lib/python/site-packages (from tabulate[widechars]->-r requirements.txt (line 1)) (0.2.13) WARNING: You are using pip version 21.2.4; however, version 24.0 is available. You should consider upgrading via the '/Library/Developer/CommandLineTools/usr/bin/python3 -m pip install --upgrade pip' command. Traceback (most recent call last): File "/Users/yasingunaydin/FindMyHistory/main.py", line 125, in <module> curses.wrapper(partial(main, args=args)) File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/curses/__init__.py", line 94, in wrapper return func(stdscr, *args, **kwds) File "/Users/yasingunaydin/FindMyHistory/main.py", line 91, in main log_manager.refresh_log() File "/Users/yasingunaydin/FindMyHistory/lib/log_manager.py", line 83, in refresh_log items_dict = self._get_items_dict() File "/Users/yasingunaydin/FindMyHistory/lib/log_manager.py", line 60, in _get_items_dict raise RuntimeError(f'No devices found. Please check if Full Disk ' RuntimeError: No devices found. Please check if Full Disk Access has been granted to Terminal. yasingunaydin@Air-van-Yasin FindMyHistory %
The text was updated successfully, but these errors were encountered: