Hi!
Since a couple of days, we are having pagination issue while trying to retrieve playlist tracklist. The first page is good but then the pageInfo “Token” is not right (to be set as a “cursor”, see an example here:
https://api.music.amazon.dev/v1/playlists/e1f7187a-1b5d-46ea-b59f-4af3cd2a1118/tracks?cursor=[“com.amazon.musicplaylist.pagination.SplitPlaylistPageToken”,{“playlistId”:[“com.amazon.musicplaylist.domain.internal.CustomerOwnedPlaylistId”,{“id”:“e1f7187a-1b5d-46ea-b59f-4af3cd2a1118”}],“playlistVersion”:[“com.amazon.musicplaylist.domain.internal.CustomerOwnedPlaylistVersion”,{“version”:“266”}],“nextResultsToken”:“100”,“durationInSeconds”:1506373}]&limit=100
Do you see the “cursor” value here? It’s not a good one, not well formated and so it failed.
Any update to fix that to get the previous behavior and the expected one @sam ?
Thank you!