I am also experiencing an increased number of these (although I also
have more traffic going to my app generally, so the increase in errors
may be proportional). Either way, I call this function on a deferred
task, and the most recent task has retried 15 times trying to call
GetUrlBase. Is there anything I can do?
(My app id is everyday-app, if that is useful).
I see this issue is also logged here:
http://code.google.com/p/googleappengine/issues/detail?id=6771
On Jan 20, 2:36 pm, blackpawn <pharmapsycho...@gmail.com> wrote:
> I figured this would just clear up after awhile but since it's been
> over 24 hours I thought I better post so it can get checked out. For
> a day now I'm getting tons of these errors:
>
> The API call images.GetUrlBase() took too long to respond and was
> cancelled
>
> That API is regularly taking over 5 seconds and getting aborted and
> before Thursday morning had no problems. Meanwhile the system status
> page says latencies are fine. O_o Has there been some change to
> Images or Blobstore that requires us to update our servers or is this
> a temporary problem?
--
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-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
After a week this is still killing my app. :( Would love any extra info I can get on the issue or things I can do to help track it down or work around it.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/9-YOHmh9BdIJ.
I think there are still performance issues. Wide spread. I’m seeing it on several apps, higher than average errors, longer latencies and higher than normal CPU usage.
Brandon Wirtz | ||||
| ||||
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/KnNwuimimi8J.
The API call images.GetUrlBase() took too long to respond and was cancelled. Traceback (most recent call last): File "/base/data/home/apps/s~yagruma-site/433.356791994696982198/handlers/project.py", line 177, in get project.set_image(image_blob) File "/base/data/home/apps/s~yagruma-site/433.356791994696982198/models/__init__.py", line 214, in set_image self.lowres_image_url = get_serving_url(lowres_image_blob_key) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/images/__init__.py", line 1273, in get_serving_url response) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 94, in MakeSyncCall return stubmap.MakeSyncCall(service, call, request, response) File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 308, in MakeSyncCall rpc.CheckSuccess() File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess raise self.exception DeadlineExceededError: The API call images.GetUrlBase() took too long to respond and was cancelled.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/i83Hg7yJsiIJ.
I've been experiencing this exact same problem, but for the go client.When I upload a small image (<1M), then call getServingUrl on the blob key, everything works fine, but when I upload a larger image (8M was what I tried), I consistently got timeout error when calling image.getServingUrl.
--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/Fj2MLH-wJIg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.
Our website has to wait for the image to become available. So, should we poll somehow (repeatedly call getServingUrl())? Is there a way to be notified when getServingUrl() will no longer fail (some kind of completion callback we need to fill out)? What is the best way to wait for getServingUrl() to succeed?
--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/Fj2MLH-wJIg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.
DeadlineExceededError: The API call images.GetUrlBase() took too long to respond and was cancelled.
images.get_serving_url(blob_key, secure_url=True, rpc=create_rpc(deadline=15))
I figured this would just clear up after awhile but since it's been
over 24 hours I thought I better post so it can get checked out. For
a day now I'm getting tons of these errors:
The API call images.GetUrlBase() took too long to respond and was
cancelled
That API is regularly taking over 5 seconds and getting aborted and
before Thursday morning had no problems. Meanwhile the system status
page says latencies are fine. O_o Has there been some change to
Images or Blobstore that requires us to update our servers or is this
a temporary problem?