runtime error

Exit code: 1. Reason: <frozen importlib._bootstrap>:241: DeprecationWarning: builtin type SwigPyPacked has no __module__ attribute <frozen importlib._bootstrap>:241: DeprecationWarning: builtin type SwigPyObject has no __module__ attribute Traceback (most recent call last): File "/home/user/app/app.py", line 33, in <module> client = connect_to_db() File "/home/user/app/app.py", line 26, in connect_to_db client = weaviate.connect_to_weaviate_cloud( File "/usr/local/lib/python3.10/site-packages/weaviate/connect/helpers.py", line 108, in connect_to_weaviate_cloud WeaviateClient( File "/usr/local/lib/python3.10/site-packages/weaviate/client.py", line 134, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/weaviate/client_executor.py", line 72, in __init__ self._connection = self._connection_type( # pyright: ignore reportIncompatibleVariableOverride File "/usr/local/lib/python3.10/site-packages/weaviate/connect/v4.py", line 172, in __init__ self._headers["authorization"] = "Bearer " + auth_client_secret.api_key TypeError: can only concatenate str (not "NoneType") to str sys:1: DeprecationWarning: builtin type swigvarlink has no __module__ attribute

Container logs:

Fetching error logs...