anonymous1184 / bitwarden-autotype

Bitwarden Auto-Type for Windows
Do What The F*ck You Want To Public License
185 stars 18 forks source link

You are already logged in #65

Open nchietala opened 1 month ago

nchietala commented 1 month ago

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.

IRTC1015 commented 1 month ago

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.

nchietala commented 1 month ago

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.

FrozenGhostx commented 1 month ago

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