Hi Adam, I was using the example given in the feed api documentation. I just now pulled out the else statement that alerts any error retrieving the feed:
---------------------------------- else //if error fetching feed, alert human readable error message alert(result.error.message) ---------------------------------- I'm not sure if this is the right way to go about resolving this but I'm hoping that if there is an error grabbing the feed, then removing this will at least stop the error message from displaying to the user. So if the feed doesn't pull in then at least there is no popup error displaying to the users. On Feb 15, 11:54 am, Adam Feldman <[email protected]> wrote: > Hi guys, > > I'm sorry that you're having so much trouble, but I can't help any further > without getting from you 1) the exact API request that is failing and 2) > the exact error message you're receiving. > > Thanks, > Adam > > > > > > > > On Wed, Feb 15, 2012 at 7:21 AM, Randall <[email protected]> wrote: > > I previously posted that reducing the number of feeds the API called will > > eliminate the error. However, it just postponed it. QPS rate exceeded is > > back and my boss is breathing down my neck! I think it's time to implement > > an alternative solution. > > > -- > > You received this message because you are subscribed to the Google > > Groups "Google AJAX APIs" group. > > To post to this group, send email to > > [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > To view this message on the web, visit > >https://groups.google.com/d/msg/google-ajax-search-api/-/5z6VbWKMeLUJ > > > For more options, visit this group at > >http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] To view this message on the web, visit http://groups.google.com/group/google-ajax-search-api?hl=en_US For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
