While fetching charts there is a failed to decode json error, no matter which chart.
shazam = Shazam()
top_spain_rap = await shazam.top_country_genre_tracks(
country_code='ES',
genre=GenreMusic.HIP_HOP_RAP,
limit=4
)
print(top_spain_rap)
Result:
line 25, in validate_json
raise FailedDecodeJson("Failed to decode json") from e
shazamio.exceptions.FailedDecodeJson: Failed to decode json
While fetching charts there is a failed to decode json error, no matter which chart.
Result: