runtime error
Exit code: 1. Reason: prediction = await self.root_block.process_api( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2179, in process_api result = await self.call_function( ^^^^^^^^^^^^^^^^^^^^^^^^^ ...<8 lines>... ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 1636, in call_function prediction = await anyio.to_thread.run_sync( # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ fn, *processed_input, limiter=self.limiter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/anyio/to_thread.py", line 63, in run_sync return await get_async_backend().run_sync_in_worker_thread( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ func, args, abandon_on_cancel=abandon_on_cancel, limiter=limiter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread return await future ^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 1002, in run result = context.run(func, *args) File "/usr/local/lib/python3.13/site-packages/gradio/utils.py", line 1060, in wrapper response = f(*args, **kwargs) File "/app/src/hf_eda_mcp/tools/search.py", line 130, in search_text_in_dataset raise DatasetServiceError(f"Failed to search in dataset: {str(e)}") from e hf_eda_mcp.services.dataset_service.DatasetServiceError: Failed to search in dataset: Failed to search in dataset: Dataset Viewer API request failed: HTTPSConnectionPool(host='datasets-server.huggingface.co', port=443): Max retries exceeded with url: /search?dataset=stanfordnlp%2Fimdb&config=plain_text&split=train&query=great+movie&offset=0&length=10 (Caused by ResponseError('too many 500 error responses'))
Container logs:
Fetching error logs...