_enrichment_errors: 6
This data as json
id | job_id | created_at | row_pks | error |
---|---|---|---|---|
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 |