ezvonot/ezvonot_accounts
Failed

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:30:16.518121
Last Completion:
2025-12-15 00:30:42.519614
Last Success:
2025-12-08 00:10:45.753849

data_gov_il_resource
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/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 "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 23, in search_dataset
    results = requests.get(PACKAGE_GET_URL + dataset_name, headers=HEADERS).json()
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 92, in get_resource
    dataset = search_dataset(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 27, in search_dataset
    results = gcd.json(PACKAGE_GET_URL + dataset_name)
AttributeError: 'function' object has no attribute 'json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 40, in get_page
    assert test(page)
UnboundLocalError: local variable 'page' referenced before assignment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 66, in <module>
    spew_flow(flow(ctx.parameters), ctx)
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 47, in flow
    url, path = get_resource(gcd, dataset_name, resource_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 94, in get_resource
    dataset = get_dataset_html(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 49, in get_dataset_html
    page = get_page(gcd, PACKAGE_PAGE_URL + dataset_name, lambda page: 'resource-item' in page)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 42, in get_page
    gcd.driver.get(url)
AttributeError: 'function' object has no attribute 'driver'

Pipeline ID: ezvonot/ezvonot_accounts

ezvonot/ezvonot_cases
Failed

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:30:42.613777
Last Completion:
2025-12-15 00:31:08.618166
Last Success:
2025-12-08 00:11:07.120770

data_gov_il_resource
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/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 "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 23, in search_dataset
    results = requests.get(PACKAGE_GET_URL + dataset_name, headers=HEADERS).json()
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 92, in get_resource
    dataset = search_dataset(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 27, in search_dataset
    results = gcd.json(PACKAGE_GET_URL + dataset_name)
AttributeError: 'function' object has no attribute 'json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 40, in get_page
    assert test(page)
UnboundLocalError: local variable 'page' referenced before assignment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 66, in <module>
    spew_flow(flow(ctx.parameters), ctx)
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 47, in flow
    url, path = get_resource(gcd, dataset_name, resource_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 94, in get_resource
    dataset = get_dataset_html(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 49, in get_dataset_html
    page = get_page(gcd, PACKAGE_PAGE_URL + dataset_name, lambda page: 'resource-item' in page)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 42, in get_page
    gcd.driver.get(url)
AttributeError: 'function' object has no attribute 'driver'

Pipeline ID: ezvonot/ezvonot_cases

ezvonot/ezvonot_crontab
Succeeded

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:09:04.814448
Last Completion:
2025-12-15 00:09:08.341381
Last Success:
2025-12-15 00:09:08.341381

Pipeline ID: ezvonot/ezvonot_crontab

ezvonot/ezvonot_decisions
Failed

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:31:32.222262
Last Completion:
2025-12-15 00:31:55.419959
Last Success:
2025-12-08 00:12:00.321930

data_gov_il_resource
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/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 "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 23, in search_dataset
    results = requests.get(PACKAGE_GET_URL + dataset_name, headers=HEADERS).json()
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 92, in get_resource
    dataset = search_dataset(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 27, in search_dataset
    results = gcd.json(PACKAGE_GET_URL + dataset_name)
AttributeError: 'function' object has no attribute 'json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 40, in get_page
    assert test(page)
UnboundLocalError: local variable 'page' referenced before assignment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 66, in <module>
    spew_flow(flow(ctx.parameters), ctx)
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 47, in flow
    url, path = get_resource(gcd, dataset_name, resource_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 94, in get_resource
    dataset = get_dataset_html(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 49, in get_dataset_html
    page = get_page(gcd, PACKAGE_PAGE_URL + dataset_name, lambda page: 'resource-item' in page)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 42, in get_page
    gcd.driver.get(url)
AttributeError: 'function' object has no attribute 'driver'

Pipeline ID: ezvonot/ezvonot_decisions

ezvonot/ezvonot_decisions_join
Invalid

Last Run triggered by:
scheduled
Last Run started at:
2025-12-08 00:33:46.441991
Last Completion:
2025-12-08 00:34:49.144854
Last Success:
2025-12-08 00:34:49.144854

Dependency unsuccessful :Cannot run until dependency "./ezvonot/ezvonot_accounts" is successfully executed
Dependency unsuccessful :Cannot run until dependency "./ezvonot/ezvonot_cases" is successfully executed
Dependency unsuccessful :Cannot run until dependency "./ezvonot/ezvonot_purposes" is successfully executed
Dependency unsuccessful :Cannot run until dependency "./ezvonot/ezvonot_decisions" is successfully executed

Pipeline ID: ezvonot/ezvonot_decisions_join

ezvonot/ezvonot_deposits
Failed

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:29:52.414885
Last Completion:
2025-12-15 00:30:16.507557
Last Success:
2025-12-08 00:10:20.256166

data_gov_il_resource
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/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 "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 23, in search_dataset
    results = requests.get(PACKAGE_GET_URL + dataset_name, headers=HEADERS).json()
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 92, in get_resource
    dataset = search_dataset(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 27, in search_dataset
    results = gcd.json(PACKAGE_GET_URL + dataset_name)
AttributeError: 'function' object has no attribute 'json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 40, in get_page
    assert test(page)
UnboundLocalError: local variable 'page' referenced before assignment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 66, in <module>
    spew_flow(flow(ctx.parameters), ctx)
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 47, in flow
    url, path = get_resource(gcd, dataset_name, resource_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 94, in get_resource
    dataset = get_dataset_html(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 49, in get_dataset_html
    page = get_page(gcd, PACKAGE_PAGE_URL + dataset_name, lambda page: 'resource-item' in page)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 42, in get_page
    gcd.driver.get(url)
AttributeError: 'function' object has no attribute 'driver'

Pipeline ID: ezvonot/ezvonot_deposits

ezvonot/ezvonot_purposes
Failed

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:31:08.630052
Last Completion:
2025-12-15 00:31:32.213513
Last Success:
2025-12-08 00:11:27.747947

data_gov_il_resource
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/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 "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 23, in search_dataset
    results = requests.get(PACKAGE_GET_URL + dataset_name, headers=HEADERS).json()
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 92, in get_resource
    dataset = search_dataset(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 27, in search_dataset
    results = gcd.json(PACKAGE_GET_URL + dataset_name)
AttributeError: 'function' object has no attribute 'json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 40, in get_page
    assert test(page)
UnboundLocalError: local variable 'page' referenced before assignment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 66, in <module>
    spew_flow(flow(ctx.parameters), ctx)
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 47, in flow
    url, path = get_resource(gcd, dataset_name, resource_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 94, in get_resource
    dataset = get_dataset_html(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 49, in get_dataset_html
    page = get_page(gcd, PACKAGE_PAGE_URL + dataset_name, lambda page: 'resource-item' in page)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 42, in get_page
    gcd.driver.get(url)
AttributeError: 'function' object has no attribute 'driver'

Pipeline ID: ezvonot/ezvonot_purposes

ezvonot/ezvonot_decisions_join
Invalid

Last Run triggered by:
scheduled
Last Run started at:
2025-12-08 00:33:46.441991
Last Completion:
2025-12-08 00:34:49.144854
Last Success:
2025-12-08 00:34:49.144854

Dependency unsuccessful :Cannot run until dependency "./ezvonot/ezvonot_accounts" is successfully executed
Dependency unsuccessful :Cannot run until dependency "./ezvonot/ezvonot_cases" is successfully executed
Dependency unsuccessful :Cannot run until dependency "./ezvonot/ezvonot_purposes" is successfully executed
Dependency unsuccessful :Cannot run until dependency "./ezvonot/ezvonot_decisions" is successfully executed

Pipeline ID: ezvonot/ezvonot_decisions_join

ezvonot/ezvonot_accounts
Failed

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:30:16.518121
Last Completion:
2025-12-15 00:30:42.519614
Last Success:
2025-12-08 00:10:45.753849

data_gov_il_resource
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/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 "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 23, in search_dataset
    results = requests.get(PACKAGE_GET_URL + dataset_name, headers=HEADERS).json()
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 92, in get_resource
    dataset = search_dataset(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 27, in search_dataset
    results = gcd.json(PACKAGE_GET_URL + dataset_name)
AttributeError: 'function' object has no attribute 'json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 40, in get_page
    assert test(page)
UnboundLocalError: local variable 'page' referenced before assignment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 66, in <module>
    spew_flow(flow(ctx.parameters), ctx)
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 47, in flow
    url, path = get_resource(gcd, dataset_name, resource_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 94, in get_resource
    dataset = get_dataset_html(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 49, in get_dataset_html
    page = get_page(gcd, PACKAGE_PAGE_URL + dataset_name, lambda page: 'resource-item' in page)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 42, in get_page
    gcd.driver.get(url)
AttributeError: 'function' object has no attribute 'driver'

Pipeline ID: ezvonot/ezvonot_accounts

ezvonot/ezvonot_cases
Failed

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:30:42.613777
Last Completion:
2025-12-15 00:31:08.618166
Last Success:
2025-12-08 00:11:07.120770

data_gov_il_resource
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/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 "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 23, in search_dataset
    results = requests.get(PACKAGE_GET_URL + dataset_name, headers=HEADERS).json()
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 92, in get_resource
    dataset = search_dataset(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 27, in search_dataset
    results = gcd.json(PACKAGE_GET_URL + dataset_name)
AttributeError: 'function' object has no attribute 'json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 40, in get_page
    assert test(page)
UnboundLocalError: local variable 'page' referenced before assignment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 66, in <module>
    spew_flow(flow(ctx.parameters), ctx)
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 47, in flow
    url, path = get_resource(gcd, dataset_name, resource_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 94, in get_resource
    dataset = get_dataset_html(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 49, in get_dataset_html
    page = get_page(gcd, PACKAGE_PAGE_URL + dataset_name, lambda page: 'resource-item' in page)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 42, in get_page
    gcd.driver.get(url)
AttributeError: 'function' object has no attribute 'driver'

Pipeline ID: ezvonot/ezvonot_cases

ezvonot/ezvonot_decisions
Failed

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:31:32.222262
Last Completion:
2025-12-15 00:31:55.419959
Last Success:
2025-12-08 00:12:00.321930

data_gov_il_resource
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/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 "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 23, in search_dataset
    results = requests.get(PACKAGE_GET_URL + dataset_name, headers=HEADERS).json()
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 92, in get_resource
    dataset = search_dataset(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 27, in search_dataset
    results = gcd.json(PACKAGE_GET_URL + dataset_name)
AttributeError: 'function' object has no attribute 'json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 40, in get_page
    assert test(page)
UnboundLocalError: local variable 'page' referenced before assignment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 66, in <module>
    spew_flow(flow(ctx.parameters), ctx)
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 47, in flow
    url, path = get_resource(gcd, dataset_name, resource_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 94, in get_resource
    dataset = get_dataset_html(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 49, in get_dataset_html
    page = get_page(gcd, PACKAGE_PAGE_URL + dataset_name, lambda page: 'resource-item' in page)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 42, in get_page
    gcd.driver.get(url)
AttributeError: 'function' object has no attribute 'driver'

Pipeline ID: ezvonot/ezvonot_decisions

ezvonot/ezvonot_deposits
Failed

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:29:52.414885
Last Completion:
2025-12-15 00:30:16.507557
Last Success:
2025-12-08 00:10:20.256166

data_gov_il_resource
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/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 "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 23, in search_dataset
    results = requests.get(PACKAGE_GET_URL + dataset_name, headers=HEADERS).json()
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 92, in get_resource
    dataset = search_dataset(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 27, in search_dataset
    results = gcd.json(PACKAGE_GET_URL + dataset_name)
AttributeError: 'function' object has no attribute 'json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 40, in get_page
    assert test(page)
UnboundLocalError: local variable 'page' referenced before assignment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 66, in <module>
    spew_flow(flow(ctx.parameters), ctx)
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 47, in flow
    url, path = get_resource(gcd, dataset_name, resource_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 94, in get_resource
    dataset = get_dataset_html(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 49, in get_dataset_html
    page = get_page(gcd, PACKAGE_PAGE_URL + dataset_name, lambda page: 'resource-item' in page)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 42, in get_page
    gcd.driver.get(url)
AttributeError: 'function' object has no attribute 'driver'

Pipeline ID: ezvonot/ezvonot_deposits

ezvonot/ezvonot_purposes
Failed

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:31:08.630052
Last Completion:
2025-12-15 00:31:32.213513
Last Success:
2025-12-08 00:11:27.747947

data_gov_il_resource
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/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 "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 23, in search_dataset
    results = requests.get(PACKAGE_GET_URL + dataset_name, headers=HEADERS).json()
  File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 92, in get_resource
    dataset = search_dataset(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 27, in search_dataset
    results = gcd.json(PACKAGE_GET_URL + dataset_name)
AttributeError: 'function' object has no attribute 'json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 40, in get_page
    assert test(page)
UnboundLocalError: local variable 'page' referenced before assignment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 66, in <module>
    spew_flow(flow(ctx.parameters), ctx)
  File "/datapackage_pipelines_budgetkey/processors/data_gov_il_resource.py", line 47, in flow
    url, path = get_resource(gcd, dataset_name, resource_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 94, in get_resource
    dataset = get_dataset_html(gcd, dataset_name)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 49, in get_dataset_html
    page = get_page(gcd, PACKAGE_PAGE_URL + dataset_name, lambda page: 'resource-item' in page)
  File "/datapackage_pipelines_budgetkey/common/data_gov_il.py", line 42, in get_page
    gcd.driver.get(url)
AttributeError: 'function' object has no attribute 'driver'

Pipeline ID: ezvonot/ezvonot_purposes

ezvonot/ezvonot_crontab
Succeeded

Last Run triggered by:
scheduled
Last Run started at:
2025-12-15 00:09:04.814448
Last Completion:
2025-12-15 00:09:08.341381
Last Success:
2025-12-15 00:09:08.341381

Pipeline ID: ezvonot/ezvonot_crontab