Skip to content

Instantly share code, notes, and snippets.

@naan
Created March 31, 2011 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naan/897024 to your computer and use it in GitHub Desktop.
Save naan/897024 to your computer and use it in GitHub Desktop.
2011-03-31 09:42:01.070 /sync/ 500 28ms 23cpu_ms 0kb TwitterFon/426 CFNetwork/485.13.9 Darwin/11.0.0,gzip(gfe)
165.29.97.4 - - [31/Mar/2011:09:42:01 -0700] "POST /sync/ HTTP/1.1" 500 124 - "TwitterFon/426 CFNetwork/485.13.9 Darwin/11.0.0,gzip(gfe)" "echofonsync.appspot.com" ms=29 cpu_ms=23 api_cpu_ms=0 cpm_usd=0.000709
E 2011-03-31 09:42:01.051
Property screen_name is not multi-line
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 636, in __call__
handler.post(*groups)
File "/base/data/home/apps/echofonsync/v1-5.349377294146528559/src/sync_handler.py", line 128, in post
user.screen_name = self.request.get('screen_name')
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 593, in __set__
value = self.validate(value)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 2596, in validate
raise BadValueError('Property %s is not multi-line' % self.name)
BadValueError: Property screen_name is not multi-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment