runtime error

Exit code: 1. Reason: ackages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): File "/usr/local/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout: The read operation timed out The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/src/hf_eda_mcp/tools/sampling.py", line 113, in get_dataset_sample sample_data = service.load_dataset_sample( File "/app/src/hf_eda_mcp/error_handling.py", line 155, in wrapper return f(*args, **kwargs) File "/app/src/hf_eda_mcp/services/dataset_service.py", line 594, in load_dataset_sample raise DatasetServiceError( hf_eda_mcp.services.dataset_service.DatasetServiceError: Failed to load dataset sample: The read operation timed out 2026-04-08 00:24:06,238 - hf_eda_mcp.config - ERROR - ❌ Failed to launch server: Couldn't start the app because 'http://localhost:7860/gradio_api/startup-events' failed (code 500). Check your network or proxy settings to ensure localhost is accessible. 2026-04-08 00:24:06,238 - hf_eda_mcp.config - ERROR - Full traceback: Traceback (most recent call last): File "/app/src/hf_eda_mcp/server.py", line 364, in launch_server app.launch(**launch_kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2712, in launch raise Exception( Exception: Couldn't start the app because 'http://localhost:7860/gradio_api/startup-events' failed (code 500). Check your network or proxy settings to ensure localhost is accessible.

Container logs:

Fetching error logs...