Get custom URL from playlist call
I've created a taste profile with some URLs to the tracks (both locally and on Spotify). When I request a playlist using the taste profile as a source, is it possible to get the URLs? Otherwise I'll...
View ArticleJSONP with error (non-200) intercepted by browsers
echoing what RGLN is saying, it would be great to have a mapping of http response codes (similar to soundcloud), and/or add CORS supports to the API for making cross domain requestsgiven that this...
View ArticleJSONP with error (non-200) intercepted by browsers
CORS support has been part of the API for years now. This link:http://developer.echonest.com/docs/v4/#http-response-codesdocuments our use of HTTP response codes.P
View ArticleJSONP with error (non-200) intercepted by browsers
Thanks Paulmaybe i've misunderstood, i thought adding CORS (Cross-origin resource sharing) would allow cross domain requests with response headers such as Access-Control-Allow-Origin: *the issue seen,...
View ArticleSong/identify will be offline for extended maintenance
Echoprint song/identify is also my favorit one.
View ArticleJSONP with error (non-200) intercepted by browsers
Are you using jQuery? If so, requests that fail because of the CORS header issue will resolve the "fail" path of the promise. For...
View ArticleJSONP with error (non-200) intercepted by browsers
Hey Ned, thanks for chipping in So when making requests from the client, the only way to handle errors is in a generic 'catch all' wayJust so i can understand...Why are the CORs headers missing from...
View ArticleArtist search "results" and "start" parameters not working
Artist search pagination does not seem to work properly.For instance, a dummy search for "aa" using results=10 and start=0 gives me 10...
View ArticleArtist search "results" and "start" parameters not working
Hi noahsimon. Thanks for pointing this out. We're looking into it.-Eli
View ArticleAPI Key not working
Hi, I just registered with echonest and got my API key. I can use it through the web-service but cannot use it in java program. Here is my code : ArtistAPI artistAPI = new ArtistAPI(API_KEY); I get an...
View ArticleAPI Key Problems
Hi,I've been having trouble activating my API key, is it possible to have the activation email resent or have it done manually?
View ArticleTasteProfile/Catalog not updating?
I'm going to go ahead and assume that the following error is stupidity on my part, so bare with me. I've tried creating a tasteprofile and a catalog-radio dynamic playlist based on it. When I do...
View ArticleTasteProfile/Catalog not updating?
I guess the pre tags and no-break spaces don't work? Sorry. They looked liked they worked in the preview.Here are the requests I made in the "Proper" format:GET { name: Date.now(), type: 'artist'...
View ArticleArtist search "results" and "start" parameters not working
Hello all,Just wondering if you had any updates on this issue. Are you aware of some workaround I could use in the meantime for the search pagination?
View ArticleAPI Key not working
Hi - Is anyone looking into this? My API key with java is not working.Thanks, Mita
View ArticleAPI Key not working
Hi Mita,In order to get help, you'll need to be a little more specific about what problem you're having. When you say you "can use it through the web-service", do you mean that you can manually type a...
View ArticleAPI Key not working
Hi - I am using the java code code from your documentation: http://code.google.com/p/echo-nest-java-api/ Under Artist Similarity example. When I use the key that was given to me in the same example but...
View ArticleAPI Key not working
That's an out-of-date version of our Java API wrapper. You want to try the code over here:https://github.com/echonest/jEN
View Article