Below is an overview of all parsing and processing issues that appeared while importing the data.
Go back to the global issues overview or view the dataset page.
Issue #0813bb03834bab634e3eb4bbb4a4505740c2ee4a: fr_assemblee| error_str | ('Connection broken: IncompleteRead(2977285 bytes read, 10387989 more expected)', IncompleteRead(2977285 bytes read, 10387989 more expected)) |
|---|---|
| url | - |
| exception | Traceback (most recent call last):
File "/venv/lib/python3.12/site-packages/urllib3/response.py", line 779, in _error_catcher
yield
File "/venv/lib/python3.12/site-packages/urllib3/response.py", line 925, in _raw_read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
urllib3.exceptions.IncompleteRead: IncompleteRead(2977285 bytes read, 10387989 more expected)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/venv/lib/python3.12/site-packages/requests/models.py", line 820, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/venv/lib/python3.12/site-packages/urllib3/response.py", line 1091, in stream
data = self.read(amt=amt, decode_content=decode_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/urllib3/response.py", line 1008, in read
data = self._raw_read(amt)
^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/urllib3/response.py", line 903, in _raw_read
with self._error_catcher():
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/venv/lib/python3.12/site-packages/urllib3/response.py", line 803, in _error_catcher
raise ProtocolError(arg, e) from e
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(2977285 bytes read, 10387989 more expected)', IncompleteRead(2977285 bytes read, 10387989 more expected))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opensanctions/zavod/zavod/crawl.py", line 35, in crawl_dataset
entry_point(context)
File "${ZAVOD_DATASETS_PATH}/fr/assemblee/crawler.py", line 181, in crawl
path = context.fetch_resource("deputes.zip", context.data_url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opensanctions/zavod/zavod/context.py", line 181, in fetch_resource
return fetch_file(
^^^^^^^^^^^
File "/opensanctions/zavod/zavod/runtime/http_.py", line 99, in fetch_file
for chunk in res.iter_content(chunk_size=8192 * 10):
File "/venv/lib/python3.12/site-packages/requests/models.py", line 822, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(2977285 bytes read, 10387989 more expected)', IncompleteRead(2977285 bytes read, 10387989 more expected)) |
| dataset | fr_assemblee |
| exc_info | true |