Below is an overview of all parsing and processing issues that appeared while importing the data.
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 #5022d81e46ebe8c58783ba06907e31681a617ca3: mk_officials| error_str | Expecting value: line 1 column 1 (char 0) |
|---|---|
| url | None |
| exception | Traceback (most recent call last):
File "/venv/lib/python3.12/site-packages/requests/models.py", line 976, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
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}/mk/officials/crawler.py", line 86, in crawl
data = res.json()
^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/requests/models.py", line 980, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) |
| dataset | mk_officials |
| exc_info | True |