runtime error

Exit code: 1. Reason: nfo(host, port, family=family, type=type, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/asyncio/base_events.py", line 868, in getaddrinfo return await self.run_in_executor( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/socket.py", line 974, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socket.gaierror: [Errno -2] Name or service not known The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/main.py", line 76, in <module> from core.config import config_manager, config File "/app/core/config.py", line 673, in <module> config_manager = ConfigManager() ^^^^^^^^^^^^^^^ File "/app/core/config.py", line 311, in __init__ self.load() File "/app/core/config.py", line 322, in load yaml_data = self._load_yaml() ^^^^^^^^^^^^^^^^^ File "/app/core/config.py", line 471, in _load_yaml data = storage.load_settings_sync() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/storage.py", line 995, in load_settings_sync return _run_in_db_loop(load_settings()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/storage.py", line 164, in _run_in_db_loop return future.result() ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/app/core/storage.py", line 956, in load_settings raise RuntimeError("Settings read failed") from e RuntimeError: Settings read failed

Container logs:

Fetching error logs...