track/search returns tracks that are not found in track/details

22 views
Skip to first unread message

Jim

unread,
Dec 17, 2011, 7:30:36 AM12/17/11
to 7digital API Developers
Unsure if this is a bug or something I should code around?

This doesn't happen often but means I have to make an additional API
call for every search result found to prevent errors in my
application:

Track search:
http://api.7digital.com/1.2/track/search?q=bliss&oauth_consumer_key=KEY
First track returned:
<searchResult>
<type>track</type>
<track id="5134215">
<title>Bliss</title>

Request track details:
http://api.7digital.com/1.2/track/details?trackid=5134215&oauth_consumer_key=KEY
Returns:
<error code="2001">
<errorMessage>Track not found</errorMessage>
</error>

Jim

Reply all
Reply to author
Forward
0 new messages