I've found recently that key_set_with_value function doesn't work anymore. Now, when I run it I'm getting an error as below
> key_set_with_value(keyring="system", service="my-service", username='my-username', password=''my-password")
Error in b_wincred_i_get(target) :
Windows credential store error in 'get': Element not found.
I've checked in Ubuntu and everything works as expected, so I'm not sure what is happening.
I use R in version 4.4.0 and keyring package in version 1.3.2
I've found recently that
key_set_with_value
function doesn't work anymore. Now, when I run it I'm getting an error as belowI've checked in Ubuntu and everything works as expected, so I'm not sure what is happening.
I use R in version 4.4.0 and
keyring
package in version 1.3.2