- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My Question or Issue:
When making a call to the /reccomendations endpoint, I get a seemingly regular response to the API call, except the tracks array is empty.
Call code:
Response:
{
"tracks" : [ ],
"seeds" : [ {
"initialPoolSize" : 0,
"afterFilteringSize" : 0,
"afterRelinkingSize" : 0,
"id" : "meme rap",
"type" : "GENRE",
"href" : null
}, {
"initialPoolSize" : 0,
"afterFilteringSize" : 0,
"afterRelinkingSize" : 0,
"id" : "irish drill",
"type" : "GENRE",
"href" : null
}, {
"initialPoolSize" : 0,
"afterFilteringSize" : 0,
"afterRelinkingSize" : 0,
"id" : "uk hip hop",
"type" : "GENRE",
"href" : null
}, {
"initialPoolSize" : 0,
"afterFilteringSize" : 0,
"afterRelinkingSize" : 0,
"id" : "lo-fi rap",
"type" : "GENRE",
"href" : null
}, {
"initialPoolSize" : 0,
"afterFilteringSize" : 0,
"afterRelinkingSize" : 0,
"id" : "uk drill",
"type" : "GENRE",
"href" : null
} ]
}
as you can see the api returns the seeds but the track array is empty...
Solved! Go to Solution.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page