I'd suggest trying to simplify the gadget until it starts working. Along
with this, itmight sound a stretch but can you try adding a <Require>
feature, e.g.:
<ModulePrefs title="Title" height="250" >
<Require feature="dynamic-height">
</ModulePrefs>
I'm debugging an issue at the moment where a gadget render request hangs if
no Require dependencies are listed. The symptoms are different to yours but
it's worth a try.
On Wed, Feb 20, 2008 at 1:40 AM, Neo Anderson <[EMAIL PROTECTED]>
wrote:
> When I took new copy of it and I changed the gadget xml file to
> http://www.google.com/ig/modules/aue07otr.xml, then I got the following
> error.
>
> *FAILED_TO_RETRIEVE_CONTENT Malformed gadget spec URL:
> http://www.google.com/ig/modules/aue07otr.xml*
>
> On Feb 20, 2008 2:57 PM, Neo Anderson <[EMAIL PROTECTED]>
> wrote:
>
> > <?xml version="1.0" encoding="UTF-8" ?>
> > <Module>
> > <ModulePrefs title="Preferences for __UP_myname__" height="250" />
> > <UserPref name="mychoice" display_name="List Params?"
> datatype="bool"/>
> >
> > <UserPref name="myname" display_name="Name" required="true"/>
> > <UserPref name="mycolor" display_name="Color" default_value="Blue"
> > datatype="enum">
> >
> > <EnumValue value="Red"/>
> > <EnumValue value="Blue"/>
> > <EnumValue value="Green"/>
> > <EnumValue value="Yellow"/>
> >
> > <EnumValue value="Pink"/>
> > <EnumValue value="Orange"/>
> > <EnumValue value="White"/>
> > </UserPref>
> >
> > <Content type="url" href="http://localhost/iGoogle/A.php"/<
> http://localhost/iGoogle/A.php%22/>
> > >
> > </Module>
> >
>