本帖最后由 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-----------------------------------
复制代码
|