2 messages in com.googlegroups.google-gadgets-apiRe: Strange problem with _IG_FetchCon...
FromSent OnAttachments
andregoncalves23 Nov 2007 03:32 
andregoncalves23 Nov 2007 13:52 
Subject:Re: Strange problem with _IG_FetchContent (help needed)
From:andregoncalves (andr@gmail.com)
Date:11/23/2007 01:52:06 PM
List:com.googlegroups.google-gadgets-api

Never mind... everything looks fine now

Hi,

I'm having a strange issue with my google gadget mappeo
(http://www.google.com/ig/directory?q=mappeo&root=%2Fig&igtab=dev&dpos=top&ur...)

In the last few days, my calls to _IG_FetchContent (i get a json reply with a list of videos) return empty, and i've checked my server logs and there isn't any entry from google feedfetcher as it used to be.

Strangely, if i try my gadget in the google gadget editor, everything works fine. Also, i have a mapplet (http://www.google.com/ig/directory? q=mappeo&root=%2Fig&igtab=dev&dpos=top&url=http://mappeo.net/gadget/ mapplet) that shares the same javascript code and everything works fine also.

This is an example of the _IG_FetchContent code i'm using: _IG_FetchContent("http://mappeo.net/videos/find? lower_lat=-74.95939165894973&higher_lat=68.13885164925573&lower_lng=-94.921875&higher_lng=111.796875", plot, { refreshInterval: (60 * 10) });

If you try a GET request on that URL, you will see that everything is working ok in my server.

Is this a google issue, or i am doing something wrong?

Thanks for your help,