Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

SpotifyR -Create Playlist

SpotifyR -Create Playlist

 

My Question or Issue

Has anyone managed to create a playlist using the SpotifyR using R Studio? I keep getting the following error after the session has authenticated.

 

Error in token$sign(req$method, req$url): attempt to apply non-function
Request failed [ERROR]. Retrying in 1.6 seconds...
Error in token$sign(req$method, req$url): attempt to apply non-function
Request failed [ERROR]. Retrying in 2.3 seconds...
Error in token$sign(req$method, req$url) : attempt to apply non-function

Reply
1 Reply

They might have updated the package and changed the function names. I use

 

> "ls("package:spotifyr")

 

 to see a menu of the functions that are in the package.

Suggested posts