fuerkj 发表于 2023-12-6 10:22:34

【已完成】TypeError: argument of type 'NoneType' is not iterable

REQUEST_DATE: 2023-12-06 10:18:45
PAN_VERSION: 8.0.43
OS_VERSION: CentOS8.4.2105 x86_64(Py3.7.9)
REMOTE_ADDR: 222.209.68.223
REQUEST_URI: POST /safe/firewall/get_firewall_info?
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2261, in publicObject
    res = run_obj.run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 2208, in run
    result = getattr(toObject, get.action)(get)
File "class/panelSafeController.py", line 80, in model
    raise public.PanelError(result['msg'])
public.PanelError: 面板运行时发生错误: Traceback (most recent call last):
File "/www/server/panel/class/safeModel/firewallModel.py", line 3496, in
    s = Sqlite()
File "/www/server/panel/class/safeModel/firewallModel.py", line 3350, in __init__
    self.create_table()
File "/www/server/panel/class/safeModel/firewallModel.py", line 3452, in create_table
    if 'domain_total' not in create_table_str:
TypeError: argument of type 'NoneType' is not iterable

谢花郎 发表于 2023-12-6 11:22:38

您好,此问题您可以尝试修复下面板看看是否正常呢?这个问题是有反馈修复过的

谢花郎 发表于 2023-12-13 10:46:55

您好,由于您的帖子长时间未回复,这边将帖子状态修改已完成,如您当前问题未解决,您可以重新在帖子内回复或者重新发帖子反馈,如是有新问题您可以重新发帖子反馈。

宝塔用户_mncuwd 发表于 2023-12-15 12:00:45

谢花郎 发表于 2023-12-6 11:22
您好,此问题您可以尝试修复下面板看看是否正常呢?这个问题是有反馈修复过的
...

我这里也是这个问题修复了也没用
页: [1]
查看完整版本: 【已完成】TypeError: argument of type 'NoneType' is not iterable