Check to make sure you do not have more than one referance to jquery
in your code. for instance you might have
<script type="text/javascript" src="/js/jquery-1.4.1.min.js"></script>
<script type="text/javascript" src="/js/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="/js/jquery-1.6.1.full.js"></
script>

you should replace all of this with just one.

On Jan 31, 11:35 am, Leandro Brito <leandroncbr...@gmail.com> wrote:
> Hey guys,
>
> I'm using the Google Feed API to read a RSS and a widget to show news.
> Sometimes the message "qps rate exceeded" appears, I read about this
> and seems related with quantity of requisitions.
> I pretender to share the snippet of javascript for other users put my
> widget in their sites, but this error can be a problem in future due
> to the large amount of requests.
>
> Is there any way to fix this?
> Do you advise me not to use the API in this situation?
>
> Thanks

-- 
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

Reply via email to