URL /load-tag-wiki-text/ causes 500 error

Originally found via Google crawler, but also occurs when I open /load-tag-wiki-text/ in my browser.

Askbot errorlog:

    /usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py TIME: 2012-09-17 05:27:16,030 MSG: base.py:handle_uncaught_exception:209 Internal Server Error: /load-tag-wiki-text/
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/usr/local/lib/python2.6/dist-packages/askbot/utils/decorators.py", line 65, in wrapper
    return view_func(request, *args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/askbot/views/commands.py", line 488, in load_tag_wiki_text
    tag = get_object_or_404(models.Tag, id = request.GET['tag_id'])
  File "/usr/local/lib/python2.6/dist-packages/django/utils/datastructures.py", line 256, in __getitem__
    raise MultiValueDictKeyError("Key %r not found in %r" % (key, self))
MultiValueDictKeyError: "Key 'tag_id' not found in <QueryDict: {}>"
Edur's avatar
56
Edur
asked 2012-09-17 02:48:46 -0500
Toms's avatar
767
Toms
updated 2012-10-16 07:42:33 -0500
edit flag offensive 0 remove flag close merge delete

Comments

What version of Askbot are you running?

todofixthis's avatar todofixthis (2012-09-18 01:31:07 -0500) edit

@todofixthis I'm using Askbot version 0.7.43 (I installed yesterday a new Project with the same version, too. Same problem)

Edur's avatar Edur (2012-09-18 02:09:12 -0500) edit

@Edur I have the same problem could you solve it? I get this strange message via email

Toms's avatar Toms (2012-10-16 07:41:53 -0500) edit
add a comment see more comments