2024-11-24 09:53:18,110: Internal Server Error: /game/scene/1 Traceback (most recent call last): File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/utils/datastructures.py", line 84, in __getitem__ list_ = super().__getitem__(key) KeyError: 'character' **NO MATCH** During handling of the above exception, another exception occurred: **NO MATCH** Traceback (most recent call last): File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/views/generic/base.py", line 103, in view return self.dispatch(request, *args, **kwargs) File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/views/generic/base.py", line 142, in dispatch return handler(request, *args, **kwargs) File "/home/janothar/tg/game/views.py", line 80, in post character = CharacterModel.objects.get(pk=request.POST["character"]) File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/utils/datastructures.py", line 86, in __getitem__ raise MultiValueDictKeyError(key) django.utils.datastructures.MultiValueDictKeyError: 'character'
2024-11-24 09:53:18,110: Internal Server Error: /game/scene/1 Traceback (most recent call last): File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/utils/datastructures.py", line 84, in __getitem__ list_ = super().__getitem__(key) KeyError: 'character' **NO MATCH** During handling of the above exception, another exception occurred: **NO MATCH** Traceback (most recent call last): File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/views/generic/base.py", line 103, in view return self.dispatch(request, *args, **kwargs) File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/views/generic/base.py", line 142, in dispatch return handler(request, *args, **kwargs) File "/home/janothar/tg/game/views.py", line 80, in post character = CharacterModel.objects.get(pk=request.POST["character"]) File "/home/janothar/.virtualenvs/wodsite/lib/python3.9/site-packages/django/utils/datastructures.py", line 86, in __getitem__ raise MultiValueDictKeyError(key) django.utils.datastructures.MultiValueDictKeyError: 'character'