Rspotify icon indicating copy to clipboard operation
Rspotify copied to clipboard

getPlaylistSongs: undefined columns error

Open bbrewington opened this issue 7 years ago • 2 comments

Failed Example:

getPlaylistSongs(
    ownerid = "roman86s", 
    playlistid = "09I0tyeHnd4G6vnt8iBYDM", 
    offset = 0, 
    token = [Insert your Oauth token here])

Error:

Error in `[.data.frame`(data.frame(json2$track$artists[x])$id, 1) : 
  undefined columns selected

bbrewington avatar Jul 15 '17 05:07 bbrewington

I came across the same error with one specific playlist, not sure why but maybe it has something to do with the fact that this playlist is created by someone else. I went around this issue by creating a duplicate of that playlist so that it became my "own" playlist.

zeroyin avatar Nov 18 '17 22:11 zeroyin

same issue

andrekaique avatar Dec 04 '17 19:12 andrekaique