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 #7832cc16d43979db6f15ab834e636cb2f5b6296e: me_acp_peps| error_str | HTTPSConnectionPool(host='portal.antikorupcija.me', port=9343): Max retries exceeded with url: /acamPublic/izvestajDetailsCSV.json?izvestajId=84990 (Caused by ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))) |
|---|---|
| url | https://portal.antikorupcija.me:9343/acamPublic/izvestajDetailsCSV.json?izvestajId=84990 |
| exception | urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/venv/lib/python3.12/site-packages/requests/adapters.py", line 644, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 871, in urlopen
return self.urlopen(
^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 871, in urlopen
return self.urlopen(
^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 871, in urlopen
return self.urlopen(
^^^^^^^^^^^^^
[Previous line repeated 3 more times]
File "/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 841, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/urllib3/util/retry.py", line 535, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='portal.antikorupcija.me', port=9343): Max retries exceeded with url: /acamPublic/izvestajDetailsCSV.json?izvestajId=84990 (Caused by ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opensanctions/zavod/zavod/crawl.py", line 36, in crawl_dataset
entry_point(context)
File "${ZAVOD_DATASETS_PATH}/me/acp_peps/crawler.py", line 282, in crawl
if crawl_person(context, person):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "${ZAVOD_DATASETS_PATH}/me/acp_peps/crawler.py", line 206, in crawl_person
filing_date, zip_path = fetch_latest_filing(context, dates)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "${ZAVOD_DATASETS_PATH}/me/acp_peps/crawler.py", line 38, in fetch_latest_filing
zip_path = context.fetch_resource(filename, url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opensanctions/zavod/zavod/context.py", line 185, in fetch_resource
return fetch_file(
^^^^^^^^^^^
File "/opensanctions/zavod/zavod/runtime/http_.py", line 90, in fetch_file
with session.request(
^^^^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/requests/adapters.py", line 677, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='portal.antikorupcija.me', port=9343): Max retries exceeded with url: /acamPublic/izvestajDetailsCSV.json?izvestajId=84990 (Caused by ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))) |
| dataset | me_acp_peps |
| exc_info | True |