Page 1 of 1
RSS feeds not working
Posted: Tue Jul 23, 2013 9:41 am
by 3dbounce
Hi,
I have been working with RSS feeds for the past few weeks with everything running smoothly until now.
On friday i was working on creating a new rss feed in my news page. I set it all up correctly and also double checked it with your RSS Feed tutuorial (http://docs.appery.io/tutorials/build...)
but the feed is not being shown...
I had similar feeds working perfectly last week but now nothing works. The feeds are working fine on our side (http://baos.org.uk/rssNews.cfm) so it seems the "Invoke service" is not working.
Could you please check this out
Thanks
Grant
RSS feeds not working
Posted: Tue Jul 23, 2013 10:43 am
by Kateryna Grynko
Hi,
Could you please give us a public link to your app?
RSS feeds not working
Posted: Tue Jul 23, 2013 10:49 am
by 3dbounce
Here is a link to the app
http://appery.io/app/mobile-frame?src...
You can click on the news or events tab to get to the rss feeds
RSS feeds not working
Posted: Tue Jul 23, 2013 1:34 pm
by Kateryna Grynko
Could you please also share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a? We'll take a look.
RSS feeds not working
Posted: Tue Jul 23, 2013 1:40 pm
by 3dbounce
Hi,
i've sent an invite so you should be able to access it now.
thanks
RSS feeds not working
Posted: Tue Jul 23, 2013 1:47 pm
by Kateryna Grynko
RSS feeds not working
Posted: Tue Jul 23, 2013 2:19 pm
by 3dbounce
RSS feeds not working
Posted: Tue Jul 23, 2013 4:00 pm
by Maryna Brodina
Hello! You have JS asset loadingbar. There is a function in this asset:
codefunction showSpinner() {
MyRestService.execute({});
}/code
but MyRestService is not defined on news page. That's why when you call service restservice1 on page news and it's time to show the spinner (when showSpinner function is calling) - there is an error "ReferenceError MyRestService is not defined" and no service call. Delete or recreate showSpinner function in loadingbar asset.
RSS feeds not working
Posted: Tue Jul 23, 2013 4:06 pm
by 3dbounce
aaah, that's sorted it! I've deleted it and now its working 
How do you suggest i add a loading element for when the RSS feed is being pulled? if it were to load slowly it would look like it wasn't working as the screen would be blank... Any ideas?
RSS feeds not working
Posted: Tue Jul 23, 2013 4:17 pm
by Maryna Brodina
Try to use Show event instead Load.