Page 1 of 1

Populating local SQLite database from RSS feed, can't replicate

Posted: Wed Aug 28, 2013 8:44 pm
by Helen

I cannot open and populate local sqlite db from RSS feed, even though I've used same code in other apps.
I originally followed this tutorial code, but use an RSS feed rather than cloud database. It works great in one account, but does nothing in another.
http://docs.appery.io/tutorials/build...

I can share my app if needed.

Thank you!


Populating local SQLite database from RSS feed, can't replicate

Posted: Wed Aug 28, 2013 9:33 pm
by Igor

Hello,

Could you please provide more details, what exactly did not work? Yes, share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us the app name.


Populating local SQLite database from RSS feed, can't replicate

Posted: Wed Aug 28, 2013 9:44 pm
by Helen

Thanks Igor, it's shared, name is Gold Belt Tour, test page is DataSynch.

I believe mapped JS variable 'js_synch_tours_rss' is not getting run.

I implemented everything the same - added RSS service, added RSS data source to page, then mapped output to JS variable where I would open local sqlite database and populate from RSS feed. Added 'invoke service' upon page load.

On page 'Tours', I'm able to display RSS feed without problem. However, ultimately I need to store everything and pull from local db.


Populating local SQLite database from RSS feed, can't replicate

Posted: Thu Aug 29, 2013 5:29 am
by Maryna Brodina

Hello! It's a bug, we'll fix it soon. Sorry for inconvenience.


Populating local SQLite database from RSS feed, can't replicate

Posted: Fri Sep 06, 2013 4:29 am
by Helen

Looks like this is fixed, thank you!