Closed caass closed 1 year ago
Describe the bug Requesting tracks_features for a track that doesn't have features returns null, which serde_json doesn't expect.
tracks_features
null
serde_json
To Reproduce Steps to reproduce the behavior:
spotify:track:6z99LwRS28wga9xc2u09Po
Expected behavior A track which doesn't have features should be filtered out in the response.
Log/Output data
error=json parse error: invalid type: null, expected struct AudioFeatures at line 1522 column 9 Error: 0: json parse error: invalid type: null, expected struct AudioFeatures at line 1522 column 9 1: invalid type: null, expected struct AudioFeatures at line 1522 column 9
Additional context Add any other context about the problem here.
Given that this issue was resolved by #422 and was acknowledged as such in the changelog under Breaking changes and Bugfixes for version 0.12.0, this issue should be closed.
Describe the bug Requesting
tracks_features
for a track that doesn't have features returnsnull
, whichserde_json
doesn't expect.To Reproduce Steps to reproduce the behavior:
tracks_features
for a track that doesn't have features (e.g.spotify:track:6z99LwRS28wga9xc2u09Po
)Expected behavior A track which doesn't have features should be filtered out in the response.
Log/Output data
Additional context Add any other context about the problem here.