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
I'm unable to unlock my keychain using the example given on the README file:
[thiago@localhost ~]$ python
Python 2.7.13 (default, Jan 13 2017, 10:15:16)
[GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from onepassword import Keychain
>>> k = Keychain(path="path_to_1Password.agilekeychain")
>>> k.unlock("mypass")
False
The interesting twist in this, is that I'm able to unlock a second Vault using the same exact steps.
Any ideas?
The text was updated successfully, but these errors were encountered:
@AdamIsrael I'm 100% sure, tested several times as I really thought it was my mistake.
I don't think I did anything different to create the keychain, but if I remember correctly, I've changed the master password once before. Not sure that would cause any issues, but thought I'd mention it.
I'm unable to unlock my keychain using the example given on the README file:
The interesting twist in this, is that I'm able to unlock a second Vault using the same exact steps.
Any ideas?
The text was updated successfully, but these errors were encountered: