runtime error

Exit code: 1. Reason: , line 839, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 "/usr/local/lib/python3.11/site-packages/reachy_mini/reachy_mini.py", line 478, in _initialize_client client = self._connect_single( ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/reachy_mini/reachy_mini.py", line 493, in _connect_single client = WSClient(host, port) ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/reachy_mini/io/ws_client.py", line 78, in __init__ raise ConnectionError(f"Failed to connect to {uri}: {e}") from e ConnectionError: Failed to connect to ws://reachy-mini.local:8000/ws/sdk: [Errno -2] Name or service not known During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/storeos_robot/__main__.py", line 8, in <module> app.wrapped_run() File "/app/storeos_robot/app.py", line 78, in wrapped_run super().wrapped_run() File "/usr/local/lib/python3.11/site-packages/reachy_mini/apps/app.py", line 138, in wrapped_run with ReachyMini( ^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/reachy_mini/reachy_mini.py", line 144, in __init__ self.client, self.connection_mode = self._initialize_client( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/reachy_mini/reachy_mini.py", line 482, in _initialize_client raise ConnectionError( ConnectionError: Network connection attempt failed. Make sure a Reachy Mini daemon is running and accessible.

Container logs:

Fetching error logs...