dale-courtney

Results 7 comments of dale-courtney

Hey, team. I'm running Python 3.11.6 When I run the following: ``` from onepassword import OnePassword import json op = OnePassword() json.loads(op.list_vaults()) ``` I get the error: `TypeError: the JSON...

@dtpryce Thanks. I totally overlooked that caveat 🤦🏻‍♂️ I will look into down-grading my OP version. I really need this functionality.

I unstalled OP CLI and reinstalled version 1.10.3 from here: [https://app-updates.agilebits.com/product_history/CLI#v1100301](https://app-updates.agilebits.com/product_history/CLI#v1100301) I verified that I have the correct version: ``` /usr/local/bin % op --version 1.10.3 ``` I got the same...

@dtpryce David: I'm not sure how to get my_session_key in order to test this.

Hey, @dtpryce Thanks for following up. I had to use the --raw login to get that session key. So I ran `esponse_line = "..." new_line_response = [x for x in...

Sure. As you noted, I am using 2FA on 1Password Enterprise. And I'm running OP version 1.10.3 ``` op signin team_name --raw [password] **********Hnv8XbLbIxknrDTLhpxYZqLcKJo ```

I'm circling back around on this MFA issue to see anyone has any ideas. I'm still running CLI version 1.10.3 and I am still getting the same errors after I...