[Harvard International Law Journal] Critical error in HILJ scraper: Page.goto: net::ERR_NAME_NOT_RESOLVED at https://hilj.org/ Call log: - navigating to "https://hilj.org/", waiting until "domcontentloaded" Traceback (most recent call last): File "/home/arbel/sites/lrscraper/scrapers/harvard_international_law_journal_scraper.py", line 162, 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 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_international_law_journal_scraper.py", line 159, in main await scraper.run() File "/home/arbel/sites/lrscraper/scrapers/playwright_scraper.py", line 76, in run await super().run() File "/home/arbel/sites/lrscraper/light_base_scraper.py", line 555, in run items = await self.discover_urls() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/arbel/sites/lrscraper/scrapers/harvard_international_law_journal_scraper.py", line 32, in discover_urls await page.goto(self.base_url, wait_until="domcontentloaded") File "/home/arbel/miniconda3/lib/python3.11/site-packages/playwright/async_api/_generated.py", line 8975, in goto await self._impl_obj.goto( File "/home/arbel/miniconda3/lib/python3.11/site-packages/playwright/_impl/_page.py", line 556, in goto return await self._main_frame.goto(**locals_to_params(locals())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/arbel/miniconda3/lib/python3.11/site-packages/playwright/_impl/_frame.py", line 146, in goto await self._channel.send( File "/home/arbel/miniconda3/lib/python3.11/site-packages/playwright/_impl/_connection.py", line 69, in send return await self._connection.wrap_api_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/arbel/miniconda3/lib/python3.11/site-packages/playwright/_impl/_connection.py", line 558, in wrap_api_call raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None playwright._impl._errors.Error: Page.goto: net::ERR_NAME_NOT_RESOLVED at https://hilj.org/ Call log: - navigating to "https://hilj.org/", waiting until "domcontentloaded"