charlie86/spotifyr

Error in FUN(X[[i]], . . .):

Opened this issue · 1 comments

Thank you for all your hard work on this! Though I'm running into preliminary issues. I have used force = TRUE to get spotifyr to download, but I keep getting this issue:

Error in FUN(X[[i]], ...) :
lazy-load database '/Library/Frameworks/R.framework/Versions/4.0/Resources/library/magrittr/R/magrittr.rdb' is corrupt
In addition: Warning messages:
1: In FUN(X[[i]], ...) : restarting interrupted promise evaluation
2: In FUN(X[[i]], ...) : internal error -3 in R_decompress1

I have successfully authorized the code, that error really just shows up every time I run this line:

my_plists <- get_user_playlists(my_id)

though this is the only time I've tried I'd rather not continue the project without resolving the issue first

@taliahoopes I am not sure that this issue can be replicated without your R session details. Do this problem persist with you? magrittr is a core dependency (the %>% operator comes from it) .

Can you please install from github version 2.1.2 to see if it persists with devtools::install_github('charlie86/spotifyr')?

The new version explicitly imports and exports the most important function, i.e. the pipe operator for maggitr, as it is recommended.