|
Hi,
I'm unable to retrieve an EN song info using 'song/profile' method from a 7digital ID that I know that EN has in its database. The method return 'success' to me, but the 'songs' tag is always empty.
For example, calling the same 'song/search' from the examples we can retrieve some 7digital's IDs:
http://developer.echonest.com/api/v4/song/search?api_key=&format=xml&results=1&artist=radiohead&title=karma%20police&bucket=id:7digital-US&bucket=audio_summary&bucket=tracks
Now, using the first 7digital's ID from that list (7digital-US:track:9522) into 'song/profile':
http://developer.echonest.com/api/v4/song/profile?id=7digital-US:track:9522&bucket=id:7digital-US&api_key=&format=xml&bucket=tracks
return to us an empty list of songs:
(replace ':' to '<' or '>' )
:response:
:status:
:version:4.2:/version:
:code:0:/code:
:message:Success:/message:
:/status:
:songs/:
:/response:
Am I doing something wrong, or is this really not expected?
Regards
|