runtime error

Exit code: 1. Reason: es/urllib3/response.py", line 1043, in _raw_read raise IncompleteRead(self._fp_bytes_read, self.length_remaining) urllib3.exceptions.IncompleteRead: IncompleteRead(1220597350 bytes read, 96204738 more expected) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 937, in generate yield from self.raw.stream(chunk_size, decode_content=True) File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 1267, in stream data = self.read(amt=amt, decode_content=decode_content) File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 1155, in read data = self._raw_read(amt) File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 1021, 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 925, in _error_catcher raise ProtocolError(arg, e) from e urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(1220597350 bytes read, 96204738 more expected)', IncompleteRead(1220597350 bytes read, 96204738 more expected)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 946, in <module> download_all(use_mirror=False) File "/app/src/SongFormer/./utils/fetch_pretrained.py", line 56, in download_all download(url, path) File "/app/src/SongFormer/./utils/fetch_pretrained.py", line 24, in download for data in response.iter_content(chunk_size=1024): File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 939, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(1220597350 bytes read, 96204738 more expected)', IncompleteRead(1220597350 bytes read, 96204738 more expected))

Container logs:

Fetching error logs...