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/897025 to your computer and use it in GitHub Desktop.
Save naan/897025 to your computer and use it in GitHub Desktop.
2011-03-31 09:03:21.970 /sync/mute 500 199ms 23cpu_ms 0kb TwitterFon/426 CFNetwork/485.12.7 Darwin/10.4.0,gzip(gfe)
222.165.74.170 - - [31/Mar/2011:09:03:21 -0700] "POST /sync/mute HTTP/1.1" 500 124 - "TwitterFon/426 CFNetwork/485.12.7 Darwin/10.4.0,gzip(gfe)" "echofonsync.appspot.com" ms=199 cpu_ms=23 api_cpu_ms=0 cpm_usd=0.000707
E 2011-03-31 09:03:21.777
expected string or buffer
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 102, in post
self.update_mute(user)
File "/base/data/home/apps/echofonsync/v1-5.349377294146528559/src/sync_handler.py", line 148, in update_mute
server = json.loads(user.sync_data)
File "/base/python_runtime/python_lib/versions/third_party/django-0.96/django/utils/simplejson/__init__.py", line 232, in loads
return cls(encoding=encoding, **kw).decode(s)
File "/base/python_runtime/python_lib/versions/third_party/django-0.96/django/utils/simplejson/decoder.py", line 251, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
TypeError: expected string or buffer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment