禹神 发表于 2023-9-8 13:56:06

【待反馈】8.0.25点mongodb报错,修复没用

出错了,面板运行时发生错误!TypeError: expected string or bytes-like objectREQUEST_DATE: 2023-09-08 13:52:23
PAN_VERSION: 8.0.25
OS_VERSION: CentOS7.9.2009 x86_64(Py3.7.9)
REMOTE_ADDR: 111.112.131.3
REQUEST_URI: POST /database/mongodb/get_root_pwd?
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2087, in publicObject
    res = run_obj.run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 2034, in run
    result = getattr(toObject, get.action)(get)
File "/www/server/panel/class/panelDatabaseController.py", line 85, in model
    result = PluginLoader.module_run(module_name,def_name,pdata)
File "/www/server/panel/class/databaseModel/mongodbModel.py", line 1003, in get_root_pwd
    config = panelMongoDB.get_options()
File "/www/server/panel/class/databaseModel/mongodbModel.py", line 204, in get_options
    tmp = re.findall(opt + ":\s+(.+)", conf)
File "/www/server/panel/pyenv/lib/python3.7/re.py", line 225, in findall
    return _compile(pattern, flags).findall(string)
TypeError: expected string or bytes-like object


谢花郎 发表于 2023-9-11 10:43:39

您好,麻烦您将mongodb的配置文件内容提供下,这里主要是get_options方法处有报错。所以导致获取mongodb的密码提示错误了。

禹神 发表于 2023-9-14 11:36:50

谢花郎 发表于 2023-9-11 10:43
您好,麻烦您将mongodb的配置文件内容提供下,这里主要是get_options方法处有报错。所以导致获取mongodb的 ...

压根就安装mongodb

谢花郎 发表于 2023-9-14 11:41:29

禹神 发表于 2023-9-14 11:36
压根就安装mongodb

更新到最新版本测试版,修复了

禹神 发表于 2023-9-18 09:20:43

谢花郎 发表于 2023-9-14 11:41
更新到最新版本测试版,修复了

8.0.26也有这个报错

谢花郎 发表于 2023-9-18 09:33:08

禹神 发表于 2023-9-18 09:20
8.0.26也有这个报错

没复测到,如还是提示错误,麻烦您通过论坛私信提供下面板登录信息,我们进行一个排查
页: [1]
查看完整版本: 【待反馈】8.0.25点mongodb报错,修复没用