I don't know if this explains your problem, but one issue you do have is with character encodings.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwidgets.overheid20.nl%2Fagenda%2Fagenda.xml Your server isn't sending a character encoding in the header, and the XML contains non-ASCII characters. Again, I'm not certain that this is causing the problem in question, but incorrect encodings have definitely been known to cause trouble for iGoogle. This may also be why it works from your dev server - the headers might well be different.. String On May 14, 11:48 am, Alper Çuğun <[email protected]> wrote: > > And now they're gone again! What is happening here? Does anybody care > > to explain. > > > My widget information is "temporarily unavailable". Why is this the > > case? > > It's very odd, the Google Gadget Checker also will not read these > gadgets in. And it looks like the problem is located at the host > widgets.overheid20.nl. When I use my development server everything > works as expected. > > Still the host returns the correct XML for both my web browser and for > curl/nc so I don't see what the problem is or how I can figure out > what I should do to fix it. Anybody know how to debug this? > > -- > Alper --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
