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/harvard_journal_of_sports_and_entertainment_law_scraper.py", line 43, in main await scraper.run() File "/home/arbel/sites/lrscraper/light_base_scraper.py", line 1341, in run items = await self.discover_urls() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/arbel/sites/lrscraper/sitemap_pdf_scraper_base.py", line 468, in discover_urls await asyncio.gather(*tasks, return_exceptions=True) File "/home/arbel/sites/lrscraper/sitemap_pdf_scraper_base.py", line 458, in _fetch_and_extract async with sem: File "/home/arbel/miniconda3/lib/python3.11/asyncio/locks.py", line 15, in __aenter__ await self.acquire() File "/home/arbel/miniconda3/lib/python3.11/asyncio/locks.py", line 387, in acquire await fut asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/arbel/sites/lrscraper/scrapers/harvard_journal_of_sports_and_entertainment_law_scraper.py", line 47, 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