[Google Wave APIs] Re: BLIP_SUBMITTED is not triggered in sandbox

2009-11-10 Thread Vivek
I just creadted a robot which responds to any new BLIP added by responding to BLIP_SUBMITTED event. But its not working when I deployed it. Please help me!! my code is if (e.getType() == EventType.BLIP_SUBMITTED ) { Blip blip = e.getBlip();

[Google Wave APIs] Re: BLIP_SUBMITTED is not triggered in sandbox

2009-11-03 Thread qMax
Either my head or everything seems completely broken. Using waveapi Revision: 14 Tested bot: def OnEvent(type, properties, context): logging.debug(Event %s %s%(type,properties)) if __name__ == '__main__': from waveapi import robot myRobot = robot.Robot('qmax-waving',

[Google Wave APIs] Re: BLIP_SUBMITTED is not triggered in sandbox

2009-11-03 Thread qMax
With my head, finally. Forgotten to change capabilities-version from old one. Sorry for flood. On Nov 3, 5:01 pm, qMax qwigly...@gmail.com wrote: Either my head or everything seems completely broken. Using waveapi Revision: 14 --~--~-~--~~~---~--~~ You

[Google Wave APIs] Re: BLIP_SUBMITTED is not triggered in sandbox

2009-11-03 Thread pamela (Google Employee)
Thanks for adding your app ID to that issue thread. We'll look and see if the problem is back or if there is a new one. - pamela On Wed, Nov 4, 2009 at 2:36 AM, qMax qwigly...@gmail.com wrote: The problem disappeared only for one version/fresh upload. It does not work in java also (i've