We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tried to go through the steps of setting up new authentication.
After the last step it errors-out with the following comment.
> ixplorer:::add_token() Listening on http://127.0.0.1:3661 Warning in b_ss_keyring_create_direct(self, private, keyring, password) : Password ignored, will be read interactively Warning: Error in key_set_with_value: could not find function "key_set_with_value" 3: shiny::runApp 2: runGadget 1: ixplorer:::add_token ```
The text was updated successfully, but these errors were encountered:
It seems there are missing "keyring::" in add_token (this will be fixed shortly). Running library(keyring) for now should solve it Thank you!!
Sorry, something went wrong.
Solved
danielgranadoscampos
No branches or pull requests
I have tried to go through the steps of setting up new authentication.
After the last step it errors-out with the following comment.
The text was updated successfully, but these errors were encountered: