【待反馈】原来没问题,突然出现这个,修复重启,还是...
出错了,面板运行时发生错误!AttributeError: module 'public' has no attribute 'get_home_node'图片传上不去,见二楼,谢谢
宝塔用户_pvweqp 发表于 2024-5-15 10:43
您好,这是点击哪里报的错,修复一下面板可以解决吗 运维技术南一 发表于 2024-5-15 11:13
您好,这是点击哪里报的错,修复一下面板可以解决吗
你好,是进入后台直接就跳出来,不能修复 宝塔用户_pvweqp 发表于 2024-5-15 15:25
你好,是进入后台直接就跳出来,不能修复
命令行执行下面命令,然后清理浏览器缓存后再访问试试
bt 16
bt 1 本帖最后由 EdwinHuiSH 于 2025-9-4 17:10 编辑
同样的问题,win版本宝塔升级到 8.3.7 就出现这个问题。
尝试过执行
bt 16
bt 1
问题依旧。
我这边的报错是在续签 SSL 时出现的。日志如下,(日志同时也存在乱码现象):
|-����Ҫ��ǩ 3 ��֤��
Traceback (most recent call last):
File "class\http_requests.py", line 568, in get
return p.get(url,timeout,headers,verify,get_stype(s_type))
File "class\http_requests.py", line 31, in get
url = public.get_home_node(url)
AttributeError: module 'public' has no attribute 'get_home_node'
Traceback (most recent call last):
File "class\http_requests.py", line 568, in get
return p.get(url,timeout,headers,verify,get_stype(s_type))
File "class\http_requests.py", line 31, in get
url = public.get_home_node(url)
AttributeError: module 'public' has no attribute 'get_home_node'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/BtSoft/panel/class/acme_v2.py", line 1737, in renew_cert
self.get_apis()
File "C:/BtSoft/panel/class/acme_v2.py", line 85, in get_apis
res = requests.get(self._url)
File "class\http_requests.py", line 571, in get
raise Exception(public.get_error_info())
Exception: Traceback (most recent call last):
File "class\http_requests.py", line 568, in get
return p.get(url,timeout,headers,verify,get_stype(s_type))
File "class\http_requests.py", line 31, in get
url = public.get_home_node(url)
AttributeError: module 'public' has no attribute 'get_home_node'
已取消
C:\BtSoft\panel>-------------------------------------END-----------------------------------
EdwinHuiSH 发表于 2025-9-4 17:08
同样的问题,win版本宝塔升级到 8.3.7 就出现这个问题。
尝试过执行
已发现问题原因。从 8.2.0 直接安装 8.3.7,旧的续签 SSL 任务删掉重新续签就行。
页:
[1]