So do you see the new BLIP_SUBMITTED event in the capabilities.xml? I've occasionally run into this by accident myself when I updated the version of the application in app.yaml and then forgotten to go to appengine.google.com and make the new version the default.
Thanks, -joe -- Joe Gregorio Developer Relations, Google Wave On Wed, Apr 14, 2010 at 7:30 PM, jeno <[email protected]> wrote: > Hi Kapil, > > Thanks for your time. > the <version> should be automatically changed to a new hash value > whenever you add or remove an event > ( http://code.google.com/apis/wave/articles/robotdebugging.html) > My issue is version hasn't changed when i add or remove an events. > > If the version is not changed bot is loading with old version. > > Cheers > jeno > > On Apr 14, 9:27 pm, Kapil Neurgaonkar <[email protected]> wrote: > > Hi Jeno, > > With v2 APIs the capabilities document is automatically generated based > on > > the behavior of your robot. You can check the > > documentation< > http://code.google.com/apis/wave/extensions/robots/events.html#Capabi...> > > . > > > > Regards, > > Kapil Neurgaonkar > > > > > > > > On Wed, Apr 14, 2010 at 12:24 PM, jeno <[email protected]> wrote: > > > i am updating event with BLIP_SUBMITTED. still i am getting same wave > > > version > > > <w:version>fffffff74ac4797c</w:version> and event haven't updated > > > with <w:capabilities> > > > > > please any help > > > > > cheers > > > jeno > > > > > On Apr 14, 3:30 pm, jeno <[email protected]> wrote: > > > > Hi *, > > > > > > I developed simple robot using latest version of java api and > deployed > > > > on GAE. working cool on wave sandbox. > > > > > > For the next version i removed WAVELET_PARTICIPANTS_CHANGED event and > > > > add onFormButtonClicked > > > > and also change my getRobotAvatarUrl and getRobotProfilePageUrl. > > > > deployed on GAE and change default apps as current version > > > > > > When i am inspecting Robot Capabilities , it is not changed . It is > > > > returned as previous version did > > > > > > <w:robot> > > > > <w:version>fffffff74ac4797c</w:version> > > > > <w:protocolversion>0.2</w:protocolversion> > > > > - > > > > <w:capabilities> > > > > <w:capability name="WAVELET_SELF_ADDED"/> > > > > <w:capability name="WAVELET_PARTICIPANTS_CHANGED"/> > > > > </w:capabilities> > > > > </w:robot> > > > > > > i removed robot participant and add it again . robot added with old > > > > version of avatar image and url. it is not loaded new version. > > > > > > Thanks for your time > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Google Wave API" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-wave-api%[email protected]> > <google-wave-api%2Bunsubscribe@ googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-wave-api?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google Wave API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-wave-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Wave API" 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-wave-api?hl=en.
