Hello , i'am using ubuntu 20 and i updated aapanel after update every bt command is not working when i do every bt command i get :
bt
Traceback (most recent call last):
File "/www/server/panel/tools.py", line 20, in <module>
import public,time,json
File "/www/server/panel/class/public/init.py", line 14, in <module>
from .common import *
File "/www/server/panel/class/public/common.py", line 9512, 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 guess because the version of python but i want to downgrade the version of aapanel to keep workig normally
Please help