【待反馈】腾讯云标准sa5服务器在配置docker仓库时报错,...
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:9.5.0系统版本:opencloudOS、Debian12
问题描述:在设置腾讯云密钥的时候和docker仓库的时候均出现字段不存在的报错
相关截图(日志、错误):
Traceback (most recent call last):
File "class/db.py", line 419, in add
result = self.__DB_CONN.execute(sql,self.__to_tuple(param))
sqlite3.OperationalError: table registry has no column named reg_name
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2533, in publicObject
res = run_obj.run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 2480, 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)
File "/www/server/panel/class/btdockerModel/registryModel.py", line 61, in add
dp.sql("registry").insert(pdata)
File "class/db.py", line 433, in insert
return self.add(keys,param)
File "class/db.py", line 426, in add
raise public.PanelError("数据库插入出错:" + "error: " + str(ex))
public.PanelError: 面板运行时发生错误: 数据库插入出错:error: table registry has no column named reg_name Traceback (most recent call last):
File "class/db.py", line 419, in add
result = self.__DB_CONN.execute(sql,self.__to_tuple(param))
sqlite3.OperationalError: table registry has no column named reg_name
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2533, in publicObject
res = run_obj.run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 2480, 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)
File "/www/server/panel/class/btdockerModel/registryModel.py", line 61, in add
dp.sql("registry").insert(pdata)
File "class/db.py", line 433, in insert
return self.add(keys,param)
File "class/db.py", line 426, in add
raise public.PanelError("数据库插入出错:" + "error: " + str(ex))
public.PanelError: 面板运行时发生错误: 数据库插入出错:error: table registry has no column named reg_name bt 1 重启一下面板看看(非面板终端执行)
页:
[1]