- REQUEST_DATE: 2024-06-19 14:14:29
- PAN_VERSION: 8.2.0
- OS_VERSION: CentOS 7.9.2009 x86_64(Py3.7.9)
- REMOTE_ADDR: 115.236.40.172
- REQUEST_URI: POST /plugin%3Faction%3Da%26name%3Dtencent%26s%3Dget_config
- REQUEST_FORM: {}
- USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36
复制代码- Traceback (most recent call last):
- File "class/panelPlugin.py", line 3727, in a
- return p.exec_fun(get)
- File "class/pluginAuth.py", line 67, in exec_fun
- raise public.PanelError(res['msg'])
- public.PanelError: 面板运行时发生错误: Traceback (most recent call last):
- File "/www/server/panel/plugin/tencent/tencent_main.py", line 21, in
- import tencentcloud
- ModuleNotFoundError: No module named 'tencentcloud'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/www/server/panel/plugin/tencent/tencent_main.py", line 23, in
- os.system(public.get_run_pip('[PIP] install tencentcloud-sdk-python'))
- TypeError: get_run_pip() takes 0 positional arguments but 1 was given
复制代码- 出错了,[tencent]运行时发生错误!
- TypeError: get_run_pip() takes 0 positional arguments but 1 was given
复制代码 |