Post

Replies

Boosts

Views

Activity

Comment on MusicKit playlist creation fails when number of songs is too large
Thanks. My workaround for now is to create a playlist (0 songs added) then add tracks in 250 count chunks. On each add request I attempt it up to 4 times with exponential backoff. If it fails after 4 times I move on to the next chunk and abandon those songs. Extremely slow and ridiculous that it has to be done. For my case the ux will be bearable in most cases, but this is still crazy. The Spotify api has none of these problems
Dec ’22