Forums » Bugs & Problems Search

Static Playlist Generation New Reply

Author Post
Posts: 10
Registered: Oct 27, 2011

Hey Everyone,

A project I'm working on using the static playlist generation has suddenly stopped working! :( Basically, the request is sent, but times out before getting a response. Is there planned outage or is it likely a problem at my end?

Thanks

Posts: 113
Registered: Sep 05, 2008

maxehmookau: things look OK for us. Can you give us more details on the call(s) you are making?

Posts: 10
Registered: Oct 27, 2011

Sure, well here's an example call from my iOS app

http://developer.echonest.com/api/v4/playlist/static?api_key=API_KEY&type=song-radio&variety=1.000000&max_danceability=0.595794&min_danceability=0.205794&results=5&song_id=SOLGISP128CB7B06E3

In a browser, this seems to work fine but my iOS app seems to keep receiving null.

I'm only receiving the data and saving it as an NSData object, but all it receives at the moment is null. The bit I'm confused about is that I had it working fine yesterday, but today it doesn't work at all... maybe just me being stupid. Any thoughts?

Posts: 32
Registered: Sep 08, 2009

maxehmookau,

I edited your API Key out of the example call in your post, you probably don't want to expose it :)

Tyler

Posts: 10
Registered: Oct 27, 2011

Thanks :) Also, don't worry.. was my fault. iOS wasn't encoding the request properly. Apologies :)

Reply to this Thread

You must log in to post a reply.