You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ive stumbled upon few non-desealizable responses from spotify api and created a merge request. For them.
BUT
There seems to be bigger issue on spotify side of the API.
Even when looking at official api docs spotify generates invalid responses. For example this long piece of "episode".
In reality it is object that should never exist. Episode with artist object is not specified. It also misses some parameters that should not be missing. In this case i dont have quick solution for fixing theese issues.
Could you please provide actual requests (the specific requests, not just the endpoints) and the issues you've found? What you've provided here isn't an issue, it deserializes fine for me.
Ive stumbled upon few non-desealizable responses from spotify api and created a merge request. For them.
BUT
There seems to be bigger issue on spotify side of the API.
Even when looking at official api docs spotify generates invalid responses. For example this long piece of "episode".
In reality it is object that should never exist. Episode with artist object is not specified. It also misses some parameters that should not be missing. In this case i dont have quick solution for fixing theese issues.
The text was updated successfully, but these errors were encountered: