YQL query with open data tables crashes app

You must Login before you can answer or comment on any questions.

Hi all,

I'm running into an issue with Titanium's Titanium.Yahoo.yql method on iPhone. I'm trying to execute a query which uses an open data table that I've built but unfortunately, it's causing the following exception:

>Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: data)'

Here's the query

I've confirmed that the query does in fact return results in the YQL console. I've also tried another query, one that doesn't use an ODT, in my app and that works OK.

My best guess is that it's something to do with this type query required an HTTPS connection.

Has anyone else run into this? Any help would be appreciated :)

Cheers, Terry

— asked 2 years ago by Terry Morgan
1 Comment
  • I get this also. Even when just sending the query and doing nothing interesting in the callback.

    — commented 2 years ago by Graham Weldon

Your Answer

Think you can help? Login to answer this question!