Quantcast
Channel: The Echo Nest Developer Forum
Browsing all 1582 articles
Browse latest View live
↧

failure with local file upload

Forgot to mention I am using Unity, and using this method: WWWForm

View Article


failure with local file upload

hsewell,I haven't used C# or Unity, but when uploading a local file (e.g. using curl) the POST command looks something like this:curl -F "api_key=API_KEY" -F...

View Article


failure with local file upload

I'm also not familiar with Unity, but Content-Type should be a header rather than a form value if you include it.

View Article

failure with local file upload

Finally got it, thanks for your help guys! Problem 1 was what you pointed out, and problem 2 was Unity making it hard to change the request header. The WWWForm was not needed. If anyone ever needs to...

View Article

Requesting Fingerprinting Wait Time

Thank you!

View Article


Song/identify will be offline for extended maintenance

To developers using song/identify:Due to some necessary, critical infrastructure maintenance, we will be taking song/identify offline starting today. If the maintenance proceeds as planned,...

View Article

Song Identify Problem

For the past couple of days the /song/identify api had been alternating between returning 503 Service Temporarily Unavailable messages and empty responses. This can be confirmed by clicking on the...

View Article

Song Identify Problem

Sorry it was supposed to say that it has been alternating, not that it had been. The issue is still present. Stupid phone/Swype.

View Article


Song Identify Problem

Please remove this thread. I missed the post in announcements

View Article


Analysis for Spotify tracks

Now that Echonest is a part of Spotify, can we expect better coverage of the Spotify catalogue anytime soon? I've noticed the following:most new tracks give the "The Identifier specified does not...

View Article

Analysis for Spotify tracks

I can add that my fallback method for now is to get the song_id and use that in song/profile to get an analysis that way. It works but it is suboptimal for two reasons:an extra server call neededno...

View Article

Analysis for Spotify tracks

svantana,Can you give an example of some Spotify track(s) that you cannot find? While we may not have track-level analysis for everything, we try to keep the catalog current.David

View Article

Analysis for Spotify tracks

Thank you for the swift answer!Perhaps I am doing something wrong, but e.g. requesting the chart topper "Rather Be" like...

View Article


Song/identify will be offline for extended maintenance

Hey all - song/identify for ENMFP fingerprints is now back online. If the rest of maintenance proceeds as planed, Echoprint lookups should be restored by the end of the week. -- Paul

View Article

from pyechonest import config

Helped me too. Also new to Python and coming from php. thx.

View Article


Where is AllOnTheOne.mp3?

This is the output when I run One.py, but I can't seem to find AllOnTheOne.mp3. It looks like it should be in either One/, Music/ or echo-nest-remix-examples/, (where it was called from), but it...

View Article

Get tempo of several songs

RunBeat,If you are identifying songs using track/upload or song/search, then you should have song IDs (SO..., SO..., etc.). You can get multiple audio summaries at once using song/profile.e.g....

View Article


Get tempo of several songs

Im getting the list of songs from Spotify playlist, would it be possible to use that ID to fetch the data?

View Article

Where is AllOnTheOne.mp3?

I'm running it on osX 10.6.8. Python 2.7.6.

View Article

Where is AllOnTheOne.mp3?

Hm. I'm on 10.8.5, but the results should still be similar. If it is not in the same folder that you run the script from, does a Spotlight search find it?.thor

View Article
Browsing all 1582 articles
Browse latest View live