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
Describe the bug
Basic usage examples fails (at least in my conda env)
To Reproduce
from onepassword import OnePassword
import json
op = OnePassword()
# List all vaults
json.loads(op.list_vaults())
# List all items in a vault, default is Private
op.list_items()
Hey @Haydnspass this looks a lot like an already raised issue around usage and installation within an conda env. Not sure we will get to this issue very quickly, just setting expectations but when we do I will get back to you via here / that issue #34
Also if you do want to look into it yourself and contribute please do raise a PR and we will endeavor to test and merge it :)
One quick check ... did you try just op.list_vaults() ? Just without the json.loads. I seem to remember seeing something around this, thought we updated our README to be better there but will check back now.
Describe the bug
Basic usage examples fails (at least in my conda env)
To Reproduce
Screenshots
Context
~ op --version ✔ 1pass
2.24.0
conda env
The text was updated successfully, but these errors were encountered: