doy / rbw

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

Corrected the base_url to reflect the changes on bitwarden.com - 'htt… #162

Closed Pablo12345678901 closed 2 months ago

Pablo12345678901 commented 4 months ago

…ps://api.bitwarden.com' is not anymore valid and generate an error 'failed to log in to bitwarden instance: failed to parse JSON: EOF while parsing a value at line 1 column 0.' See issue #159.

doy commented 2 months ago

i don't see any problems connecting to api.bitwarden.com - where did you see vault.bitwarden.com being used? as far as i can tell, vault.bitwarden.com is just their web interface, but api calls should still go through api.bitwarden.com.

Pablo12345678901 commented 2 months ago

Well, in my personal case, it does not work with api.bitwarden.com. I am on Guix OS with rbw v.1.9.0 and the error message is : rbw login: failed to log in to bitwarden instance: failed to parse JSON: EOF while parsing a value at line 1 column 0

If I use vault.bitwarden.com, it works without issue so I will continue to use it.