Daniel Antal

Results 77 comments of Daniel Antal

OK, thisi is a logical error, because get_artist_audio_features() relies on data from albums or singles. For some reason, get_artist_albums() does not return anything with artist = "6dH5I8Q7HhXu74cBXkP0LD". I added an...

@letilagle Can you please give a concrete example to look into it, i.e. a function call with a particular artist ID?

Hi @VerbingNouns , I'll leave this here so that maybe someone can help with you, but I think this is unrelated to our code - but if someone has any...

@alecgynness I'll try to look into this, but it is difficult to replicate this problem without your session, authentication details, etc.

Can you please confirm that the development version 2.2.4 installed with `devtools::install_github('charlie86/spotifyr` solves your issue, @alecgynness?

I think that it would be very useful if somebody could elaborate a bit more on the problem, and produce a replicable error. At the very least somebody should report...

This is a function naming problem. get_artist_audio_features() refers to `get_artist_albums()`, but Kenny Jones has no albums. However, `get_artist_albums()` should be re-named get_artist_catalog(), as it can also retreive information about singles,...

In fact, this appears to be a case of [#159](https://github.com/charlie86/spotifyr/issues/159).

This is not an easy question. You need to deploy a Shiny app that has three types of authentications: as a Shiny app, as your app on Spotify Developer API,...

Well, I think that we are talking about different issues here. If you want to do some programming that involves tibbles (data.frames) as opposed to vectors, we are not talking...