You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to create two instances from the BitwardenController class (BitwardenClient) without error.
Actual Result
if you create two BitwardenController classes (BitwardenClient). The BitwardenClient throws the following error and kills the process.
File ".../bitwarden/test.py", line 7, in __init__
self.__client = BitwardenClient(
^^^^^^^^^^^^^^^^
File ".../.venv/lib/python3.12/site-packages/bitwarden_sdk/bitwarden_client.py", line 13, in __init__
self.inner = bitwarden_py.BitwardenClient(settings_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pyo3_runtime.PanicException: called `Result::unwrap()` on an `Err` value: SetLoggerError(())
Screenshots or Videos
No response
Additional Context
No response
Operating System
macOS
Operating System Version
No response
Build Version
bitwarden-sdk 0.1.0
Issue Tracking Info
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
Steps To Reproduce
Expected Result
It should be possible to create two instances from the BitwardenController class (BitwardenClient) without error.
Actual Result
if you create two BitwardenController classes (BitwardenClient). The BitwardenClient throws the following error and kills the process.
Screenshots or Videos
No response
Additional Context
No response
Operating System
macOS
Operating System Version
No response
Build Version
bitwarden-sdk 0.1.0
Issue Tracking Info
The text was updated successfully, but these errors were encountered: