为了能快速了解并处理您的问题,请提供以下基础信息: 面板、插件版本:[size=1.2][url=]8.0.5 [/url] 系统版本:[size=1.2][url=] 系统:Alibaba Cloud 3 (Soaring Falcon) x86_64(Py3.7.16)[/url] 问题描述:修复了无数次,docker不停的报错。。
出错了,面板运行时发生错误! SystemError: returned a result with an error set
REQUEST_DATE: 2024-02-19 21:50:40 VERSION: Alibaba Cloud 3 (Soaring Falcon) x86_64(Py3.7.16) - 8.0.5 REMOTE_ADDR: 123.153.30.68 REQUEST_URI: POST /btdocker/container/get_list?REQUEST_FORM: {} USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0 Traceback (most recent call last): File "/www/server/panel/class/btdockerModel/containerModel.py", line 28, in __init__ self.alter_table() File "/www/server/panel/class/btdockerModel/containerModel.py", line 55, in alter_table if not dp.sql('sqlite_master').where('type=? AND name=? AND sql LIKE ?', File "/www/server/panel/class/btdockerModel/dk_public.py", line 29, in sql check_db() File "/www/server/panel/class/btdockerModel/dk_public.py", line 24, in check_db execstr = "wget -O {} {}/install/src/docker.db".format(db_path, public.get_ursetl())AttributeError: module 'public' has no attribute 'get_ursetl'The above exception was the direct cause of the following exception:Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 2315, in publicObject res = run_obj.run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 2262, in run result = getattr(toObject, get.action)(get) File "class/panelController.py", line 81, in model result = PluginLoader.module_run(module_name,def_name,pdata)SystemError: returned a result with an error set |
|