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

Warning: Error in cache function #147

Open
MarkEdmondson1234 opened this issue Apr 23, 2021 · 0 comments
Open

Warning: Error in cache function #147

MarkEdmondson1234 opened this issue Apr 23, 2021 · 0 comments

Comments

@MarkEdmondson1234
Copy link
Collaborator

MarkEdmondson1234 commented Apr 23, 2021

When testing solution of this #146 I got this warning

my_parse <- function(obj){
    tmp <- tempfile(fileext = ".rds")
    suppressMessages(gcs_get_object(obj, saveToDisk = tmp))
    readRDS(tmp)
}
obj3 <- my_parse("obj.rds")
#Warning message:
#Error in cache function 

I think it is as we're messing with the HTTR response

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

1 participant