Internal Server Error: /get-editor/

  • retag add tags

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: {}>"

this error probably is related to the question of @Edur

Toms's avatar
767
Toms
asked 2012-10-16 08:15:45 -0500, updated 2012-10-16 08:16:16 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments