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,