[Google Wave APIs] Re: Google Wave Robot Not working

2009-11-02 Thread J00p34
what's your code? do you get any messages in your logs on appspot.com. If you don't get any messages it probably is a simple syntax error. This will show in your dashboard as an error. On Nov 2, 1:49 am, Gagan wrote: > Hi I tried creating a simple Google wave Robot but it is not working > as ex

[Google Wave APIs] Re: Testing Robots

2009-11-02 Thread J00p34
The local server support is not implemented. you'll have to wait for that for local debugging. In the mean time use logging.debug() like this: logging.debug("text or whatever fumction output") and read the results in your application logs in the dashboard of your appspot.com account. The BLIP_SU