On one appengine address, my robot works completely normally, everything the
way its supposed to. When i upload the same robot to a different address, i
get an error right of the bat:


'unicode' object has no attribute 'get'
Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py",
line 509, in __call__
    handler.post(*groups)
  File 
"/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/appengine_robot_runner.py",
line 82, in post
    json_response = self._robot.process_events(json_body)
  File "/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/robot.py",
line 356, in process_events
    event_wavelet = self._wavelet_from_json(parsed, pending_ops)
  File "/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/robot.py",
line 332, in _wavelet_from_json
    blips[blip_id] = blip.Blip(raw_blip_data, blips, pending_ops)
  File "/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/blip.py",
line 589, in __init__
    self._blip_id = json.get('blipId')
AttributeError: 'unicode' object has no attribute 'get'


I'm not exactly sure what this error means, but it is thrown right when i
add the robot to a wavelet. This; however, does not happen on a different
appengine domain. Any guidance much appreciated!

P.S. This is with the new Python Robot API

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

Reply via email to