Bugzilla 使用 Rest API 创建,给出错误代码 500

问题描述

对于任何操作,我都收到错误代码 500,我在这里犯了什么错误? API 密钥是从 bugzilla 网站生成的。
代码

def create_bug():
body = {"product": "[BugsAgainstdistros] SUSE Linux","component": "bridge_parking","version": "SLES12_SP2","summary": "This is a test bug",}
response = requests.post(URL + "/rest/bug?api_key=" + API_KEY,data = body,verify = False)
return response

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)