Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

List of User's Playlists - missing followed Playlists #3

Closed
digitaldesaster opened this issue Mar 6, 2015 · 5 comments
Closed

List of User's Playlists - missing followed Playlists #3

digitaldesaster opened this issue Mar 6, 2015 · 5 comments

Comments

@digitaldesaster
Copy link

https://api.spotify.com/v1/users/{user_id}/playlists

i am missing the playlists i am following. only my own playlists show up.

best regards
Alex

@thelinmichael
Copy link
Contributor

@digitaldesaster, I can't recreate this issue using my own account.

Please specify your Spotify User ID (e.g. spotify:user:digitaldesaster), the scope you're using when making the request, and also specify what result you're expecting. Thanks!

@digitaldesaster
Copy link
Author

the last playlist i followed is spotify:user:spotify_germany:playlist:0SD9CfihP5HiA2MbWVoWi4

official spotify apps:
the playlist called "sonne" shows up in my library on my Android device and on my mac.

but if i use the webapi i miss these playlist.
https://api.spotify.com/v1/users/1121798449/playlists?offset=0&limit=20

first playlist is "Schwarz dont crack".....

{
"href" : "https://api.spotify.com/v1/users/1121798449/playlists?offset=0&limit=20",
"items" : [ {
"collaborative" : false,
"external_urls" : {
"spotify" : "http://open.spotify.com/user/1121798449/playlist/4NnJaFmyOZDAraileSpybU"
},
"href" : "https://api.spotify.com/v1/users/1121798449/playlists/4NnJaFmyOZDAraileSpybU",
"id" : "4NnJaFmyOZDAraileSpybU",
"images" : [ {
"height" : 640,
"url" : "https://i.scdn.co/image/f3a0e46344e03fd5548f37f7eb071fd1a2932784",
"width" : 640
} ],
"name" : "Schwarz Dont Crack – Schwarz Dont Crack - EP",
"owner" : {
"external_urls" : {
"spotify" : "http://open.spotify.com/user/1121798449"
},
"href" : "https://api.spotify.com/v1/users/1121798449",
"id" : "1121798449",
"type" : "user",
"uri" : "spotify:user:1121798449"
},
"public" : false,
"tracks" : {
"href" : "https://api.spotify.com/v1/users/1121798449/playlists/4NnJaFmyOZDAraileSpybU/tracks",
"total" : 4
},
"type" : "playlist",
"uri" : "spotify:user:1121798449:playlist:4NnJaFmyOZDAraileSpybU"
}, {

thanks

@thelinmichael
Copy link
Contributor

Thanks @digitaldesaster. A few more questions to make the picture clearer:

  1. Are you retrieving any playlists which are created by other users? Would be great to see the full 20 playlists you're retrieving.
  2. Is the access token you're using connected to the user 1121798449?
  3. Does the access token have the scope playlist-read-private?

@digitaldesaster
Copy link
Author

Hey Michael,

i used the web api console to test. now it works, it seems that there was a temporary problem.

1.) yes, now its fine http://pastebin.com/x3LXbh7n
2.) / 3.) as i used the web api console, i had to agree to this scope..

did you changed anything?

@thelinmichael
Copy link
Contributor

@digitaldesaster, we haven't made any deployments today affecting this endpoint. I'm going to close this ticket but please reopen it if you believe you're seeing the same thing again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants