Hello, I could not run bt-panel no matter what I did. Although there is no problem with the port, I spontaneously started to be unable to enter aapanel, I get the following error.
/www/server/panel/tools.py:109: SyntaxWarning: invalid escape sequence '\.'
root_mysql = '''#!/bin/bash
/www/server/panel/tools.py:170: SyntaxWarning: invalid escape sequence '\c'
mysql_dir = '''#!/bin/bash
/www/server/panel/tools.py:556: SyntaxWarning: invalid escape sequence '\w'
re_list = re.findall("[^\w\d,.]+", username)
/www/server/panel/pyenv/lib/python3.12/site-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (5.1.0)/charset_normalizer (2.0.12) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
There is access to my sites added to the panel, but there is no access to the panel.
I used the ‘bt 16’ command to solve the problem, but it did not work.