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
If a valid user access token is specified in the request header, the country associated with the user account will take priority over this parameter.
Note: If neither market or user country are provided, the content is considered unavailable for the client.
Users can view the country that is associated with their account in the account settings.
You have not specified any country in your request, it means Spotify was using the country associated with your account, if you haven't set a country in your account setting, no show is available for you, so it return list of null.
In order to fix the above problem, you could simply specify a country like market=US
Describe the bug
When attempting to use the show query code I get the following error this doesnt occur on the track search
To Reproduce
Log/Output data
Search error! ParseJson(Error("invalid type: null, expected struct SimplifiedShow", line: 4, column: 20))
The text was updated successfully, but these errors were encountered: