The 'tracks' relationship may only be activated with a single resource fetch

Hi,

I’ve encountered a bug related to including tracks as a relationship in the playlists list. The issue arises when there is more than one playlist.

Specifically:

  • Single Playlist: The functionality works as expected.
  • Multiple Playlists: The application crashes.

Please let me know if you need additional information or if there are any updates on this issue.

Thank you!

curl --request GET \
  --url 'https://api.music.apple.com/v1/me/library/playlists?include=tracks' \
  --header 'Authorization: Bearer {token}' \
  --header 'Music-User-Token: {token}'

Our engineering teams need to investigate this issue, as resolution may involve changes to Apple's software. I'd greatly appreciate it if you could open a bug report, include an example, directions for using your sample to demonstrate the problem, and post the FB number here once you do.

Bug Reporting: How and Why? has tips on creating your bug report.

The 'tracks' relationship may only be activated with a single resource fetch
 
 
Q