I forgot to include a link so here ya go... http://physiology.uthscsa.edu/tv/1/display1.htm
On Feb 13, 1:49 pm, Randall <arcie...@gmail.com> wrote: > I have been struggling with this for a month or so now. I developed a > daily news display for a TV hanging in the main office of the UT main > office. It's coded to fit on a 1080p screen so it won't display > properly on your typical computer resolution. > > I found that by decreasing the number of feeds the javascript calls > stopped the "qps ratelimitexceeded" error message. I am using > vTicker to scroll through news and weather feeds. The ({ showItems: > 10}); part is where it looks for the next 10 stories to display. I > found that it would continue to search for the next 10 items even > though the previous 10 hadn't scrolled completely through yet. Thereby > stacking an additional 10 items every time and causing the error. I > simply reduced the number from ({ showItems: 10}); to ({ showItems: > 3});. > > BEFORE: > > <script type="text/javascript"> > > $(document).ready(function () { > > $('#ticker2').rssfeed('http://feeds.sciencedaily.com/sciencedaily? > format=xml',{}, function(e) { > > $(e).find('div.rssBody').vTicker({ showItems: 10}); > > }); > > }); > > </script> > > AFTER: > > <script type="text/javascript"> > > $(document).ready(function () { > > $('#ticker2').rssfeed('http://feeds.sciencedaily.com/sciencedaily? > format=xml',{}, function(e) { > > $(e).find('div.rssBody').vTicker({ showItems: 3}); > > }); > > }); > > </script> > > On Feb 10, 12:42 pm, Adam Feldman <adam.feld...@google.com> wrote: > > > > > > > > > Hello, > > > Looking at that page, I don't see a problem. I checked our logs of > > requests over the last few days and don't see a single request blocked for > > quota reasons. The only requests that weren't filled were a handful (less > > than 2% of your queries) that were the result of a server error (which > > could have been caused by a few things). > > > Perhaps that error is being caused by another component of your page? Can > > you tell me the exact error? Also, setting up a simple demo page that has > > most of the content removed but demonstrates the error would also be > > helpful. > > > Thanks, > > Adam > > > On Fri, Feb 10, 2012 at 8:42 AM, dejavu lab <deja...@javumail.info> wrote: > > > Hi Adam, > > > You can see same problem here: > > >http://www.javu.info/cd/sandiego > > > > On Feb 9, 10:36 pm, Adam Feldman <adam.feld...@google.com> wrote: > > > > Hello, > > > > > Can you provide a link to the webpage that you're calling the Feed API > > > > from? I'd be glad to investigate why you're getting throttled. > > > > > Thanks, > > > > Adam > > > > > On Thu, Feb 9, 2012 at 11:01 AM, quandt <brian.qua...@gmail.com> wrote: > > > > > Same here! Just using the google feed api (ie just a instance placed > > > > > on a page which users can visit) and I'm gettingqps rateexceeded. > > > > > > My site get's maybe 50 users a day. > > > > > > And yes, I've seen this problem myself when I visit my own page. > > > > > > The code is cut/paste from google's own feed api example. The blog/ > > > > > feed I'm pulling has less then 50 posts. > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > > > Groups "Google AJAX APIs" group. > > > > > To post to this group, send email to > > > > > google-ajax-search-api@googlegroups.com > > > > > To unsubscribe from this group, send email to > > > > > google-ajax-search-api+unsubscr...@googlegroups.com > > > > > 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 > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Google AJAX APIs" group. > > > To post to this group, send email to > > > google-ajax-search-api@googlegroups.com > > > To unsubscribe from this group, send email to > > > google-ajax-search-api+unsubscr...@googlegroups.com > > > 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 -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com 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