Skip to main content
December 2, 2022
Question

`op item create` freezing when run from python

  • December 2, 2022
  • 1 reply
  • 113 views

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

zcutlip
December 2, 2022

can you share the exact arguments you're passing to os.system()/subprocess.run()?