Skip to content

Instantly share code, notes, and snippets.

@natea
Created December 4, 2014 01:16
Show Gist options
  • Save natea/d7e623770fbddc7bdc3a to your computer and use it in GitHub Desktop.
Save natea/d7e623770fbddc7bdc3a to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 89, in get_response
response = middleware_method(request)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/newrelic-2.18.1.15/newrelic/hooks/framework_django.py", line 221, in wrapper
return wrapped(*args, **kwargs)
File "/edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/middleware.py", line 27, in process_request
microsite.set_by_domain(domain)
File "/edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py", line 145, in set_by_domain
if not has_configuration_set() or not domain:
File "/edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py", line 34, in has_configuration_set
settings.MICROSITE_CONFIGURATION = json.loads(open(MICROSITE_JSON).read())
File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting property name: line 38 column 5 (char 1678)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment