runtime error
Exit code: 1. Reason: hemy/pool/base.py", line 1263, in _checkout fairy = _ConnectionRecord.checkout(pool) File "/home/myuser/.local/lib/python3.9/site-packages/sqlalchemy/pool/base.py", line 712, in checkout rec = pool._do_get() File "/home/myuser/.local/lib/python3.9/site-packages/sqlalchemy/pool/impl.py", line 180, in _do_get self._dec_overflow() File "/home/myuser/.local/lib/python3.9/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ raise exc_value.with_traceback(exc_tb) File "/home/myuser/.local/lib/python3.9/site-packages/sqlalchemy/pool/impl.py", line 177, in _do_get return self._create_connection() File "/home/myuser/.local/lib/python3.9/site-packages/sqlalchemy/pool/base.py", line 390, in _create_connection return _ConnectionRecord(self) File "/home/myuser/.local/lib/python3.9/site-packages/sqlalchemy/pool/base.py", line 674, in __init__ self.__connect() File "/home/myuser/.local/lib/python3.9/site-packages/sqlalchemy/pool/base.py", line 901, in __connect pool.logger.debug("Error on connect(): %s", e) File "/home/myuser/.local/lib/python3.9/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ raise exc_value.with_traceback(exc_tb) File "/home/myuser/.local/lib/python3.9/site-packages/sqlalchemy/pool/base.py", line 896, in __connect self.dbapi_connection = connection = pool._invoke_creator(self) File "/home/myuser/.local/lib/python3.9/site-packages/sqlalchemy/engine/create.py", line 646, in connect return dialect.connect(*cargs, **cparams) File "/home/myuser/.local/lib/python3.9/site-packages/sqlalchemy/engine/default.py", line 622, in connect return self.loaded_dbapi.connect(*cargs, **cparams) File "/home/myuser/.local/lib/python3.9/site-packages/psycopg2/__init__.py", line 122, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) server didn't return client encoding (Background on this error at: https://sqlalche.me/e/20/e3q8)
Container logs:
Fetching error logs...