runtime error

Connected. Call `.close()` to terminate connection gracefully. Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> project = hopsworks.login() File "/home/user/.local/lib/python3.10/site-packages/hopsworks/__init__.py", line 201, in login raise e File "/home/user/.local/lib/python3.10/site-packages/hopsworks/__init__.py", line 197, in login _hw_connection = _hw_connection(host=host, port=port, api_key_value=api_key) File "/home/user/.local/lib/python3.10/site-packages/hopsworks/connection.py", line 319, in connection return cls( File "/home/user/.local/lib/python3.10/site-packages/hopsworks/connection.py", line 115, in __init__ self.connect() File "/home/user/.local/lib/python3.10/site-packages/hopsworks/decorators.py", line 25, in if_not_connected return fn(inst, *args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/hopsworks/connection.py", line 272, in connect self._set_client_variables() File "/home/user/.local/lib/python3.10/site-packages/hopsworks/connection.py", line 218, in _set_client_variables python_version = self._variable_api.get_variable( File "/home/user/.local/lib/python3.10/site-packages/hopsworks/core/variable_api.py", line 30, in get_variable domain = _client._send_request("GET", path_params) File "/home/user/.local/lib/python3.10/site-packages/hopsworks/decorators.py", line 35, in if_connected return fn(inst, *args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/hopsworks/client/base.py", line 174, in _send_request raise exceptions.RestAPIError(url, response) hopsworks.client.exceptions.RestAPIError: Metadata operation error: (url: https://c.app.hopsworks.ai/hopsworks-api/api/variables/docker_base_image_python_version). Server response: HTTP code: 401, HTTP reason: Unauthorized, body: b'{"errorCode":320013,"errorMsg":"API key not found in the database"}', error code: 320013, error msg: API key not found in the database, user msg:

Container logs:

Fetching error logs...