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

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

Open
taliahoopes opened this issue Jan 13, 2021 · 1 comment
Open

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

taliahoopes opened this issue Jan 13, 2021 · 1 comment
Labels

Comments

@taliahoopes
Copy link

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

@antaldaniel
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants