-
Notifications
You must be signed in to change notification settings - Fork 102
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
App crashes on fetch #21
Comments
I'm having the same issue. App crashes on fetch when I do...
I'm just trying to figure out how to access my data in 'element'. If I remove the Ti.API.info, the app does not crash. |
What about: Ti.API.info(JSON.stringify(element)); ? |
Ti.API.info(JSON.stringify(element)); will not crash the app and I can see my data. What's odd is that I can get element.id (the id generated by restapi.js) but I cannot access any other data in my JSON. element.LibraryCategoriesTitle, for example, just returns . |
Ah, I figured it out by reading https://developer.appcelerator.com/question/153642/empty-collection-after-fetch. It's element.attributes['LibraryCategoriesTitle']. Sheesh! |
Thanks, it was due to not using JSON.stringify |
Not too sure is this issue is for here but thought I'd start her anyway.
When my app launches it immediately crashes and closes with no error.
Model
Fetch Collection
If I remove
The text was updated successfully, but these errors were encountered: