Guest User

Untitled

a guest
Jul 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.89 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 701, in __call__
  3.     handler.get(*groups)
  4.   File "/base/data/home/apps/webkit-commit-queue/1.357628663621352815/handlers/statusbubble.py", line 78, in get
  5.     bubbles, show_submit_to_ews = self._build_bubbles_for_attachment(attachment)
  6.   File "/base/data/home/apps/webkit-commit-queue/1.357628663621352815/handlers/statusbubble.py", line 62, in _build_bubbles_for_attachment
  7.     if not self._have_status_for(attachment, queue):
  8.   File "/base/data/home/apps/webkit-commit-queue/1.357628663621352815/handlers/statusbubble.py", line 56, in _have_status_for
  9.     return bool(queue.is_ews() and attachment.status_for_queue(queue))
  10.   File "/base/data/home/apps/webkit-commit-queue/1.357628663621352815/model/attachment.py", line 95, in status_for_queue
  11.     queue_summary = self.summary().get(queue.name_with_underscores())
  12.   File "/base/data/home/apps/webkit-commit-queue/1.357628663621352815/model/attachment.py", line 73, in summary
  13.     memcache.set(str(self.id), self._summary, namespace="attachment-summary")
  14.   File "/base/python_runtime/python_lib/versions/1/google/appengine/api/memcache/__init__.py", line 778, in set
  15.     namespace=namespace)
  16.   File "/base/python_runtime/python_lib/versions/1/google/appengine/api/memcache/__init__.py", line 883, in _set_with_policy
  17.     time, '', namespace)
  18.   File "/base/python_runtime/python_lib/versions/1/google/appengine/api/memcache/__init__.py", line 962, in _set_multi_async_with_policy
  19.     stored_value, flags = _validate_encode_value(value, self._do_pickle)
  20.   File "/base/python_runtime/python_lib/versions/1/google/appengine/api/memcache/__init__.py", line 236, in _validate_encode_value
  21.     'received %d bytes' % (MAX_VALUE_SIZE, len(stored_value)))
  22. ValueError: Values may not be more than 1000000 bytes in length; received 1575738 bytes
Add Comment
Please, Sign In to add comment