Internal Server Error: /get-editor/
I get these error message, when type in the browser mysite.com/get-editor/
I got this message first from google crawler and then tested it my self
This is the message:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/handlers/base.py", line 111,
in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/mydjango/askbot/utils/decorators.py", line 65,
in wrapper
return view_func(request, *args, **kwargs)
File "/home/mydjango/askbot/views/commands.py", line 1349,
in get_editor
config = simplejson.loads(request.GET['config'])
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/utils/datastructures.py", line 256, in __getitem__
raise MultiValueDictKeyError("Key %r not found in %r" % (key, self))
MultiValueDictKeyError: "Key 'config' not found in <QueryDict: {}>"
Comments