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 #430fb6ab2ac6de694de856570f0017a2dd25c4b2: za_mm_officials| error_str | 404 Client Error: Not Found for url: https://municipaldata.treasury.gov.za/api/cubes/officials/facts |
|---|---|
| url | https://municipaldata.treasury.gov.za/api/cubes/officials/facts |
| response_code | 404 |
| response_text |
<!doctype html>
<html lang="en">
<head>
<title>Not Found</title>
</head>
<body>
<h1>Not Found</h1><p>The requested resource was not found on this server.</p>
</body>
</html>
|
| exception | Traceback (most recent call last):
File "/opensanctions/zavod/zavod/crawl.py", line 35, in crawl_dataset
entry_point(context)
File "${ZAVOD_DATASETS_PATH}/za/mm_officials/crawler.py", line 62, in crawl
officials = context.fetch_json(context.data_url, cache_days=1).get("data")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opensanctions/zavod/zavod/context.py", line 320, in fetch_json
text = self.fetch_text(
^^^^^^^^^^^^^^^^
File "/opensanctions/zavod/zavod/context.py", line 284, in fetch_text
response = self.fetch_response(
^^^^^^^^^^^^^^^^^^^^
File "/opensanctions/zavod/zavod/context.py", line 237, in fetch_response
response.raise_for_status()
File "/venv/lib/python3.12/site-packages/requests/models.py", line 1026, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://municipaldata.treasury.gov.za/api/cubes/officials/facts |
| dataset | za_mm_officials |
| exc_info | true |