Closed dominicap closed 2 years ago
Actually I do know what causes this error. You were playing a track in the context of your liked songs, so the value in the JSON payload for context.type
is "collection". My library attempts to decode this value into an instance of IDCategory
, but there is no case for this value in the IDCategory
enum.
I've fixed this issue in an upcoming release. Expect it shortly.
Makes sense, thanks so much!
Released version 2.1.0, which fixes this issue!
Hello,
I am trying to use the "currentPlayback" endpoint, however when making a request, I receive a SpotifyDecidingError as seen below:
Here is the function which I invoke.
Any suggestions? Thanks so much!