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 #d9a9dfdf85735b19abbd36956f12cd4072cfb9cf: zavod.runtime.cleaning| format | imo |
|---|---|
| prop | imoNumber |
| value | 5785052 |
| dataset | tokyo_mou_psc |
Issue #e84e8bfc65214d30b331e3f71eec5e85d1a8c6d6: tokyo_mou_psc| error_str | HTTPSConnectionPool(host='apcis.tmou.org', port=443): Max retries exceeded with url: /public/?action=getinspections (Caused by ResponseError('too many 500 error responses')) |
|---|---|
| url | https://apcis.tmou.org/public/?action=getinspections |
| exception | urllib3.exceptions.ResponseError: too many 500 error responses
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 942, in urlopen
return self.urlopen(
^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 942, in urlopen
return self.urlopen(
^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 942, in urlopen
return self.urlopen(
^^^^^^^^^^^^^
[Previous line repeated 2 more times]
File "/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 932, in urlopen
retries = retries.increment(method, url, response=response, _pool=self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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='apcis.tmou.org', port=443): Max retries exceeded with url: /public/?action=getinspections (Caused by ResponseError('too many 500 error responses'))
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}/_global/tokyo_mou/psc/crawler.py", line 72, in crawl
crawl_psc_records(
File "/opensanctions/zavod/zavod/shed/bs_tokyo_mou_psc.py", line 185, in crawl_psc_records
doc = context.fetch_html(
^^^^^^^^^^^^^^^^^^^
File "/opensanctions/zavod/zavod/context.py", line 373, in fetch_html
text = self.fetch_text(
^^^^^^^^^^^^^^^^
File "/opensanctions/zavod/zavod/context.py", line 288, in fetch_text
response = self.fetch_response(
^^^^^^^^^^^^^^^^^^^^
File "/opensanctions/zavod/zavod/context.py", line 236, in fetch_response
response = self.http.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 668, in send
raise RetryError(e, request=request)
requests.exceptions.RetryError: HTTPSConnectionPool(host='apcis.tmou.org', port=443): Max retries exceeded with url: /public/?action=getinspections (Caused by ResponseError('too many 500 error responses')) |
| dataset | tokyo_mou_psc |
| exc_info | True |