Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios 6 #6

Open
TimKreger opened this issue Dec 3, 2012 · 5 comments
Open

ios 6 #6

TimKreger opened this issue Dec 3, 2012 · 5 comments

Comments

@TimKreger
Copy link

Hi All. Has anyone got this working in ios and or iPod 5 devices. I never get a request finished call when running this on an ios6 device even when its targeted to 5.1 ?

Any Ideas?

@carlj
Copy link

carlj commented Jan 23, 2013

maybe the Reason is the deprecated ASIHTTPRequest Framework

@TimKreger
Copy link
Author

ASIHttpRequest isnt acually deprecated, just not supported. Its still works pretty well for most purpose(echonest being one of them). The issue was issue at my end and was due to the change in the echonest api which I had missed.

@ylevtov
Copy link

ylevtov commented Mar 1, 2013

Hi Tim,

Could you expand on what the problem was in your case? I'm getting an EXC_BAD_ACCESS in the [ASIHTTPRequest requestStarted] method and am wondering if it's the same problem you were facing.

Thanks,
Yuli

@TimKreger
Copy link
Author

Sorry for the slow reply Yuli. My issue was that the api used to hold the repsonse to an analysis request until the analysis was complete. Now you have to keep requesting the status of a track analysis, wait until you get a track okay response then ask for the analysis. I had missed this change on the forums and in the documentation. See
http://developer.echonest.com/docs/v4/track.html for further details. I don't think its the same issue that you were facing.

Regards

Tim

@ylevtov
Copy link

ylevtov commented Apr 8, 2013

Hi Tim,

Thanks for getting back to me. Turned out my problem was simply due to the responses to my requests being cached. Just had to put a random number at the end of each request URL (hacky, I know) and everything worked like a charm.

Hope your project has been coming along well.

Best,
Yuli

On 8 Apr 2013, at 01:13, TimKreger notifications@github.com wrote:

Sorry for the slow reply Yuri. My issue was that the api used to hold the repsonse to an analysis request until the analysis was complete. Now you have to keep requesting the status of a track analysis, wait until you get a track okay response then ask for the analysis. I had missed this change on the forums and in the documentation. See
http://developer.echonest.com/docs/v4/track.html for further details. I don't think its the same issue that you were facing.

Regards

Tim


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants