[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_SUBMITTED (etc events) is a known problem. Try updating your
app version number, in your code or deploying a new version in app
engine (version number in app.yaml)
And what also may help is removing and re-adding your robot to the
wave after the version update.

On Oct 31, 2:21 am, dan masteroftheb...@gmail.com wrote:
 I just started trying to create a robot while using the Wave
 preview.   I'm having issues getting even the basic functions working,
 and I'm wondering if there's a way to debug robots better for example,
 being able to read stdout.

 In case you were wondering, I can't even seem to trigger any events.
 The events that were created in the python robot tutorial work, but I
 can't seem to replicate anything else, specifically using the
 BLIP_SUBMITTED or WAVELET_BLIP_CREATED events.  If someone happens to
 know if these aren't working, then that'll rest my mind :/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Wave API group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Testing Robots

2009-11-02 Thread Niall

It's not ideal, but if you go to https://appengine.google.com/ and
click on logs on the left hand side under the main heading you'll see
errors etc.

Make sure you have put the waveapi directory in your robot's
directory. It, I believe, must be there for every bot.

Niall

On Oct 31, 1:21 am, dan masteroftheb...@gmail.com wrote:
 I just started trying to create a robot while using the Wave
 preview.   I'm having issues getting even the basic functions working,
 and I'm wondering if there's a way to debug robots better for example,
 being able to read stdout.

 In case you were wondering, I can't even seem to trigger any events.
 The events that were created in the python robot tutorial work, but I
 can't seem to replicate anything else, specifically using the
 BLIP_SUBMITTED or WAVELET_BLIP_CREATED events.  If someone happens to
 know if these aren't working, then that'll rest my mind :/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Wave API group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---