Open karlism opened 2 months ago
Possibly related to this issue: https://github.com/dani-garcia/vaultwarden/issues/4818
100% - may look into https://github.com/corpusops/bitwardentools/issues/32 as well
Hello @karlism, I've the same problem with getting organizations. Maybe did you resolved that?
Hello,
We've upgraded our Vaultwarden server from 1.30.5 to 1.31.0 and some of our python scripts that rely on bitwardentools stopped working. Further investigation showed that it cannot fetch organizations from Vaultwarden anymore.
Steps to reproduce: 1) create new Vaultwarden instance 2) create new user and organization "test" 3) try to fetch organizations with bitwardentools by running client.get_organizations() and it will fail.
Example script:
Vaultwarden 1.30.5:
Vaultwarden 1.31.0:
We also tried upgrading to the latest Vaultwarden version 1.32.0, but this issue persists.