When I follow the App Gallery link on the http://code.google.com/appengine/
page, I get the following:

Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 501, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/appgallery/3.11/appgallery.py", line 96,
in get
    values = self.get_or_fetch_main_page()
  File "/base/data/home/apps/appgallery/3.11/appgallery.py", line 90,
in get_or_fetch_main_page
    memcache.set('main', values, 600)
  File "/base/python_lib/versions/1/google/appengine/api/memcache/
__init__.py", line 555, in set
    namespace=namespace)
  File "/base/python_lib/versions/1/google/appengine/api/memcache/
__init__.py", line 625, in _set_with_policy
    stored_value, flags = _validate_encode_value(value,
self._do_pickle)
  File "/base/python_lib/versions/1/google/appengine/api/memcache/
__init__.py", line 177, in _validate_encode_value
    'received %d bytes' % (MAX_VALUE_SIZE, len(stored_value)))
ValueError: Values may not be more than 1000000 bytes in length;
received 1041848 bytes

Whoops!

Cheers,

Alex

--~--~---------~--~----~------------~-------~--~----~
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-appengine@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