Error while using gFeedFetcher.js
1) Script Title: gFeedFetcher.js / gajaxticker.js
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...xrssticker.htm
3) Describe problem:
Hi I'm having an issue while using the gAjax RSS Ticker (hosted) which uses the following two scripts: gFeedFetcher.js & gajaxticker.js.
Most of the time it works fine and the RSS feed is displayed, but sometimes I get a range of error messages displayed in place of the feed:
1. ERROR: Timed out waiting for data to be extracted. If the problem persists, try simplifying your search patterns.
2. MAXIMUM ERROR COUNT REACHED
3. SSL: Socket Timeout
Can you please help in finding out why these are being displayed?
I am including both scripts in the head of the page and have the following in the body:
Code:
<script type="text/javascript">
var newsfeed = new gfeedrssticker( "mni3", "class3", 10000, "_new" )
newsfeed.addFeed( "MNI", "http://feed43.com/mniusdsmall.xml" ) //Specify "label" plus URL to RSS feed
newsfeed.displayoptions( "snippet" ) //show the specified additional fields
newsfeed.setentrycontainer( "li" ) //Display each entry as a paragraph
newsfeed.filterfeed( 5, "date" ) //Show 5 entries, sort by date
newsfeed.entries_per_page( 1 )
newsfeed.init() //Always call this last
</script>
When I check the RSS feed by entering the URL in a web browser it displays fine...
feed43 ERROR: Timed out waiting for data to be extracted.
I dont know if its the right place to ask... But i could not find another discussions dealing with this topic.
I use feed43 and then proxy it through feedburner to push feeds into my Flym news reader (android). Even after being a paid customer there's very limited support from the feed43 website itself.
Now a days i get this "ERROR: Timed out waiting for data to be extracted. If the problem persists, try simplifying your search patterns." When I check the feed in the browser there's no problem; all feeds show fine and theres no error feeds. It happens only in phones which are connected to internet through the day. Theres no ERROR feeds in phones that fetches once in a while, say twice a day.
Wheres the problem? Is it with feed43? Is there a way i can get rid of this annoying error feeds. Any help in this regard is greatly appreciated.