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 used the keyring in mac OS, but when i restart the R, the error was happened, i don't know what happened?
Best, hees
key_set_with_value("R-test-service", "donaldduck", password = "secret")
Error in b_macos_set_with_value(self, private, service, username, password, :
keyring error (macOS Keychain), cannot set password: The user name or passphrase you entered is not correct.
The text was updated successfully, but these errors were encountered:
I use the MacOS high sierra and keyring version 1.3.1, the error was produced, when my R was restarted.
Best, hees
key_set_with_value("R-test-service", "donaldduck", password = "secret")
Error in b_macos_set_with_value(self, private, service, username, password, :
keyring error (macOS Keychain), cannot set password: The user name or passphrase you entered is not correct.
keyring_is_locked(keyring = NULL)
[1] FALSE
I found the keyring request the login password of my Mac PC. When i input the login password of my Mac PC, the error was missing. Is that normal? did Keyring need the login password of my Mac PC?
Best wishes,
hees
Error:
key_set_with_value("R-test-service", "donaldduck", password = "secret")
Error in b_macos_set_with_value(self, private, service, username, password, :
keyring error (macOS Keychain), cannot set password: The user name or passphrase you entered is not correct.
Hi guys,
I used the keyring in mac OS, but when i restart the R, the error was happened, i don't know what happened?
Best, hees
key_set_with_value("R-test-service", "donaldduck", password = "secret")
Error in b_macos_set_with_value(self, private, service, username, password, :
keyring error (macOS Keychain), cannot set password: The user name or passphrase you entered is not correct.
The text was updated successfully, but these errors were encountered: