Closed GoogleCodeExporter closed 9 years ago
This presumably happens due to a missing datastore type conversion in our
mongoDB API proxy stub.
Original comment by tobias.r...@gmail.com
on 3 Feb 2010 at 10:23
Original comment by tobias.r...@gmail.com
on 3 Feb 2010 at 10:26
Fixed in the trunk.
Original comment by tobias.r...@gmail.com
on 3 Feb 2010 at 11:10
Another problem has presented itself, I think this defect might be related.
File "/media/nwm-desktop/d/svn/kitten-ib/src/kitten.py", line 807, in thumbnail
img_data = img.execute_transforms(output_encoding=output_encoding)
File
"/home/nwm/typhoonae/parts/google_appengine/google/appengine/api/images/__init__
.py",
line 513, in execute_transforms
response)
File
"/home/nwm/typhoonae/parts/google_appengine/google/appengine/api/apiproxy_stub_m
ap.py
", line 78, in MakeSyncCall
return apiproxy.MakeSyncCall(service, call, request, response)
File
"/home/nwm/typhoonae/parts/google_appengine/google/appengine/api/apiproxy_stub_m
ap.py
", line 278, in MakeSyncCall
rpc.CheckSuccess()
File
"/home/nwm/typhoonae/parts/google_appengine/google/appengine/api/apiproxy_rpc.py
",
line 111, in CheckSuccess
raise self.exception
NotImplementedError: Storage class must override OpenBlob method.
I think it might be related due to the img object being initialized using a
blob as
per google's appengine documentation (ie: it works on the SDK/GAE).
img = images.Image(blob_key=str(self.blob.key()))
Original comment by Noah.Mci...@gmail.com
on 3 Feb 2010 at 12:21
I have filed a new issue #29 for that. Many thanks for digging this out!
Original comment by tobias.r...@gmail.com
on 3 Feb 2010 at 5:02
Fix included in 0.1.2 release.
Original comment by tobias.r...@gmail.com
on 8 Feb 2010 at 8:13
Original issue reported on code.google.com by
Noah.Mci...@gmail.com
on 3 Feb 2010 at 6:57Attachments: