面板版本:宝塔linux面板 7.9.0
系统版本:Ubuntu 20.04.4 WSL2
浏览器版本:Microsoft Edge 99.0.1150.46 (正式版本) (64 位)
问题现象:报无法连接宝塔云端服务器,请刷新页面重试-3,刷新页面无用,wsl中能ping通
重现方式:报错日志 symbol lookup error: /usr/bin/curl: undefined symbol: curl_multi_poll, version CURL_OPENSSL_4
堆栈:Traceback (most recent call last):
File "class/pluginAuth.py", line 98, in panel.class.pluginAuth.Plugin.get_plugin_list
File "class/pluginAuth.py", line 174, in panel.class.pluginAuth.Plugin.__flush_plugin_auth
public.PanelError: 面板运行时发生错误: {'status': False, 'msg': 'curl error: /usr/bin/curl ->> /usr/bin/curl: /usr/local/lib/libcurl.so.4: no version information available (required by /usr/bin/curl)\n/usr/bin/curl: symbol lookup error: /usr/bin/curl: undefined symbol: curl_multi_poll, version CURL_OPENSSL_4\n'}
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "class/pluginAuth.py", line 128, in panel.class.pluginAuth.Plugin.get_plugin_list
public.PanelError: 面板运行时发生错误: 无法连接宝塔云端服务器,请刷新页面重试-2
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 1756, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 1704, in run
result = getattr(toObject,get.action)(get)
File "class/panelPlugin.py", line 1295, in get_index_list
softList = self.get_cloud_list(get)['list']
File "class/panelPlugin.py", line 929, in get_cloud_list
softList = Plugin(False).get_plugin_list(force)
File "class/pluginAuth.py", line 131, in panel.class.pluginAuth.Plugin.get_plugin_list
public.PanelError: 面板运行时发生错误: 无法连接宝塔云端服务器,请刷新页面重试-3
|
|