mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #279] TrackId in FullTrack can be null #85
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#85
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 @aome510 on GitHub (Nov 8, 2021).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/279
Describe the bug
According the specs defined in docs.rs,
TrackIdinFullTrackis not null. However, get playlist items can return a track object will null id.To Reproduce
Steps to reproduce the behavior:
jq .items[].track.id /tmp/data.txtto view the list of track's idsExpected behavior
There should be at least one null entry
@marioortizmanero commented on GitHub (Nov 19, 2021):
Oh nice, the docs have been updated and look a bit more detailed now. Which means that the links are broken... I've opened #281 for that.
I was able to reproduce your issue with your indications, which should be fixed with #282. As far as I can tell this happens with local tracks only.
Thanks for the report!