I'm seeing elevated error levels with the request to "get_serving_url" and for completely valid images and formats (PNGs and JPGs). It is not failing 100% but I'm seeing errors at a much higher rate than normal. I've had about 100 errors in the past hour and it started about an hour ago.
Is anyone else seeing the same? While testing this, I uploaded PNGs taken directly as screenshots and still saw the problem. These images do not cause the same problem on the dev appserver and I'm unable to reproduce it locally. Interestingly enough, it took about 3 minutes to post my 51kb image to this post. That might be unrelated. Traceback (most recent call last): File "/base/data/home/apps/.../views.py", line x <https://console.cloud.google.com/code/develop/resolve_location?appModule=default&appVersion=38×tampNanos=1456177247293362000&file=%2Fbase%2Fdata%2Fhome%2Fapps%2Fs%7Ethetaphunter-hrd%2F38.390889577488367522%2Ftaphunter%2Flocationadmin%2Fviews.py&line=2618&project=thetaphunter-hrd> xx, in ajax_upload_image url_thumbnail = images.get_serving_url(files[0].key(), size=150, secure_url=True) File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/images/__init__.py" , line 1794, in get_serving_url return rpc.get_result() File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py" , line 613, in get_result return self.__get_result_hook(self) File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/images/__init__.py" , line 1892, in get_serving_url_hook raise _ToImagesError(e, readable_blob_key) TransformationError -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9dac8e02-ef70-4f2d-b0e0-1fa31c68878e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
