changing wireguard_enable from False to False changing ssh_server_enable from False to False changing tls_fragment_enable from False to False changing tls_padding_enable from False to False changing mux_enable from True to True changing http_proxy_enable from False to False changing telegram_enable from False to False changing tuic_enable from False to False changing hysteria_enable from True to True changing shadowsocks2022_enable from True to True changing ssfaketls_enable from False to False changing shadowtls_enable from True to True changing vmess_enable from True to True changing ws_enable from True to True changing grpc_enable from True to True changing httpupgrade_enable from True to True changing vless_enable from True to True changing trojan_enable from True to True changing reality_enable from False to True changing tcp_enable from True to True changing quic_enable from True to True changing xtls_enable from False to False changing h2_enable from True to True e changing first_setup from False to False changing mux_max_connections from 4 to 4 changing mux_min_streams from 4 to 4 changing mux_max_streams from 0 to 0 changing mux_brutal_up_mbps from 100 to 100 changing mux_brutal_down_mbps from 100 to 100 changing wireguard_enable from False to True changing first_setup from False to False changing mux_max_connections from 4 to 4 changing mux_min_streams from 4 to 4 changing mux_max_streams from 0 to 0 changing mux_brutal_up_mbps from 100 to 100 changing mux_brutal_down_mbps from 100 to 100 changing wireguard_enable from True to False my/util/langhelpers.py", line 146, in __exit__ raise exc_value.with_traceback(exc_tb) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/pool/base.py", line 896, in __connect self.dbapi_connection = connection = pool._invoke_creator(self) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/engine/create.py", line 643, in connect return dialect.connect(*cargs, **cparams) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/engine/default.py", line 617, in connect return self.loaded_dbapi.connect(*cargs, **cparams) File "/usr/local/lib/python3.10/dist-packages/MySQLdb/__init__.py", line 121, in Connect return Connection(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/MySQLdb/connections.py", line 195, in __init__ super().__init__(*args, **kwargs2) MySQLdb.OperationalError: (2003, "Can't connect to MySQL server on '127.0.0.1:3306' (111)") The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/opt/hiddify-manager/hiddify-panel/app.py", line 6, in bjoern.run(wsgi_app=hiddifypanel.create_app(), host="127.0.0.1", port=9000) File "/usr/local/lib/python3.10/dist-packages/hiddifypanel/base.py", line 76, in create_app init_db() File "/usr/local/lib/python3.10/dist-packages/hiddifypanel/panel/init_db.py", line 656, in init_db db.create_all() File "/usr/local/lib/python3.10/dist-packages/flask_sqlalchemy/extension.py", line 900, in create_all self._call_for_binds(bind_key, "create_all") File "/usr/local/lib/python3.10/dist-packages/flask_sqlalchemy/extension.py", line 881, in _call_for_binds getattr(metadata, op_name)(bind=engine) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/sql/schema.py", line 5825, in create_all bind._run_ddl_visitor( File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/engine/base.py", line 3254, in _run_ddl_visitor with self.begin() as conn: File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/engine/base.py", line 3244, in begin with self.connect() as conn: File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/engine/base.py", line 3280, in connect return self._connection_cls(self) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/engine/base.py", line 148, in __init__ Connection._handle_dbapi_exception_noconnection( File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/engine/base.py", line 2444, in _handle_dbapi_exception_noconnection raise sqlalchemy_exception.with_traceback(exc_info[2]) from e File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/engine/base.py", line 146, in __init__ self._dbapi_connection = engine.raw_connection() File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/engine/base.py", line 3304, in raw_connection return self.pool.connect() File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/pool/base.py", line 449, in connect return _ConnectionFairy._checkout(self) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/pool/base.py", line 1263, in _checkout fairy = _ConnectionRecord.checkout(pool) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/pool/base.py", line 712, in checkout rec = pool._do_get() File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/pool/impl.py", line 179, in _do_get with util.safe_reraise(): File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ raise exc_value.with_traceback(exc_tb) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/pool/impl.py", line 177, in _do_get return self._create_connection() File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/pool/base.py", line 390, in _create_connection return _ConnectionRecord(self) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/pool/base.py", line 674, in __init__ self.__connect() File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/pool/base.py", line 900, in __connect with util.safe_reraise(): File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ raise exc_value.with_traceback(exc_tb) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/pool/base.py", line 896, in __connect self.dbapi_connection = connection = pool._invoke_creator(self) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/engine/create.py", line 643, in connect return dialect.connect(*cargs, **cparams) File "/usr/local/lib/python3.10/dist-packages/sqlalchemy/engine/default.py", line 617, in connect return self.loaded_dbapi.connect(*cargs, **cparams) File "/usr/local/lib/python3.10/dist-packages/MySQLdb/__init__.py", line 121, in Connect return Connection(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/MySQLdb/connections.py", line 195, in __init__ super().__init__(*args, **kwargs2) sqlalchemy.exc.OperationalError: (MySQLdb.OperationalError) (2003, "Can't connect to MySQL server on '127.0.0.1:3306' (111)") (Background on this error at: https://sqlalche.me/e/20/e3q8) ger/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Client 10 hit errno 32 Client 11 hit errno 32 Client 10 hit errno 32 Client 11 hit errno 32 Client 10 hit errno 32 Client 11 hit errno 32 Client 10 hit errno 32 Client 12 hit errno 32 Client 11 hit errno 32 Client 10 hit errno 32 Client 12 hit errno 32 Client 11 hit errno 32 Client 10 hit errno 32 Client 11 hit errno 32 Client 12 hit errno 32 Client 10 hit errno 32 Client 11 hit errno 32 Client 12 hit errno 32 Client 10 hit errno 32 Client 11 hit errno 32 Client 12 hit errno 32 Client 10 hit errno 32 Client 11 hit errno 32 Client 12 hit errno 32 Client 10 hit errno 32 Client 11 hit errno 32 Client 12 hit errno 32 Client 10 hit errno 32 Client 11 hit errno 32 changing wireguard_enable from False to False changing ssh_server_enable from False to False changing tls_fragment_enable from False to False changing tls_padding_enable from False to False changing mux_enable from True to True changing http_proxy_enable from False to False changing telegram_enable from False to False changing tuic_enable from False to False changing hysteria_enable from False to False changing shadowsocks2022_enable from True to True changing ssfaketls_enable from False to False changing shadowtls_enable from True to True changing vmess_enable from True to True changing ws_enable from True to True changing grpc_enable from True to True changing httpupgrade_enable from True to True changing vless_enable from True to True changing trojan_enable from True to True changing reality_enable from False to False changing tcp_enable from True to True changing quic_enable from True to True changing xtls_enable from False to False changing h2_enable from True to True recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. Client 10 hit errno 32 Another installation is running.... Please wait until it finishes or wait 5 minutes or execute 'rm /opt/hiddify-manager/log/0-install.lock' Traceback (most recent call last): File "/opt/hiddify-manager/common/commander.py", line 163, in cli() File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1719, in invoke rv.append(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/hiddify-manager/common/commander.py", line 153, in apply_users run(cmd) File "/opt/hiddify-manager/common/commander.py", line 31, in run subprocess.run(cmd, shell=False, check=True) File "/usr/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/opt/hiddify-manager/install.sh', 'apply_users', '--no-gui']' returned non-zero exit status 12. changing first_setup from False to False changing mux_max_connections from 4 to 4 changing mux_min_streams from 4 to 4 changing mux_max_streams from 0 to 0 changing mux_brutal_up_mbps from 100 to 100 changing mux_brutal_down_mbps from 100 to 100 changing warp_sites from to razerid.razer.com changing wireguard_enable from False to False changing ssh_server_enable from False to False changing tls_fragment_enable from False to False changing tls_padding_enable from False to False changing mux_enable from True to True changing http_proxy_enable from False to False changing telegram_enable from False to False changing tuic_enable from False to False changing hysteria_enable from False to False changing shadowsocks2022_enable from True to True changing ssfaketls_enable from False to False changing shadowtls_enable from True to True changing vmess_enable from True to True changing ws_enable from True to True changing grpc_enable from True to True changing httpupgrade_enable from True to True changing vless_enable from True to True changing trojan_enable from True to True changing reality_enable from False to False changing tcp_enable from True to True changing quic_enable from True to True changing xtls_enable from False to False changing h2_enable from True to True