spotifyr icon indicating copy to clipboard operation
spotifyr copied to clipboard

R wrapper for Spotify's Web API

Results 35 spotifyr issues
Sort by recently updated
recently updated
newest added

When trying to use any function that requires the Spotify access token, I get the following error in R: ``` get_my_profile('BQAutrEqv1HNUuVJB7gRsIkih53KbntAJeeAAc7JDEwbRpQ3Z1PuVecf9zdjgg2StJQAU_LAMwjLI1xBJ4d1ZKa371_VE77FuAJY5KhnjfIrPqNL4LzSWtj2cXPpsbqspzuWls8wh8vn522mgE1oTFhm7Y9rBDAPML2****') Error: $ operator is invalid for atomic vectors Request...

question

Hey, is it somehow possible to create a shiny app, deploy it somewhere and then let users connect to the spotify API? When I run an app in RStudio that...

question

Apologies -- starting its own thread: `library(spotifyr)` returns: `Warning message: In c(x, values) : closing unused connection 3 (https://developer.spotify.com/documentation/general/guides/authorization/scopes/)` Which may or may not be causing this issue downstream: `get_spotify_authorization_code()`...

question

According to the documentation the limit parameter can range from 1 to 100. This is a bit low since many playlists have several hundred entries. Is there a way to...

enhancement

Hi all, and many thanks for creating and maintining this package in a very welcoming spirit! This is a question, not an issue per se, although I'd gladly send a...

Hello Charlie86, Apologies if this is not formatted correctly, I have only posted issues a few times, but I love your R package and wanted to contribute. I love the...

help wanted

This is likely a corner case issue, but when using get_artist_audio_features() For the artist Nas, by ```R get_artist_audio_features(artist="nas") ``` I get the following error. ```R Error in UseMethod("rename_") : no...

duplicate

When I call `get_artist_audio_features()` on certain artist names, I get an interesting error. Consider below: `get_artist_audio_features('Kent Jones')` `Error in get_artist_audio_features("Kent Jones") : No artist found with artist_id='3jHBxvZ9gbBkZ17wKUqVsO'` But there *is*...

enhancement
documentation

Hi, When I am trying to load audio features for >100 tracks (i.e., 3115) using for-loops, I am getting the following errors: ## For-loop 1) ``` # Extracting Spotify IDs...

question

Hi @charlie86, really liked the project and implemented couple methods I've found in the Projects pane. Feel free to comment where needed or to suggest changes.

enhancement