Hi Olivia,
The following line in your gadget code is what's causing the UNSUPPORTED_FEATURE error: <Require feature="opensocial-0.5"/> The Shindig gadget server does not have support for this feature in its current state. You may want to try the following: 1. Change the <Require feature="opensocial-0.5"/> to <Require feature="opensocial-samplecontainer"/> This will enable you to run your gadget inside the sample container with some preloaded stock state data 2. Load the samplecontainer.html file by pointing your browser to: http://localhost:8080/gadgets/samplecontainer/samplecontainer.html 3. Enter http://louiscryan.googlepages.com/LameGame-dev.xml in the text field in samplecontainer.html and hit the "reset" button (at least that's what the button was named as of yesterdays code). Chak On Jan 16, 2008 7:14 AM, Olivia Gannon <[EMAIL PROTECTED]> wrote: > Hi, > > > > I have launched shindig gadget server but when I try to launch a gadget > e.g. > > http://localhost:8080/gadgets/ifr?url=http://louiscryan.googlepages.com/Lame > Game-dev.xml > > > > I get an error UNSUPPORTED_FEATURE > > > > Am I missing something?? Any ideas?? > > > > Thanks! > >

