Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years ago`op item create` freezing when run from python
Trying to automate creating user accounts and sending their passwords via a 1password URL secret share
If I issue the command op item create in my shell normally (with or without the proper args) I get a response
If I issue the command op item create via python os.system() or subprocess.run() it hangs with no output.
op account list and op item list and other non op list create commands work in python
I'm on op -v 2.7.2
Thanks!
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser:_ Not Provided
1 Reply
- zcutlipDedicated Contributor
can you share the exact arguments you're passing to
os.system()/subprocess.run()?