resbazaz / Weekly_Projects

Suggest projects to work on at the weekly ResBazAZ Hacky Hour and Coffee & Code meetings
MIT License
5 stars 2 forks source link

link OSF to Rstudio #21

Open muathalmoslem opened 5 years ago

muathalmoslem commented 5 years ago

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.