3dbounce
Posts: 0
Joined: Sat May 18, 2013 9:58 am

RSS feeds not working

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

RSS feeds not working

Hi,

Could you please give us a public link to your app?

3dbounce
Posts: 0
Joined: Sat May 18, 2013 9:58 am

RSS feeds not working

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

RSS feeds not working

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.

3dbounce
Posts: 0
Joined: Sat May 18, 2013 9:58 am

RSS feeds not working

Hi,

i've sent an invite so you should be able to access it now.

thanks

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

RSS feeds not working

What is the app name?

3dbounce
Posts: 0
Joined: Sat May 18, 2013 9:58 am

RSS feeds not working

BAOS App

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

RSS feeds not working

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.

3dbounce
Posts: 0
Joined: Sat May 18, 2013 9:58 am

RSS feeds not working

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

RSS feeds not working

Try to use Show event instead Load.

Return to “Issues”