You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
Call the get-playlists endpoint with a non-existant user-id (that is still valid) like asjdfjljaskldfkljajklsdfasdf. asjdfjljaskldfkljajklsdfasdfjfdjkjkafjkasjkfjksd and other invalid user-ids throw an error here, correctly.
Thanks for filing this! I can confirm I can reproduce this issue and it is indeed a bug. I'll file it with the teams after the holidays and we'll get it fixed. Cheers!
bih
changed the title
/users/{user_id}/playlists returns valid PagingObject for invalid user
/users/{user_id}/playlists isn't returning "No such user" response
Dec 28, 2018
Issue found on November 3, 2018.
Endpoint(s):
GET /users/{user_id}/playlists
Scope(s):
Steps to reproduce:
asjdfjljaskldfkljajklsdfasdf
.asjdfjljaskldfkljajklsdfasdfjfdjkjkafjkasjkfjksd
and other invalid user-ids throw an error here, correctly.Expected behaviour:
An error message like:
Actual behaviour:
Valid paging object that contains an empty list of tracks.
The text was updated successfully, but these errors were encountered: