id,job_id,created_at,row_pks,error 1,1,,[32],"No results found for 76, South Main Street, Bandon, Co. Cork Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 76, South Main Street, Bandon, Co. Cork " 2,1,,[37],"No results found for 5, Carraig Buí, Durrus, Bantry. Co. Cork Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 5, Carraig Buí, Durrus, Bantry. Co. Cork " 3,1,,[41],"No results found for 5, Compass Hill Cottages, Kinsale, Co. Cork Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 5, Compass Hill Cottages, Kinsale, Co. Cork " 4,1,,[45],"No results found for Lough Business Park, Togher Road, Co. Cork Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for Lough Business Park, Togher Road, Co. Cork " 5,1,,[47],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 6,1,,[49]," Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_transports/default.py"", line 72, in map_httpcore_exceptions yield File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_transports/default.py"", line 377, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py"", line 216, in handle_async_request raise exc from None File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py"", line 196, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpcore/_async/connection.py"", line 101, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py"", line 143, in handle_async_request raise exc File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py"", line 113, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py"", line 186, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py"", line 224, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py"", line 32, in read with map_exceptions(exc_map): File ""/home/hugh/.local/share/mise/installs/python/3.12.3/lib/python3.12/contextlib.py"", line 158, in __exit__ self.gen.throw(value) File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpcore/_exceptions.py"", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ReadTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 93, in enrich_batch response = await client.get(url, params=params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_client.py"", line 1814, in get return await self.request( ^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_client.py"", line 1585, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_client.py"", line 1674, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_client.py"", line 1702, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_client.py"", line 1739, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_client.py"", line 1776, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_transports/default.py"", line 376, in handle_async_request with map_httpcore_exceptions(): File ""/home/hugh/.local/share/mise/installs/python/3.12.3/lib/python3.12/contextlib.py"", line 158, in __exit__ self.gen.throw(value) File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_transports/default.py"", line 89, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout " 7,1,,[54],"No results found for 15 Mount Eden Rise, Blarney Street, Cork T23D6Y3 Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 15 Mount Eden Rise, Blarney Street, Cork T23D6Y3 " 8,1,,[57],"No results found for 21 The Pines, Bridgemount, Carrigaline, Co. Cork Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 21 The Pines, Bridgemount, Carrigaline, Co. Cork " 9,1,,[61],"No results found for Lough Business Park, Togher Road, Co. Cork Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for Lough Business Park, Togher Road, Co. Cork " 10,1,,[87],"No results found for Pairc Eabhora, Beann Eadair, Co. Bl.A.C. Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for Pairc Eabhora, Beann Eadair, Co. Bl.A.C. " 11,1,,[105],"No results found for 111 Pairc Ui Mhaoiliosa, Fionnglaise Thiar, Atha Cliath 11 Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 111 Pairc Ui Mhaoiliosa, Fionnglaise Thiar, Atha Cliath 11 " 12,1,,[130],"No results found for 1 Bagnel Court, Moneybeg, Co. Carlow Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 1 Bagnel Court, Moneybeg, Co. Carlow " 13,1,,[144],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 14,1,,[145],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 15,1,,[146],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 16,1,,[147],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 17,1,,[148],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 18,1,,[149],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 19,1,,[153],"No results found for 21 Whitethorn Walk, Lusk, Co. Dublin Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 21 Whitethorn Walk, Lusk, Co. Dublin " 20,1,,[161],"No results found for 49 Galtrim Grange, Malahide, Co. Dublin Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 49 Galtrim Grange, Malahide, Co. Dublin " 21,1,,[174],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 22,1,,[176],"No results found for 4 Deerpark Ave, Castlepark, Mallow, Co. Cork Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 4 Deerpark Ave, Castlepark, Mallow, Co. Cork " 23,1,,[186],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 24,1,,[187],"Client error '400 Bad Request' for url 'https://api.opencagedata.com/geocode/v1/json?key=402c245a04394b0ab71891d279a99cf9&limit=1&q=' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400 Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 94, in enrich_batch response.raise_for_status() File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_models.py"", line 763, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Client error '400 Bad Request' for url 'https://api.opencagedata.com/geocode/v1/json?key=402c245a04394b0ab71891d279a99cf9&limit=1&q=' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400 " 25,1,,[288],"No results found for 23 Convent Road, Blackrock, Co. Dublin Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 23 Convent Road, Blackrock, Co. Dublin " 26,1,,[291],"No results found for 69 Rory O'Connor Park, Dun Laoghaire, Co. Dublin Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 69 Rory O'Connor Park, Dun Laoghaire, Co. Dublin " 27,1,,[330],"No results found for 42 The Boulevard, Grange Rath, Colpe, Co. Meath Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 42 The Boulevard, Grange Rath, Colpe, Co. Meath " 28,1,,[337],"No results found for 14 Ashbourne Town Centre, Ashbourne, Co. Meath Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 14 Ashbourne Town Centre, Ashbourne, Co. Meath " 29,1,,[343],"No results found for 34 Mornington Court, Mornington, Co. Meath Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 34 Mornington Court, Mornington, Co. Meath " 30,1,,[346],"No results found for 10 Monaghan Street, Carrickmacross, Co. Monaghan Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 10 Monaghan Street, Carrickmacross, Co. Monaghan " 31,1,,[349],"No results found for 24 Glaslough Street, Monaghan, Co. Monaghan Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 24 Glaslough Street, Monaghan, Co. Monaghan " 32,1,,[354],"No results found for 19/20 Park Street, Monaghan, Co. Monaghan Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 19/20 Park Street, Monaghan, Co. Monaghan " 33,1,,[361],"No results found for 3 Carrickfern, Cavan, Co. Cavan Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 3 Carrickfern, Cavan, Co. Cavan " 34,1,,[393],"No results found for 2 Moyderwell, Tralee, Co Kerry Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 2 Moyderwell, Tralee, Co Kerry " 35,1,,[405],"No results found for Apartment 1, An Tobar, Cahersiveen, Co Kerry Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for Apartment 1, An Tobar, Cahersiveen, Co Kerry " 36,1,,[407],"No results found for 5 Library Place, Killorglin, Co Kerry Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 5 Library Place, Killorglin, Co Kerry " 37,1,,[426],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 38,1,,[437],"No results found for 1 Mayfield, Drogheda, Co. Louth Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 1 Mayfield, Drogheda, Co. Louth " 39,1,,[441],"No results found for 28 Bridge Street, Ardee, Co. Louth Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 28 Bridge Street, Ardee, Co. Louth " 40,1,,[442],"No results found for 18 Pearse Park, Drogheda, Co. Louth Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 18 Pearse Park, Drogheda, Co. Louth " 41,1,,[443],"No results found for Ard na Greine, Lawlesstown, Co.Louth Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for Ard na Greine, Lawlesstown, Co.Louth " 42,1,,[444],"No results found for 20 Dún Saithne Green, Balbriggan, Co. Dublin Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 20 Dún Saithne Green, Balbriggan, Co. Dublin " 43,1,,[446],"No results found for 26 Forest Grange, Ballymakenny Road, Drogheda, Co. Louth Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 26 Forest Grange, Ballymakenny Road, Drogheda, Co. Louth " 44,1,,[447],"No results found for 9 Carmelite Cottages, Marsh Road, Drogheda, Co.Louth Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 9 Carmelite Cottages, Marsh Road, Drogheda, Co.Louth " 45,1,,[453],"No results found for 295 Beechmount Drive, Dundalk, Co. Louth Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 295 Beechmount Drive, Dundalk, Co. Louth " 46,1,,[454],"No results found for 3 Sandyford Terrace, Drogheda, Co. Louth Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 3 Sandyford Terrace, Drogheda, Co. Louth " 47,1,,[456],"No results found for 78 Chord Road, Drogheda, Co. Louth Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 78 Chord Road, Drogheda, Co. Louth " 48,1,,[457],"No results found for 66 Father Murray Park, Dundalk, Co. Louth Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 66 Father Murray Park, Dundalk, Co. Louth " 49,1,,[458],"No results found for 30 Cherryvale, Bay Estate, Dundalk, Co. Louth Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 30 Cherryvale, Bay Estate, Dundalk, Co. Louth " 50,1,,[465],"No results found for 2 Old Greenhills Road, Tallaght Village, Co. Dublin Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 2 Old Greenhills Road, Tallaght Village, Co. Dublin " 51,1,,[466],"No results found for Stocking Avenue, Rathfarnham Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for Stocking Avenue, Rathfarnham " 52,1,,[476],"No results found for 2 Old Greenhills Road, Tallaght Village, Co. Dubllin Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 2 Old Greenhills Road, Tallaght Village, Co. Dubllin " 53,1,,[488],"No results found for 5 Church Street, Portlaoise, Co. Laois Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 5 Church Street, Portlaoise, Co. Laois " 54,1,,[498],"No results found for 7 Bridge Street, Balbriggan, Co. Dublin Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 7 Bridge Street, Balbriggan, Co. Dublin " 55,1,,[500],"No results found for 8 Dun Saithne Avenue, Flemington Lane. Balbriggan, Co. Dublin Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 8 Dun Saithne Avenue, Flemington Lane. Balbriggan, Co. Dublin " 56,1,,[501],"No results found for 55 Richmond Park, Bray, Co. Wicklow Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 55 Richmond Park, Bray, Co. Wicklow " 57,1,,[502],"No results found for 1st Floor, 27 Main Street, Bray, Co. Wicklow Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 1st Floor, 27 Main Street, Bray, Co. Wicklow " 58,1,,[513],"No results found for 11 Castle Park, Wicklow Town, Co. Wicklow Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 11 Castle Park, Wicklow Town, Co. Wicklow " 59,1,,[520],"No results found for 32, Oak Drive, Rushbrooke Links, Cobh, Co. Cork Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 32, Oak Drive, Rushbrooke Links, Cobh, Co. Cork " 60,1,,[523],"No results found for 3, The Meadows, Fermoy, Co. Cork Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 3, The Meadows, Fermoy, Co. Cork " 61,1,,[529],"No results found for 79, Ard Abhainn, Knockraha, Co. Cork Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 79, Ard Abhainn, Knockraha, Co. Cork " 62,1,,[535],"No results found for 25, Coolmine Heights, Ballyvoolon, Cobh, Co. Cork Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 25, Coolmine Heights, Ballyvoolon, Cobh, Co. Cork " 63,1,,[543],"No results found for An Léith, Rinn ua gCuanach, Dún Garbhán, Co. Phort Lairge Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for An Léith, Rinn ua gCuanach, Dún Garbhán, Co. Phort Lairge " 64,1,,[547],"No results found for 44 Ceol Na Mara, An Chill, Co. Phort Lairge Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 44 Ceol Na Mara, An Chill, Co. Phort Lairge " 65,1,,[551],"No results found for 22 The Grange, (via Johns Hill), Upper Grange, Waterford, X91 E3V6 Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 22 The Grange, (via Johns Hill), Upper Grange, Waterford, X91 E3V6 " 66,1,,[552],"Client error '400 Bad Request' for url 'https://api.opencagedata.com/geocode/v1/json?key=402c245a04394b0ab71891d279a99cf9&limit=1&q=' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400 Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 94, in enrich_batch response.raise_for_status() File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/httpx/_models.py"", line 763, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Client error '400 Bad Request' for url 'https://api.opencagedata.com/geocode/v1/json?key=402c245a04394b0ab71891d279a99cf9&limit=1&q=' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400 " 67,1,,[557],"No results found for 12 Spollanstown Wood, Tullamore, Co. Offaly Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 12 Spollanstown Wood, Tullamore, Co. Offaly " 68,1,,[559],"No results found for 51 Gilroy Avenue, Edenderry, Co. Offaly Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 51 Gilroy Avenue, Edenderry, Co. Offaly " 69,1,,[563],"No results found for 4 Chancery Walk, Tullamore, Co. Offaly Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 4 Chancery Walk, Tullamore, Co. Offaly " 70,1,,[583],"No results found for 10 Kells Rd., Trim, Co. Meath Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 10 Kells Rd., Trim, Co. Meath " 71,1,,[586],"No results found for Bobby Sands Centre, 41 Flower Hill, Blackcastle Demesne, Navan, Co. Meath Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for Bobby Sands Centre, 41 Flower Hill, Blackcastle Demesne, Navan, Co. Meath " 72,1,,[593],"No results found for 7 Arda Chill an Chairn, An Uaimh, Co na Mí Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 7 Arda Chill an Chairn, An Uaimh, Co na Mí " 73,1,,[597],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 74,1,,[613],"No results found for Aughnagan, Taghmon, Co.Wexford Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for Aughnagan, Taghmon, Co.Wexford " 75,1,,[617],"No results found for Butlerstown, Broadway, Co.Wexford Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for Butlerstown, Broadway, Co.Wexford " 76,1,,[688],"No results found for 5 Retreat Mews Retreat Road Athlone Co Westmeath Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 5 Retreat Mews Retreat Road Athlone Co Westmeath " 77,1,,[689],"No results found for list index out of range Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for list index out of range " 78,1,,[695],"No results found for 62 Austin Friars Street Mullingar Co Westmeath Traceback (most recent call last): File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments/__init__.py"", line 330, in run_enrichment await async_call_with_supported_arguments( File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette/utils/__init__.py"", line 1007, in async_call_with_supported_arguments return await fn(*call_with) ^^^^^^^^^^^^^^^^^^^^ File ""/home/hugh/Development/github.com/hughrawlinson/eire-election-2024/.venv/lib/python3.12/site-packages/datasette_enrichments_opencage/__init__.py"", line 97, in enrich_batch raise ValueError(""No results found for {}"".format(input)) ValueError: No results found for 62 Austin Friars Street Mullingar Co Westmeath "