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

Upload timeouts (how to avoid)

Some explanation would be great because I have an mp3 song ~4MB that keeps throwing the exception:Exception: TRBUWAV14BCC873A68: the operation didn't complete before the timeout (60 secs)from the line:...

View Article


Upload timeouts (how to avoid)

shaq147,In the logs for track/upload I do see a fatal error processing that track on Feb 27 but only one attempt. Can you try uploading it again and post the response here? Can you post a link to the...

View Article


Spotify tracks available locally?

The Spotify regional catalogs should be available now! Let us know if you have any problems.-Eli

View Article

Upload timeouts (how to avoid)

I made two attempts today to upload the track, i get the same Exception as mentioned above.Here's the .mp3 file I tried to upload: mp3 file

View Article

Upload timeouts (how to avoid)

shaq147,I don't see any track/upload requests from your API key since Feb 28. In any event, I was successfully able to upload and analyze this track. You can get the detailed audio summary using...

View Article


jEN - get Artist's genre

Hi. Many buckets (ex. images, songs) are working well except genre. ———— code -------- Artist artist = echoNest.newArtistByID("ARH6W4X1187B99274F"); artist.fetchBucket(“genre");...

View Article

Problem with taste profile create method

I can't get a proper response when i use this query http://developer.echonest.com/api/v4/tasteprofile/create?api_key=MY_API_KEY&format=json&type=artist&name=test_artist_tasteprofileThe...

View Article

Problem with taste profile create method

You have to POST to that URL, not GET.

View Article


Problem with taste profile create method

Thank you very much, now it's fine

View Article


Upload timeouts (how to avoid)

I'm also getting these timeout errors on certain specific tracks. It started a few days ago - within a script that has been working well for many weeks (with all the same tracks). I've even tried...

View Article

Upload timeouts (how to avoid)

Hey Mikeill, what I found was that when I ran the upload using a windows machine (with python 2.7) it worked, but still doesn't work for my macbook's python 2.7! Doesn't make much sense but see if it's...

View Article

Upload timeouts (how to avoid)

Ah. Very interesting. Both on the same network? I'm getting the error on a Linux machine and also on my Macbook. Both with python 2.7.

View Article

Upload timeouts (how to avoid)

Sorry I forgot to mention, different network. That may make a difference. If you upload your track to wetransfer.com and send it to shaq147@yahoo.com I'd like to try to upload it too and see if it...

View Article


Upload timeouts (how to avoid)

Hi MikeILL - it looks like we had a glitch in the analysis flow a while back that left some tracks permanently in a 'PENDING' state. I suspect that this is what has happened to your tracks. We are...

View Article

Upload timeouts (how to avoid)

Thank you, Paul (and shaq). I'm looking into how that force_upload parameter would interface with a LocalAudioStream parameter, but if you get to this before I do, input welcome.

View Article


Upload timeouts (how to avoid)

I've tried the force_upload = TRUE method to no avail when I had the problem (timed out after 60 seconds), using:song = track.track_from_file(filepath , force_upload=TRUE)Mikeill, the upload worked...

View Article

Upload timeouts (how to avoid)

What track md5 came back? Was it one of: TREGEAX1461663C040 or TRXXMXH14616643412? This is a really ignorant suggestion, but I wonder if something about the way the mp3 file data is handled by the...

View Article


Upload timeouts (how to avoid)

Ah. Lightbulb moment, maybe. We just need to replace the "track" in the EchoNest database with a new entry!import pyechonest.track for filename in troublesome_files:...

View Article

SoundCloud URL analysis using EchoNest API for research purposes

Hi Abhishek. I am wondering how you analyze a given soundcloud track. I can upload it with http://developer.echonest.com/api/v4/track/upload and this way find out its track id. With the track id I can...

View Article

SoundCloud URL analysis using EchoNest API for research purposes

Hey jobraun,I currently do exactly the same way you mentioned which is:POST SoundCloud's stream URL link to EchoNestRetrieve track ID in the responseAnd then wait to query the track ID again and...

View Article
Browsing all 1582 articles
Browse latest View live