Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoCLI 2 not connecting to desktop app; unable to determine parent process
Hello all - I'm trying to setup 1Password v8 with the CLI v2 coupled with biometric authentication (on Mac OS 12.2.1). I'm stuck at getting the CLI to talk to the desktop app:
➜ settings op vaul...
Former Member
3 years agoThank you for your followup! I understand that the error is something along the lines of:
connecting to desktop app: determining parent process of <pid>: operation not permitted
Can you please share what process has the ps aux
. This will help us debug as we'll know whether it's going to far up the parent tree or whether there's another problem.
Also, if you are willing to install pstree
(brew install pstree
), that would be even more helpful.
In that case, if you can first run the op
command and copy the error message and then immediately run pstree -w -p $$
, that would be of great help. Then we have the full process tree and the PID of the process that is causing the problem.
Looking forward to hearing back from you!
Best,
Horia