[Google Wave APIs] Re: Unable to register event handlers for all events except WaveletSelfAdded

2009-11-16 Thread Sri
Okay, thanks that fixed it. This is a very weird bug in the Python API. .RegisterHandler (events.WAVELET_SELF_ADDED, OnRobotAdded) must always be the last to be defined. :-/ - Sri On Nov 16, 5:22 pm, "onlythoughtwo...@googlemail.com" wrote: > Hi, > > i had the same issue with events.BLIP_SUBMIT

[Google Wave APIs] Re: Unable to register event handlers for all events except WaveletSelfAdded

2009-11-16 Thread onlythoughtwo...@googlemail.com
Hi, i had the same issue with events.BLIP_SUBMITTED in: if __name__ == '__main__': delicy = robot.Robot('deliciousrobot', image_url='http://deliciousrobot.appspot.com/icon.png', version='4', profile_url='http://deliciousrobot.appspot.com/')

[Google Wave APIs] Re: Unable to register event handlers for all events except WaveletSelfAdded

2009-11-10 Thread Sri
Hi Pam, Yes I've tried incrementing the version. The URL for the robot is: http://arthabot.appspot.com/ - Sri On Nov 10, 1:48 am, "pamela (Google Employee)" wrote: > Hi Sri- > > Did you try deploying your app to a new app identifier? Did you try > incrementing the version of your Robot? > What

[Google Wave APIs] Re: Unable to register event handlers for all events except WaveletSelfAdded

2009-11-09 Thread pamela (Google Employee)
Hi Sri- Did you try deploying your app to a new app identifier? Did you try incrementing the version of your Robot? What is the URL of the robot? - pamela On Fri, Nov 6, 2009 at 3:12 AM, Sri wrote: > > Hi, > > For some reason, I am unable to set handlers for all events except the > Waveletself