You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2022. It is now read-only.
bw --raw list items sometimes returns an empty list while there are items bw --raw get item <uuid> sometimes cannot find an existing item
Steps To Reproduce
A python script to synchronise credentials between Keepass and Bitwarden has unit tests.
Some unit tests started failing since using bw 1.21.1. These worked fine with 1.19.1
Expected Result
listing items or retrieving an item by its uuid should behave consistent with a new version Bitwarden client.
Actual Result
bw --raw list items sometimes returns an empty list bw --raw get item <uuid> sometimes cannot find existing item
Screenshots or Videos
There's only some logging
Environment
Operating system: macOS Montery
Shell: python 3.8, bash 5.1.16
Build Version (run bw --version): 1.21.1
Additional Context
Python uses the subprocess module to talk with the Bitwarden client command line tool