[Ohio Northern University Law Review] AWS WAF 'challenge' (HTTP 403) for https://digitalcommons.onu.edu/context/onu_law_review/article/1390/viewcontent/; retrying with fallback UA [Ohio Northern University Law Review] HTTP 403 for https://digitalcommons.onu.edu/context/onu_law_review/article/1390/viewcontent/ (fallback UA); retrying after 3.0s [Ohio Northern University Law Review] HTTP 403 for https://digitalcommons.onu.edu/context/onu_law_review/article/1390/viewcontent/ (fallback UA); retrying after 4.8s 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/northern_university_law_review_scraper.py", line 29, in main await NorthernUniversityLawReviewScraper().run() File "/home/arbel/sites/lrscraper/light_base_scraper.py", line 1425, in run success = await self.download_file(url, filename) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/arbel/sites/lrscraper/light_base_scraper.py", line 1092, in download_file async with session.get(url, headers=headers) 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/northern_university_law_review_scraper.py", line 33, 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