Skip to content
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

sqlite3.OperationalError: unable to open database file #71

Open
Zovchic opened this issue Jul 24, 2024 · 1 comment
Open

sqlite3.OperationalError: unable to open database file #71

Zovchic opened this issue Jul 24, 2024 · 1 comment

Comments

@Zovchic
Copy link

Zovchic commented Jul 24, 2024

Tried to run tccutil for Jar Launcher on macOS Catalina. Got this error:

Traceback (most recent call last):
File "/usr/local/bin/tccutil", line 378, in
main()
File "/usr/local/bin/tccutil", line 365, in main
insert_client(item)
File "/usr/local/bin/tccutil", line 246, in insert_client
open_database()
File "/usr/local/bin/tccutil", line 140, in open_database
conn = sqlite3.connect(tcc_db)
^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file

I have tccutil 1.4.0 version installed via homebrew.

@berthrann
Copy link

berthrann commented Aug 1, 2024

Grant your terminal Full Disk Access in Security & Privacy pane of System Settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants