| REQUEST_DATE: 2023-02-09 15:45:06
 PAN_VERSION: 7.9.8
 OS_VERSION: CentOS  7.9.2009 x86_64(Py3.7.9)
 REMOTE_ADDR: 115.194.49.48
 REQUEST_URI: POST /plugin%3Faction%3Da%26amp%3Bname%3Dtencent%26amp%3Bs%3Dget_config
 REQUEST_FORM: {}
 USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.78
 Traceback (most recent call last):
 File "class/panelPlugin.py", line 3108, 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
 |