Skip to content

Jupyter notebook w/ keyring not working #118

@itsjimbo

Description

@itsjimbo

Steps to reproduce

Fire up jupyter notebook with R kernel

library(keyring)
kb <- keyring::backend_file$new()
kb$set("svc","blah")
Error: key is not a string (length 1 character)

Traceback:
1. kb$set("svc", "blah")
2. b_file_set(self, private, service, username, keyring)
3. self$keyring_unlock(keyring)
4. b_file_keyring_unlock(self, private, keyring, password)
5. private$set_keyring_pass(password, keyring)
6. b__file_set_keyring_pass(self, private, key, keyring)
7. assert_that(is_string(key))

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions