-
Notifications
You must be signed in to change notification settings - Fork 67
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
get_artist_audio_features()
fails to work on some artists due to preview_url
#202
Comments
This line raised an error for some artists, see charlie86#202
I encountered the same problem. Perhaps the Spotify API has stopped returning the I have tested it and it works without error (although obviously, this may be a problem if |
Thanks @t-davidson ! I was running into the same issue and your patch seems to work. I use this package in an exercise for my data science class, and you saved me an 11th hour coding scramble by just being able to point students to your patch of the package. |
I’m glad to help, I was facing exactly the same scenario! |
Hello,
Not sure if this is related to the CRAN removal, but there is an issue with the
get_artist_audio_features()
function with certain artists for me. For example running:cur_artist_features <- get_artist_audio_features("Alex G")
Works fine, but running:
cur_artist_features <- get_artist_audio_features("Modest Mouse")
Returns the following error:
I'm not sure how to diagnose the issue. Similarly, "Built To Spill" works, but "Chumbawamba" does not.
The text was updated successfully, but these errors were encountered: