"Failed to return owned playlists for the current user."

Hi!
We got an error HTTP 500 “Failed to return owned playlists for the current user.” while trying to retrieve user playlists for some Amazon Music customers.
Here is the request: https://api.music.amazon.dev/v1/me/playlists?limit=100

Do you know why we have such an error for only a few users and what it means? @sam

I also tried for a specific customer to retrieve only his public playlists with the dedicated endpoint and got this error:

“Request to MusicPlaylistService API getPlaylistsByIdV2 failed due to exceeding the timeout of 3000ms”

It’s like there’s a big playlist in the list or at least a specific playlist that is failing the whole retrieve process. Let me know if you need the customer ID.

Thank you.

Thank you for bringing this to our attention.
We did find a couple of these service timeouts in our logs and are now investigating.

1 Like

That’s great! We are still having the issue.
Do you have some updates?

Hi Thomas,

still working on it. There is a chance we might be decreasing the maximum value for “limit” in order to avoid these timeouts.
Could you lower that value on your end for now (e.g. from “100” to “50”) and check if you are still experiencing these errors?

Hi!
Thank you for the update.

The issue is probably unrelated to pagination, as I still have the error for some users, even when setting a limit to 50 and even trying with 1 or 2.