I am trying to use the Active Robot API.

        from waveapi import robot
        robot = robot.Robot('gae-run', 'http://a3.twimg.com/
profile_images/250985893/twitter_pic_bigger.jpg')
        robot.setup_oauth(passwords.CONSUMER_KEY,
passwords.CONSUMER_SECRET, server_rpc_base='http://www-
opensocial.googleusercontent.com/api/rpc')
        wavelet = robot.fetch_wavelet('googlewave.com!w
+dtuZi6t3C','googlewave.com!conv+root')
        robot.submit(wavelet)
        self.response.out.write(wavelet.creator)

I get this error

Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 511, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/clstff/gae-run.342467577023864664/
main.py", line 23, in get
    robot.submit(wavelet)
  File "/base/data/home/apps/clstff/gae-run.342467577023864664/waveapi/
robot.py", line 486, in submit
    res = self.make_rpc(pending)
  File "/base/data/home/apps/clstff/gae-run.342467577023864664/waveapi/
robot.py", line 251, in make_rpc
    raise IOError('HttpError ' + str(code))
IOError: HttpError 502

-- 
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.

Reply via email to