Skip to content

Instantly share code, notes, and snippets.

@mtyaka
Created March 4, 2014 20:00
Show Gist options
  • Save mtyaka/9354408 to your computer and use it in GitHub Desktop.
Save mtyaka/9354408 to your computer and use it in GitHub Desktop.
2014-03-04 19:53:53,063 ERROR 10574 [django.request] base.py:215 - Internal Server Error: /courses/Nanolearning/Fin201/2014/instructor
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py", line 91, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/cache.py", line 75, in _cache_controlled
response = viewfunc(request, *args, **kw)
File "/edx/app/edxapp/edx-platform/lms/djangoapps/instructor/views/legacy.py", line 558, in instructor_dashboard
datatable['title'] = _u('Student profile data for course {couse_id}').format(course_id = course_id)
KeyError: u'couse_id'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment