【已完成】出错了,面板运行时发生错误!
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:系统版本:
问题描述:
相关截图(日志、错误):
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2106, in publicObject
res = run_obj.run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 2053, in run
result = getattr(toObject, get.action)(get)
File "/www/server/panel/class/panelController.py", line 86, in model
raise public.PanelError(result['msg'])
public.PanelError: 面板运行时发生错误: Traceback (most recent call last):
File "/www/server/panel/class/monitorModel/boceModel.py", line 28, in
import pycurl
ImportError: pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend (none/other)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/class/monitorModel/boceModel.py", line 31, in
import pycurl
ImportError: pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend (none/other) pdsjm 发表于 2023-12-21 15:02
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2106, in pub ...
您好,你到服务器SSH终端里执行
btpip uninstall pycurl
export PYCURL_SSL_LIBRARY=nss
btpip install pycurl
然后重新打开面板--网站这里就可以了 <img src="https://www.bt.cn/bbs/forum.php?mod=image&aid=162833&size=300x300&key=551cf03f6a92cf6e&nocache=yes&type=fixnone" border="0" aid="attachimg_162833" alt="">
pdsjm 发表于 2023-12-21 17:30
您好,您的这个只是显示有个最新版本。
页:
[1]