[Elder Law Journal] Skipping non-PDF archive URL: https://theelderlawjournal.com/wp-content/uploads/2017/07/Kaplan-1.pdf [Elder Law Journal] Skipping non-PDF archive URL: https://theelderlawjournal.com/wp-content/uploads/2017/07/Pietsch-1.pdf [Elder Law Journal] Skipping non-PDF archive URL: https://theelderlawjournal.com/wp-content/uploads/2017/07/Vars-1.pdf [Elder Law Journal] Skipping non-PDF archive URL: https://theelderlawjournal.com/wp-content/uploads/2017/07/Kohn-1.pdf [Elder Law Journal] Skipping non-PDF archive URL: https://theelderlawjournal.com/wp-content/uploads/2017/07/Bernal-1.pdf [Elder Law Journal] Skipping non-PDF archive URL: https://theelderlawjournal.com/wp-content/uploads/2017/07/Corcoran-1.pdf [Elder Law Journal] Skipping non-PDF archive URL: https://theelderlawjournal.com/files/2015/02/Martin.pdf [Elder Law Journal] Skipping non-PDF archive URL: https://www.dropbox.com/s/cc694pdaaemgqed/Saiger.pdf Traceback (most recent call last): File "/home/arbel/miniconda3/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/arbel/miniconda3/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/home/arbel/sites/lrscraper/scrapers/elder_law_journal_scraper.py", line 159, in main await scraper.run() File "/home/arbel/sites/lrscraper/light_base_scraper.py", line 1252, in run items = await self.discover_urls() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/arbel/sites/lrscraper/scrapers/elder_law_journal_scraper.py", line 94, in discover_urls if not await self._probe_pdf_url(absolute): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/arbel/sites/lrscraper/scrapers/elder_law_journal_scraper.py", line 108, in _probe_pdf_url async with session.head(url, allow_redirects=True, timeout=20) as response: File "/home/arbel/miniconda3/lib/python3.11/site-packages/aiohttp/client.py", line 1187, in __aenter__ self._resp = await self._coro ^^^^^^^^^^^^^^^^ File "/home/arbel/miniconda3/lib/python3.11/site-packages/aiohttp/client.py", line 601, in _request await resp.start(conn) File "/home/arbel/miniconda3/lib/python3.11/site-packages/aiohttp/client_reqrep.py", line 965, in start message, payload = await protocol.read() # type: ignore[union-attr] ^^^^^^^^^^^^^^^^^^^^^ File "/home/arbel/miniconda3/lib/python3.11/site-packages/aiohttp/streams.py", line 622, in read await self._waiter asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/arbel/sites/lrscraper/scrapers/elder_law_journal_scraper.py", line 163, in asyncio.run(main()) File "/home/arbel/miniconda3/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/home/arbel/miniconda3/lib/python3.11/asyncio/runners.py", line 123, in run raise KeyboardInterrupt() KeyboardInterrupt