Basically, when a robot replies to the Wave server with a set of operations, these operations are performed by the Wave server. If an error occurs while attempting to perform the operations, the Robot is contacted again with an error event.
What you see in the log is the Wave Server letting you know that something went wrong. The issue with the current Wave-Robot-API library is that it is not able to decode the error, yielding to a critical error in the log. This is what you see. To get more information, you must enable the robot to log at a FINEST level, and then look in the logs for more information about the error. This is discussed here: http://www.bitsbythepound.com/debugging-a-google-wave-robot-by-inspecting-incoming-messages-291.html Finally, a side discussion on the OPERATION_ERROR is discussed here: http://www.bitsbythepound.com/how-to-change-the-state-of-a-gadget-using-a-google-wave-robot-293.html -- 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.
