bitwarden-autotype icon indicating copy to clipboard operation
bitwarden-autotype copied to clipboard

You are already logged in

Open nchietala opened this issue 1 year ago • 3 comments

If the application is closed by any means without first logging out it will no longer be possible to login without first deleting the data.json file.

nchietala avatar Sep 12 '24 16:09 nchietala

My workaround is to run logout command at startup and log in again.

C:\Windows\System32\cmd.exe /C "set "BITWARDENCLI_APPDATA_DIR=%AppData%\Auto-Type" && bw logout"

It's kinda ugly, but works for me anyway.

Updating BW CLI to newest version didn't help.

IRTC1015 avatar Sep 13 '24 00:09 IRTC1015

The issue only seems to occur (for me) on the portable version. I was able to resolve the issue when I eventually figured out how to get the installer to work without its own errors. I'll leave this issue open since it's still present in the portable version.

nchietala avatar Sep 13 '24 01:09 nchietala

Fixed it, you can download the new version from my fork, until this user accepts my pull request.

FrozenGhostx avatar Sep 29 '24 19:09 FrozenGhostx