Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

key_set_with_password fails on Windows #150

Open
justynafurman opened this issue May 7, 2024 · 2 comments
Open

key_set_with_password fails on Windows #150

justynafurman opened this issue May 7, 2024 · 2 comments

Comments

@justynafurman
Copy link

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

@rdboyes
Copy link

rdboyes commented Nov 13, 2024

I'm having the same issue - any luck resolving this?

@rdboyes
Copy link

rdboyes commented Nov 13, 2024

Solved this - the "solution" is to not specify a keyring, which seems to not be supported on Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants