Django報錯django.utils.datastructures.MultiValueDictKeyError
Django報錯
[11/Sep/2018 20:57:07] "POST /applyforprivileges/ HTTP/1.1" 500 12918 ERROR:default:Traceback (most recent call last): File "/data/venv4archer/lib/python3.6/site-packages/django/utils/datastructures.py", line 320, in __getitem__ list_ = super(MultiValueDict, self).__getitem__(key) KeyError: 'query_auditors' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/venv4archer/lib/python3.6/site-packages/django/core/handlers/base.py", line 132, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/data/venv4archer/lib/python3.6/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view return view_func(*args, **kwargs) File "/data/archer_product/sql/query.py", line 377, in applyforprivileges query_auditors = request.POST['query_auditors'] File "/data/venv4archer/lib/python3.6/site-packages/django/utils/datastructures.py", line 322, in __getitem__ raise MultiValueDictKeyError(repr(key)) django.utils.datastructures.MultiValueDictKeyError: "'query_auditors'"
報錯的原因:
變數中的 query_auditor 表單資料沒有獲取到。
@csrf_exempt def applyforprivileges(request): title = request.POST['title'] cluster_name = request.POST['cluster_name'] priv_type = request.POST['priv_type'] db_name = request.POST['db_name'] valid_date = request.POST['valid_date'] limit_num = request.POST['limit_num'] query_auditors = request.POST('query_auditor')
解決方法:
將表單資料透過AJAX方式正確推送到檢視
//提交請求 $.ajax({ type: "post", url: "/applyforprivileges/", dataType: "json", data: { title: title, cluster_name: cluster_name, priv_type: priv_type, db_list: db_list, db_name: db_name, table_list: table_list, valid_date: valid_date, limit_num: limit_num, apply_remark: apply_remark, query_auditor: query_auditor },
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26506993/viewspace-2214019/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Django 報錯 TemplateDoesNotExistDjango
- Django 報錯資訊總結Django
- Django使用終端建立superuser報錯。Django
- django3整合django-mdeditor報 ‘X-Frame-Options‘ 錯誤Django
- Django(21)migrate報錯的解決方案Django
- Django報錯ValueError: invalid literal for int() with base 10:DjangoError
- Django2.2 報錯:UnicodeDecodeError 解決方法DjangoUnicodeError
- django 報錯:ValueError: The database backend does not accept 0 as a value for AutoField.DjangoErrorDatabase
- Python django報錯ImportError: cannot import name find_specPythonDjangoImportError
- Django(73)django-debug-toolbar除錯工具Django除錯
- Python3.7上安裝Django1.11啟動報錯PythonDjango
- django 1.11 報表:django.template.exceptions.TemplateDoesNotExist:DjangoException
- Django除錯工具django-debug-toolbar安裝使用教程Django除錯
- JavaScript報錯型別(報錯速查)JavaScript型別
- django中出現 錯誤 Errno 10053Django
- django之sqlite3常見錯誤DjangoSQLite
- JavaScript報錯JavaScript
- spark報錯Spark
- mybatis報錯MyBatis
- redis報錯Redis
- 報錯集
- 報錯+2
- playsound報錯
- 前端報錯前端
- dhcp報錯
- springcloud報錯報UnsatisfiedDependencyExceptionSpringGCCloudException
- asm報錯一例-support 報錯rename failedASMAI
- Django常見出錯解決方案彙總Django
- django模板報錯:Requested setting TEMPLATE_DEBUG, but settings are not configured. You must either defineDjango
- flutter路由報錯Flutter路由
- pycharm import 報錯PyCharmImport
- 埠占用報錯
- webpack build報錯WebUI
- oracle dg報錯Oracle
- python報錯Python
- import moviepy 報錯Import
- 歸檔報錯
- oracle emctl 報錯Oracle