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
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
Pipeline ID: ezvonot/ezvonot_crontab
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
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
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
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
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
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
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
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
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
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
Pipeline ID: ezvonot/ezvonot_crontab