mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #421] tracks_features breaks on deserialization when a track is requested that doesn't have audio features #141
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @caass on GitHub (May 31, 2023).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/421
Describe the bug
Requesting
tracks_featuresfor a track that doesn't have features returnsnull, whichserde_jsondoesn't expect.To Reproduce
Steps to reproduce the behavior:
tracks_featuresfor 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.
@erie-of-the-lake commented on GitHub (Sep 20, 2023):
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.