Hello aaPanel Support Team,
I am facing a critical issue after clicking the "Fix" button in the panel. The web interface is no longer accessible, and the bt service fails to start.
System Environment:
OS: Oracle Linux 8.5 (5.4.17-2136.307.3.4.el8uek.aarch64)
Architecture: ARM (aarch64)
Status: Web sites and phpMyAdmin are working fine, but the panel itself is down.
The Error: When checking the error.log via SSH, I see the following Traceback:
Traceback (most recent call last):
File "/www/server/panel/BT-Panel", line 45, in <module>
from BTPanel import app,sys,public
File "/www/server/panel/BTPanel/__init__.py", line 10, in <module>
from public.hook_import import hook_import
File "class/public/__init__.py", line 14, in <module>
from .common import *
File "class/public/common.py", line 9766, in <module>
def find_value_by_key(data: dict | List[dict], key: str, default: Any = None) -> Any:
TypeError: unsupported operand type(s) for |: 'type' and '_GenericAlias'
I tried running the update script via SSH: curl http://download.bt.cn/install/update_panel_en.sh | bash, but it failed with: ERROR: Install python env fielded.
