rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
316 stars 62 forks source link

Error: `meta$type` must be a character vector with board_azure function #614

Closed MislavSag closed 2 years ago

MislavSag commented 2 years ago

I am using board_azure function to retrieve data from bobs.

If I set cache to NULL, I get an error:

 Error: `meta$type` must be a character vector.

but when I use cashe=FALSE (which created FALSE folder in cwd directory), it works as expected. It is hard to make reprex, since I would need to provide creditentials.

machow commented 2 years ago

Hey--if you rune cache_prune(days=0) to delete your cached pins, does it resolve the issue? I wonder if it was cached with an older version of pins...

MislavSag commented 2 years ago

Sorry for late answer. This has solved the problem. Thanks.

machow commented 2 years ago

No problem--glad it worked!

github-actions[bot] commented 2 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.