rinukkusu / spotify-dart

A dart library for interfacing with the Spotify API.
BSD 3-Clause "New" or "Revised" License
206 stars 93 forks source link

Getting "type 'Null' is not a subtype of type 'Map<String, dynamic>'" on missing audio feature #223

Closed bvasya closed 4 weeks ago

bvasya commented 3 months ago

https://api.spotify.com/v1/audio-features?ids=2cs7JxrZ9DxvsfoVI07ayX return

{
    "audio_features" : [ 
         null
     ]
}

This request throws an error at spotify.audioFeatures.list(trackIds): type 'Null' is not a subtype of type 'Map<String, dynamic>'