Ok, this took me forever to figure out, and i'm sure someone else has already posted about this, but since it gave me enough trouble I thought i'd point out (again) my find.
First off, I am writing my own dice-roller app just for fun and to learn how all this works. Locally, it is working inside a test-bed. Works great. On Wave, it fails. Every time. The fix was very simple (and irritating). For debugging locally, I had a print function. On Google Wave, it seems that a print will cause your robot to not do what you want it to do (in my case writing to a blip), even though the Logs show the output as occurring and being handled normally. Just fyi ;) tldr; remove any print calls in python! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
