Rspotify icon indicating copy to clipboard operation
Rspotify copied to clipboard

This package allows you to connect R to Spotify's API and get information about Songs, Albums, Artists and Users.

Results 14 Rspotify issues
Sort by recently updated
recently updated
newest added

When i try to authenticate the id client and the key i can't because this error appears in my browser. Sometimes the phrase in my RStudio 'enter authorization code' appears.

Is there a way to search tracks and artists at the same time? I am trying the advanced search notation from spotify but I think the code is locked to...

Found an error with `getPlaylistSongs()` when using the playlist URI "5B1cwnAqTGzM4cIHPqri4f". Long story short, there are 77 songs in the playlist. However, the lists generated by the function (popularity, ID,...

Is there a way to get only tracks from an artist? There are some artists that doesn't have an album, just tracks...

Hi all, I'm rather new to R and though I feel like I've did some reading on lists etc. I still can't seem to figure out how to make this...

Hi! I'm unsure of what would be causing this. running getArtist, for example on `foofighters

seems like the app generates a wrong auth-url (take a look at the redirect_uri parameter): ``` https://accounts.spotify.com/authorize?client_id=&scope=playlist-read-private&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code ``` > INVALID_CLIENT: Invalid redirect URI

Failed Example: ```R 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...

I'm getting "Error in open.connection(con, "rb") : HTTP error 401." when I run the following: ```R getAlbums("3z6Gk257P9jNcZbBXJNX5i", type = "album", market = "US") # this is using the Regina Spektor...