Skip to content

Instantly share code, notes, and snippets.

@champs
Created November 4, 2011 05:04
Show Gist options
  • Save champs/1338695 to your computer and use it in GitHub Desktop.
Save champs/1338695 to your computer and use it in GitHub Desktop.
{"error_message": "Unterminated string starting at: line 1 column 4201 (char 4201)", "traceback": "Traceback (most recent call last):\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/system/packages/tastypie/resources.py\", line 185, in wrapper\n response = callback(request, *args, **kwargs)\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/system/packages/tastypie/resources.py\", line 390, in dispatch_list\n return self.dispatch('list', request, **kwargs)\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/system/packages/tastypie/resources.py\", line 420, in dispatch\n response = method(request, **kwargs)\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/socialize/partner/v1/resources.py\", line 407, in post_list\n result = self._process_app_update_or_creation(request, pk=None)\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/socialize/partner/v1/resources.py\", line 315, in _process_app_update_or_creation\n decoded_payload = simplejson.loads(payload)\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/am_utils/simplejson/__init__.py\", line 311, in loads\n return _default_decoder.decode(s)\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/am_utils/simplejson/decoder.py\", line 321, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/am_utils/simplejson/decoder.py\", line 338, in raw_decode\n obj, end = self._scanner.iterscan(s, **kw).next()\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/am_utils/simplejson/scanner.py\", line 53, in iterscan\n rval, next_pos = action(m, context)\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/am_utils/simplejson/decoder.py\", line 185, in JSONObject\n value, end = iterscan(s, idx=end, context=context).next()\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/am_utils/simplejson/scanner.py\", line 53, in iterscan\n rval, next_pos = action(m, context)\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/am_utils/simplejson/decoder.py\", line 158, in JSONString\n return scanstring(match.string, match.end(), encoding, strict)\n\n File \"/Users/blue/work/socialize/socialize-api/ssz/ssz/am_utils/simplejson/decoder.py\", line 96, in py_scanstring\n errmsg(\"Unterminated string starting at\", s, begin))\n\nValueError: Unterminated string starting at: line 1 column 4201 (char 4201)\n"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment