runtime error
Exit code: 1. Reason: se.py", line 878, in _raw_read with self._error_catcher(): 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/urllib3/response.py", line 778, in _error_catcher raise ProtocolError(arg, e) from e urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(51904512 bytes read, 108401858 more expected)', IncompleteRead(51904512 bytes read, 108401858 more expected)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/rapid_table/utils/download_model.py", line 39, in download file = cls.download_as_bytes_with_progress(model_full_url, save_model_name) File "/usr/local/lib/python3.10/site-packages/rapid_table/utils/download_model.py", line 55, in download_as_bytes_with_progress for chunk in resp.iter_content(chunk_size=65536): File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 822, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(51904512 bytes read, 108401858 more expected)', IncompleteRead(51904512 bytes read, 108401858 more expected)) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 48, in <module> unitable_table_Engine = RapidTable(RapidTableInput(model_type=ModelType.UNITABLE.value)) File "/usr/local/lib/python3.10/site-packages/rapid_table/main.py", line 72, in __init__ config.model_path = self.get_model_path(config.model_type, config.model_path) File "/usr/local/lib/python3.10/site-packages/rapid_table/main.py", line 165, in get_model_path model_paths[k] = DownloadModel.download( File "/usr/local/lib/python3.10/site-packages/rapid_table/utils/download_model.py", line 42, in download raise DownloadModelError from exc rapid_table.utils.download_model.DownloadModelError
Container logs:
Fetching error logs...