bitwarden-alfred-workflow icon indicating copy to clipboard operation
bitwarden-alfred-workflow copied to clipboard

bw cli 2023.12.0 seems to have broken the workflow

Open luckman212 opened this issue 1 year ago • 4 comments

Between https://github.com/bitwarden/clients/issues/7126 and https://github.com/bitwarden/clients/issues/6689, the bw cli 2023.12.0 release seems like a really bad idea if you depend on this workflow 🙁

I don't have all the details yet, but for me, I am just getting this now:

image

luckman212 avatar Dec 07 '23 21:12 luckman212

related?: https://github.com/blacs30/bitwarden-alfred-workflow/issues/184

luckman212 avatar Dec 07 '23 21:12 luckman212

⚠️ Temporary fix ⚠️

1. Add NODE_OPTIONS="--no-deprecation" to workflow env vars

image

2. Delete workflow cache...(paste into Alfred)

.bwconfig workflow:delcache

3. Roll back to 2023.10.0 version of bw cli (from Terminal)

npm uninstall --global @bitwarden/cli
npm install --global @bitwarden/[email protected]

If you run into problems with node/npm, you may want to try the steps outlined at https://github.com/blacs30/bitwarden-alfred-workflow/issues/184#issuecomment-1847404371

4. Run a sync...

image

luckman212 avatar Dec 08 '23 00:12 luckman212

Thanks for the status updates. Seems there is not much we can do about right now.

blacs30 avatar Dec 08 '23 21:12 blacs30

v2023.12.1 of the Bitwarden CLI was just released, and seems to fix the issue.

npm uninstall --global @bitwarden/cli
npm install --global @bitwarden/[email protected]

(You can remove the NODE_OPTIONS="--no-deprecation" from the workflow as well.)

luckman212 avatar Dec 20 '23 01:12 luckman212