doy / rbw

unofficial bitwarden cli
https://git.tozt.net/rbw
Other
573 stars 82 forks source link

rbw sync: failed to log in to bitwarden instance: Username or password is incorrect. #157

Closed jurgenmehja closed 5 months ago

jurgenmehja commented 5 months ago

Hello, I'm having the issue as #145 with the latest rbw archlinux package when I try to login I get: rbw sync: failed to log in to bitwarden instance: Username or password is incorrect. Try again. which rbw: /usr/bin/rbw which rbw-agent: /usr/bin/rbw-agent rbw -V: rbw 1.9.0 rbw config show: { "email": "XX", "base_url": null, "identity_url": null, "notifications_url": null, "lock_timeout": 18000, "sync_interval": 3600, "pinentry": "/usr/bin/pinentry-curses", "client_cert_path": null } Is there a way to help me debug and understand where the issue might be? Regards

rjc commented 5 months ago

Make sure to register and, if need be, purge, kill rbw-agent, remove all other versions, and tripple-check your config - I've made three (sic!) typos in my email address last time ;^)

jurgenmehja commented 5 months ago

I needed to stop the agent after registering, thank you!