Getting 404 on getting item get using v2 but not on v1
Hello, I recently tried to migrate our stack from the v1 CLI to v2. Everything works as expected using v1 but when I use v2 I'm getting some 404s trying to get some items. While keeping this post as redacted as I can here's an example of the commands I'm running after logging in:
op item list --vault "My Team" --categories Password
Running the above I can see all the passwords in my vault, also the ones that then 404 once I try to 'get' them.
I can try to get some of them using either:
op item get MY_NAME
op item get "Some other name"
op item get s0m3u11dbl4bl4bl4
But for some reason on some of them I'll get a
op item get s0m3u11dbl4bl4bl4
[ERROR] 2022/05/31 10:57:18 (404) Not Found: The requested resource was not found.
While after downgrading back to v1 I get
op get item s0m3u11dbl4bl4bl4
{"uuid":"s0m3u11dbl4bl4bl4","templateUuid":"005","trashed":"N","createdAt":"2020-11-30T12:17:39Z","updatedAt":"2020-11-30T12:17:39Z","changerUuid":"s0m3Oth3ru11dbl4bl4bl4","itemVersion":1,"vaultUuid":"s0m3V4ultu11dbl4bl4bl4","details":{"notesPlain":"","password":"some/garbled/string","passwordHistory":[],"sections":[{"name":"linked items","title":"Related Items"}]},"overview":{"ainfo":"30 Nov 2020 at 12:17:39","ps":100,"title":"Some Secret Title"}}
Would you have any pointers if this is a bug or a mistake on my behalf?
Many thanks
Luis
1Password Version: 7.9.5
Extension Version: 2.3.1/1.12.5
OS Version: macOS 12.3.1
