This repository has been archived by the owner on Mar 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Need even friendlier keyring errors #84
Labels
Comments
Hi major, To add to this open issue, I'm currently getting an error that ends with "No Recommended backed available" I'm not sure what is needed here to resolve this issue.
|
Hi Major, I wanted to follow up on this issue.
This version of keyring is causing problems, I've installed version keyring==5.6 and the "No Recommended Backend" error went away.
|
This may help if you want to stay on keyring 8.0+:
The file-based keyring storage was removed from the 8.x version. I'm going to set a cap on the keyring module in the hopes that it will help this issue until I can get a long-term fix. |
major
added a commit
that referenced
this issue
Jan 26, 2016
The python keyring module dropped file-based backends in keyring 8.x. Installing the keyrings.alt module brings it back, but there are other problems. Fixes #84.
major
added a commit
that referenced
this issue
Jan 26, 2016
The python keyring module dropped file-based backends in keyring 8.x. Installing the keyrings.alt module brings it back, but there are other problems. Fixes #84.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The start of this was added in 393eed2 but it needs further refinement. Showing a full exception to a user isn't desirable. :/
The text was updated successfully, but these errors were encountered: