Hello, I keep getting wildly inconsistent results from /song/search when attempting to make a query from PC using curl and from Android using Retrofit as a wrapper.
When I make the following query from curl (http://developer.echonest.com/api/v4/song/search?api_key=XXXX&format=json&results=1&artist=GROUPLOVE&title=Ways+To+Go+%28Album+Version%29 ) I get back the following, in fact I get those exact same results no matter what values I use for results, artist, or title. When I make the exact same query on Android all I get back is a Response with a "Success" status and an empty list of songs.