It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
4 years agoOP CLI - Unable to build a list of item categories
Hey everyone,
after updating the OP CLI to 2.7.0 and switching to a other docker image I'm getting after some successful op create login attempts the message:
Unable to build a list of item ...
andi_t_1P
1Password Team
4 years agoHi cronekorkn and @raggy! Thanks for bringing this up. At the first glance, this seems as a rate limit issue coming specifically from op item create
, as you were also guessing. However, I have a few questions in order to be 100% sure that we are correct, and if we are, to help us design a solution for this:
0. How many op item create
operations do you do in total? (do not count the other operations)
1. What is the exact command you are doing for creating all these items? Do you create them using a for loop to repeat a op item create
operation or do you use piped input to tell the creation command what items to create (i.e. op item list | op item create -
, for example)?
All the best,
Andi