Hi Andre! Just a guess but Google recently started to cache everything heavily, including request responses. If your service has been unavailable in recent past you might still see it this error in your gadget even if there's new contents now. Try adding some parameters to your URL (...?foo=bar) and see if it helps.
Cheers, Max On Sun, Mar 1, 2009 at 9:31 PM, André Tavares <[email protected]> wrote: > > Hello, > > I'm trying to make a gadget that fetches contents from a specific > website. But always that I fetch something from it I get error "503 > Service Temporarily Unavailable". The thing is that I can normally > access the website in my browser. Can someone help me on this matter? > A simplified code for the gadget is below. > > <?xml version="1.0" encoding="UTF-8"?> > <Module> > <ModulePrefs title="hello world example" /> > <Content type="html"><![CDATA[ > <script type="text/javascript"> > _IG_FetchContent("http://www.ogol.com.br/", test); > > function test(txt){ > alert(txt); > }; > > </script>]]></Content> > </Module> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
