markbasham / ps2_clubhouse

Planetside 2 Clubhouse (Appengine/Python)
0 stars 0 forks source link

Issue with KOTV #10

Closed markbasham closed 11 years ago

markbasham commented 11 years ago

Same as with Gods that one time

Traceback (most recent call last): File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1535, in call rv = self.handle_exception(request, response, e) File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1529, in call rv = self.router.dispatch(request, response) File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher return route.handler_adapter(request, response) File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1102, in call return handler.dispatch() File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 572, in dispatch return self.handle_exception(e, self.app.debug) File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 570, in dispatch return method(_args, *_kwargs) File "/base/data/home/apps/s~x8-decisive-sylph-m/5.370409976191613047/main.py", line 878, in get outfit_data = self.cache_outfit_data(outfit) File "/base/data/home/apps/s~x8-decisive-sylph-m/5.370409976191613047/main.py", line 630, in cache_outfit_data memcache.set(key=outfit_alias, value=outfit, time=CACHE_TIME_IN_SECONDS) File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/memcache/init.py", line 763, in set namespace=namespace) File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/memcache/init.py", line 868, in _set_with_policy time, '', namespace) File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/memcache/init.py", line 947, in _set_multi_async_with_policy stored_value, flags = _validate_encode_value(value, self._do_pickle) File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/memcache/init.py", line 236, 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 1028831 bytes

markbasham commented 11 years ago

Probably need to split this into several gets

markbasham commented 11 years ago

Fixed