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

🐛 Fix error message when fetching the instance details fails #123

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

rcannood
Copy link
Collaborator

@rcannood rcannood commented Dec 2, 2024

Related to:

Description

My JWT token expired, but trying to connect to an instance resulted in the following error:

> devtools::install()
> library(laminr)
> db <- connect("laminlabs/cellxgene")
db$Artifact
Error in `rlang::abort()`:
! `message` must be a character vector, not a list.
Run `rlang::last_trace()` to see where the error occurred.

Checklist

Before review

  • Update and regenerate man pages
  • Add/update tests
  • Add/update examples in vignettes
  • Pass CI checks

Before merge

  • Update architecture vignette
  • Update development vignette
  • Update features in README
  • Update CHANGELOG

@rcannood rcannood requested a review from lazappi December 2, 2024 09:04
@rcannood rcannood merged commit 55827f9 into main Dec 2, 2024
7 checks passed
@rcannood rcannood deleted the fix-error-message branch December 2, 2024 10:19
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

Successfully merging this pull request may close these issues.

2 participants