Hi, when I try to submit a wavelet by calling the method
submit(wavelet,"http://gmodules.com/api/rpc"); from the AbstractRobot-class. I'm working on the Wave-Previe, not the sandbox (as you can see in the code above). I have successfully authenticated the robot via OAuth, so I think that shouldn't be a problem (I get no more errors in the logs about OAuth :) ). But now I get the following exception: Timeout while fetching: http://gmodules.com/api/rpc?oauth_body_hash......... ......................................... at com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java: 108) at com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java: 39) at com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler $Connection.fetchResponse(URLFetchServiceStreamHandler.java:404) at com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler $Connection.getInputStream(URLFetchServiceStreamHandler.java:283) at com.google.wave.api.AbstractRobot $HttpFetcher.send(AbstractRobot.java:150) at com.google.wave.api.AbstractRobot.makeRpc(AbstractRobot.java:1077) at com.google.wave.api.AbstractRobot.submit(AbstractRobot.java:314) at com.kwneumann.seminarrobot1.Seminarrobot1Servlet.onWaveletParticipantsChanged(Seminarrobot1Servlet.java: 64) at com.google.wave.api.AbstractRobot.processEvents(AbstractRobot.java: 915) at com.google.wave.api.AbstractRobot.processRpc(AbstractRobot.java: 867) Does anyone of you know what this error could be about? Thanks for your help. -- 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.
