You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: