-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: MAC check failed after adding new user #11
Comments
I got that error too... so tried to switch over to the `keyring' package, but it did not solve the issue. |
Could one of you provide a reproducible snippet, please? |
I fixed it before. The cause is that master password is global for all service id (you can't have multiple master password for multiple service). I (stupidly) thought I can make 2 different service with 2 master password (i thought that's how it works, mistakes were made). |
Sure. First run some python 3 env, like this container of mine: Then try to run this python code in Jupyter Notebook or
Output:
|
Have you tried using |
I get this failure as well if I enter a wrong password . |
Well, raising VALUE_ERROR, if providing the wrong password, is part of the inherited API from Python keyring and not something, that can or should be changed. I will document the fact in the next round of commits. |
Hi,
After I added a user to a service, when I use get_password('service','new_user') I get ValueError: mac check failed.
Here's the log:
The text was updated successfully, but these errors were encountered: