为了能快速了解并处理您的问题,请提供以下基础信息:
相关截图(日志、错误):REQUEST_DATE: 2024-11-03 11:40:40 PAN_VERSION: 8.2.0 OS_VERSION: Windows Server 2022 Datacenter (build 20348) x64 (Py3.8.6) REMOTE_ADDR: 111.9.158.243 REQUEST_URI: POST /auth?action=create_plugin_other_order REQUEST_FORM: {'pid': '600801625', 'cycle': '1', 'type': '0'} USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0 Traceback (most recent call last): File "class\panelAuth.py", line 312, in panelAuth.panelAuth.create_plugin_other_order return json.loads(res) File "C:\Program Files\python\lib\json\__init__.py", line 357, in loads return _default_decoder.decode(s) File "C:\Program Files\python\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Program Files\python\lib\json\decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "F:\BtSoft\panel\BTPanel\__init__.py", line 1591, in publicObject return run_exec().run(toObject, defs, get) File "F:\BtSoft\panel\BTPanel\__init__.py", line 1830, in run result = resobj(get) File "class\panelAuth.py", line 314, in panelAuth.panelAuth.create_plugin_other_order raise public.PanelError('{}\n{}\n连接官网失败,请检查网络状况!'.format(p_url, res)) public.PanelError: 面板运行时发生错误: 'https://www.bt.cn/api/Pluginother/create_order\ncurl: (6) Could not resolve host: www.bt.cn\r\n\n连接官网失败,请检查网络状况!'
|
|