Created
March 4, 2014 20:00
-
-
Save mtyaka/9354408 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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