I see this when I run my blobstore handler in google's app
engine...Anybody have any idea what it means?

Traceback (most recent call last):
  File "distlib/tipfy/application.py", line 249, in __call__
    response = handler.dispatch(method, **self.rule_args)
  File "distlib/tipfy/application.py", line 71, in dispatch
    response = method(*args, **kwargs)
  File "distlib/tipfy/ext/auth/__init__.py", line 510, in decorated
    return func(*args, **kwargs)
  File "/base/data/home/apps/alanisoft/4.344000009620337532/apps/blog/
handlers.py", line 42, in get
    return render_response('blog/post.html', post=post,
app_id=get_config('apps.facebook', 'app_id'),
upload_url=blobstore.create_upload_url(url_for('blog/upload')))
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/blobstore/blobstore.py", line 192, in create_upload_url
    _make_sync_call('blobstore', 'CreateUploadURL', request, response)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/apiproxy_stub_map.py", line 78, in MakeSyncCall
    return apiproxy.MakeSyncCall(service, call, request, response)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/apiproxy_stub_map.py", line 276, in MakeSyncCall
    rpc.MakeCall(service, call, request, response)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/apiproxy_rpc.py", line 108, in MakeCall
    self._MakeCallImpl()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
runtime/apiproxy.py", line 124, in _MakeCallImpl
    assert isinstance(self.request, ProtocolBuffer.ProtocolMessage)
AssertionError

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to