resbazaz/Weekly_Projects

link OSF to Rstudio

Opened this issue · 0 comments

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.