I'm creating a playlist using the MusicKit endpoint and its failing with a generic error when I give it too many songs.
[DataRequesting] Failed to perform MusicDataRequest.Context(
url: "https://api.music.apple.com/v1/me/library/playlists",
currentRetryCounts: [.other: 1]
) with MusicDataRequest.Error(
status: 500,
code: 50001,
title: "Upstream Service Error",
detailText: "Service failure: Cloud Library",
id: "NX5X43DEV3KH5NEK3Q7CEHJENM",
originalResponse: MusicDataResponse(
data: 153 bytes,
urlResponse: <NSHTTPURLResponse: 0x0000000280220080>
)
).
I tried setting a maximum of 500 songs and the request succeeded. Is there a known limit to how many songs can be added at once?