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 having an issue with keyring function. When I set the key by using this code: key_set("osf"), it works fine. However, when I try to get the key key_get("osf"), I get the following error message
Error in b_macos_get(self, private, service, username, keyring) :
keyring error (macOS Keychain), cannot get password: An internal error has occurred.
I'm not sure how to solve this issue.
The text was updated successfully, but these errors were encountered:
I'm having an issue with keyring function. When I set the key by using this code: key_set("osf"), it works fine. However, when I try to get the key key_get("osf"), I get the following error message
Error in b_macos_get(self, private, service, username, keyring) :
keyring error (macOS Keychain), cannot get password: An internal error has occurred.
I'm not sure how to solve this issue.
The text was updated successfully, but these errors were encountered: