It's a bit ironic since the cause of that error might be mitigated by
one of the submitted recipes:
http://appengine-cookbook.appspot.com/recipe/mapping-keys-to-urls/?id=ahJhcHBlbmdpbmUtY29va2Jvb2tylgELEgtSZWNpcGVJbmRleCI8YWhKaGNIQmxibWRwYm1VdFkyOXZhMkp2YjJ0eUZ3c1NDRU5oZEdWbmIzSjVJZ2xFWVhSaGMzUnZjbVVNDAsSBlJlY2lwZSI9YWhKaGNIQmxibWRwYm1VdFkyOXZhMkp2YjJ0eUZ3c1NDRU5oZEdWbmIzSjVJZ2xFWVhSaGMzUnZjbVVNMgw
"Might" because using numeric IDs only work if you didn't store the
entities using a key name.

On Aug 30, 3:22 pm, "noah.gift" <[EMAIL PROTECTED]> wrote:
> Traceback (most recent call last):
>   File "/base/python_lib/versions/1/google/appengine/ext/webapp/
> __init__.py", line 501, in __call__
>     handler.post(*groups)
>   File "/base/data/home/apps/appengine-cookbook/2.4/cookbook.py", line
> 373, in post
>     template_values = memcache.get(key)
>   File "/base/python_lib/versions/1/google/appengine/api/memcache/
> __init__.py", line 384, in get
>     request.add_key(_key_string(key))
>   File "/base/python_lib/versions/1/google/appengine/api/memcache/
> __init__.py", line 115, in _key_string
>     'received %d bytes' % (MAX_KEY_SIZE, len(server_key)))
> ValueError: Keys may not be more than 250 bytes in length, received
> 282 bytes
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to