runtime error
Exit code: 3. Reason: ING) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/pymongo/mongo_client.py", line 771, in __init__ res = uri_parser.parse_uri( ^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/pymongo/uri_parser.py", line 558, in parse_uri nodes = dns_resolver.get_hosts() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/pymongo/srv_resolver.py", line 131, in get_hosts _, nodes = self._get_srv_response_and_hosts(True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/pymongo/srv_resolver.py", line 111, in _get_srv_response_and_hosts results = self._resolve_uri(encapsulate_errors) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/pymongo/srv_resolver.py", line 105, in _resolve_uri raise ConfigurationError(str(exc)) from None pymongo.errors.ConfigurationError: The DNS query name does not exist: _mongodb._tcp.medaiuserdatacluster.bymqw30.mongodb.net. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/.local/lib/python3.11/site-packages/starlette/routing.py", line 677, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/app/src/main.py", line 121, in lifespan startup_event(state) File "/app/src/main.py", line 87, in startup_event account_repo.init() File "/app/src/data/repositories/account.py", line 54, in init raise ActionFailed(f"Database operation failed during initialization: {e}") from e src.data.connection.ActionFailed: Database operation failed during initialization: The DNS query name does not exist: _mongodb._tcp.medaiuserdatacluster.bymqw30.mongodb.net. ERROR: Application startup failed. Exiting.
Container logs:
Fetching error logs...