Est. MMXXV · lrscraper The Law Review Reporter Live

A continuous record of the open collection of American legal scholarship

Vol. II Tuesday, September 22, 2026 № 265

Scraper implementation

CompetitionJournalCaliforniaLawyersAssociationScraper

Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association · mapped to registry #507

Implementation identity
scrapers/competition_journal_california_lawyers_association_scraper.py
LightBaseScraperPlatform unknownCLI entrypoint
no_items
Latest status
no items
Run #43428
Latest runtime
0.0s
2026-07-14T18:02:02+00:00
Latest PDFs
0
0 duplicates skipped
Uploads pending
0
Queue clear or unavailable
Run history
9
Returned by current limit

Definition

Registry metadata for this implementation

scraper id
CompetitionJournalCaliforniaLawyersAssociationScraper
canonical name
Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association
institution code
-
platform
-
base class
LightBaseScraper
class name
CompetitionJournalCaliforniaLawyersAssociationScraper
module path
scrapers.competition_journal_california_lawyers_association_scraper
file path
scrapers/competition_journal_california_lawyers_association_scraper.py
has cli entrypoint
true
is abstract
false
updated at
2026-09-22 17:32:34

Run history

Runs associated with law review #507; diagnostics expand in place.

9 returned · show 200
Run Status Started Runtime Result Error / diagnostics Logs
#43428 no items 2026-07-14T18:02:02+00:00ended 2026-07-14T18:02:02+00:00 0.0s 0 PDF 0 skipped 0 errors no_items_reason: PAYWALLED: Competition is distributed as a California Lawyers Association Antitrust and Consumer Protection Section membership benefit; the public site lists issue/article pages but exposes no stable open-access PDF archive.
Run metadata
{"automation_cycle_id": 43988, "canonical_name": "Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association", "child_pid": 2897417, "file_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "heartbeat_at": "2026-07-14T18:02:02+00:00", "heartbeat_source": "orchestrator", "law_review_id": 507, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-07-14T18:02:02+00:00", "run_kind": "scheduled", "scraper_id": "CompetitionJournalCaliforniaLawyersAssociationScraper", "script_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "stderr_path": "logs/orchestrator_runs/1784052122_CompetitionJournalCaliforniaLawyersAssociationScraper.err.log", "stdout_path": "logs/orchestrator_runs/1784052122_CompetitionJournalCaliforniaLawyersAssociationScraper.out.log", "timeout_minutes": 15}
#41215 no items 2026-07-13T05:02:20+00:00ended 2026-07-13T05:02:20+00:00 0.0s 0 PDF 0 skipped 0 errors no_items_reason: PAYWALLED: Competition is distributed as a California Lawyers Association Antitrust and Consumer Protection Section membership benefit; the public site lists issue/article pages but exposes no stable open-access PDF archive.
Run metadata
{"automation_cycle_id": 38206, "canonical_name": "Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association", "child_pid": 3671399, "file_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "heartbeat_at": "2026-07-13T05:02:20+00:00", "heartbeat_source": "orchestrator", "law_review_id": 507, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-07-13T05:02:20+00:00", "run_kind": "manual", "scraper_id": "CompetitionJournalCaliforniaLawyersAssociationScraper", "script_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "stderr_path": "logs/orchestrator_runs/1783918940_CompetitionJournalCaliforniaLawyersAssociationScraper.err.log", "stdout_path": "logs/orchestrator_runs/1783918940_CompetitionJournalCaliforniaLawyersAssociationScraper.out.log", "timeout_minutes": 30}
#41045 failed 2026-07-13T02:27:06+00:00ended 2026-07-13T02:30:53+00:00 227.0s 0 PDF 0 skipped 0 errors process_exit_-2: Process exited with code -2
Traceback
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/competition_journal_california_lawyers_association_scraper.py", line 231, in main
    await scraper.run_comprehensive_scrape()
  File "/home/arbel/sites/lrscraper/scrapers/competition_journal_california_lawyers_association_scraper.py", line 219, in run_comprehensive_scrape
    await asyncio.gather(*tasks)
  File "/home/arbel/sites/lrscraper/scrapers/competition_journal_california_lawyers_association_scraper.py", line 210, in process_article
    if await self.download_pdf(article):
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/sites/lrscraper/scrapers/competition_journal_california_lawyers_association_scraper.py", line 145, in download_pdf
    async with self.session.get(article_url) 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/competition_journal_california_lawyers_association_scraper.py", line 234, in <module>
    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
Run metadata
{"automation_cycle_id": 37867, "canonical_name": "Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association", "child_pid": 3391777, "file_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "heartbeat_at": "2026-07-13T02:30:36+00:00", "heartbeat_source": "orchestrator", "law_review_id": 507, "metrics_source": "inferred_unique_files", "orchestrator": "lrscraper", "orchestrator_started_at": "2026-07-13T02:27:06+00:00", "returncode": -2, "run_kind": "scheduled_active", "scraper_id": "competition_journal_california_lawyers_association_scraper", "script_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "stderr_path": "logs/orchestrator_runs/1783909626_competition_journal_california_lawyers_association_scraper.err.log", "stdout_path": "logs/orchestrator_runs/1783909626_competition_journal_california_lawyers_association_scraper.out.log", "timeout_minutes": 45}
#30155 timeout 2026-06-30T23:10:22+00:00ended 2026-06-30T23:55:22+00:00 2700.0s 0 PDF 0 skipped 0 errors timeout: Timeout after 45 minutes
Run metadata
{"automation_cycle_id": 27282, "canonical_name": "Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association", "child_pid": 1699108, "file_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "heartbeat_at": "2026-06-30T23:55:22+00:00", "heartbeat_source": "orchestrator", "law_review_id": 507, "metrics_source": "inferred_unique_files", "orchestrator": "lrscraper", "orchestrator_started_at": "2026-06-30T23:10:22+00:00", "returncode": null, "run_kind": "scheduled_active", "scraper_id": "competition_journal_california_lawyers_association_scraper", "script_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "stderr_path": "logs/orchestrator_runs/1782861022_competition_journal_california_lawyers_association_scraper.err.log", "stdout_path": "logs/orchestrator_runs/1782861022_competition_journal_california_lawyers_association_scraper.out.log", "timeout_minutes": 45}
#30099 timeout 2026-06-30T19:38:22+00:00ended 2026-06-30T20:23:22+00:00 2700.0s 0 PDF 0 skipped 0 errors timeout: Timeout after 45 minutes
Run metadata
{"automation_cycle_id": 27273, "canonical_name": "Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association", "child_pid": 1425987, "file_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "heartbeat_at": "2026-06-30T20:23:22+00:00", "heartbeat_source": "orchestrator", "law_review_id": 507, "metrics_source": "inferred_unique_files", "orchestrator": "lrscraper", "orchestrator_started_at": "2026-06-30T19:38:22+00:00", "returncode": null, "run_kind": "scheduled_active", "scraper_id": "competition_journal_california_lawyers_association_scraper", "script_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "stderr_path": "logs/orchestrator_runs/1782848302_competition_journal_california_lawyers_association_scraper.err.log", "stdout_path": "logs/orchestrator_runs/1782848302_competition_journal_california_lawyers_association_scraper.out.log", "timeout_minutes": 45}
#4234 no items 2026-05-31T18:35:26+00:00ended 2026-05-31T19:04:59+00:00 1773.2s 0 PDF 0 skipped 0 errors no_items_inferred: No registry activity detected (0 unique_files updates) for this run; scraper exited 0 without reporting metrics.
Run metadata
{"automation_cycle_id": 1498, "canonical_name": "Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association", "child_pid": 1230162, "file_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "heartbeat_at": "2026-05-31T19:04:31+00:00", "heartbeat_source": "orchestrator", "law_review_id": 507, "metrics_source": "inferred_unique_files", "orchestrator": "lrscraper", "orchestrator_started_at": "2026-05-31T18:35:26+00:00", "run_kind": "scheduled_active", "scraper_id": "competition_journal_california_lawyers_association_scraper", "script_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "stderr_path": "logs/orchestrator_runs/1780252526_competition_journal_california_lawyers_association_scraper.err.log", "stdout_path": "logs/orchestrator_runs/1780252526_competition_journal_california_lawyers_association_scraper.out.log", "timeout_minutes": 45}
#3558 no items 2026-05-01T17:22:56+00:00ended 2026-05-01T17:26:09+00:00 192.8s 0 PDF 0 skipped 0 errors no_items_inferred: No registry activity detected (0 unique_files updates) for this run; scraper exited 0 without reporting metrics.
Run metadata
{"automation_cycle_id": 586, "canonical_name": "Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association", "child_pid": 849124, "file_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "heartbeat_at": "2026-05-01T17:25:56+00:00", "heartbeat_source": "orchestrator", "law_review_id": 507, "metrics_source": "inferred_unique_files", "orchestrator": "lrscraper", "orchestrator_started_at": "2026-05-01T17:22:56+00:00", "run_kind": "scheduled_active", "scraper_id": "competition_journal_california_lawyers_association_scraper", "script_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "stderr_path": "logs/orchestrator_runs/1777656176_competition_journal_california_lawyers_association_scraper.err.log", "stdout_path": "logs/orchestrator_runs/1777656176_competition_journal_california_lawyers_association_scraper.out.log", "timeout_minutes": 45}
#2678 no items 2026-03-07T04:12:37+00:00ended 2026-03-07T04:16:32+00:00 235.7s 0 PDF 0 skipped 0 errors no_items_inferred: No registry activity detected (0 unique_files updates) for this run; scraper exited 0 without reporting metrics.
Run metadata
{"canonical_name": "Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association", "child_pid": 1576290, "file_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "heartbeat_at": "2026-03-07T04:16:07+00:00", "heartbeat_source": "orchestrator", "law_review_id": 507, "metrics_source": "inferred_unique_files", "orchestrator": "lrscraper", "orchestrator_started_at": "2026-03-07T04:12:37+00:00", "scraper_id": "competition_journal_california_lawyers_association_scraper", "script_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "stderr_path": "logs/orchestrator_runs/1772856757_competition_journal_california_lawyers_association_scraper.err.log", "stdout_path": "logs/orchestrator_runs/1772856757_competition_journal_california_lawyers_association_scraper.out.log", "timeout_minutes": 45}
#550 success 2026-02-05T01:45:04+00:00ended 2026-02-05T01:48:55+00:00 230.9s 0 PDF 0 skipped 0 errors No reported error
Run metadata
{"canonical_name": "Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association", "file_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "law_review_id": 507, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-05T01:45:04+00:00", "scraper_id": "competition_journal_california_lawyers_association_scraper", "script_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "stderr_path": "logs/orchestrator_runs/1770255904_competition_journal_california_lawyers_association_scraper.err.log", "stdout_path": "logs/orchestrator_runs/1770255904_competition_journal_california_lawyers_association_scraper.out.log", "timeout_minutes": 45}

Exact scraper-ID runs

Legacy records explicitly stored under this implementation identifier.

Run Status Started Runtime Result Error / diagnostics Logs
#43428 no items 2026-07-14T18:02:02+00:00ended 2026-07-14T18:02:02+00:00 0.0s 0 PDF 0 skipped 0 errors no_items_reason: PAYWALLED: Competition is distributed as a California Lawyers Association Antitrust and Consumer Protection Section membership benefit; the public site lists issue/article pages but exposes no stable open-access PDF archive.
Run metadata
{"automation_cycle_id": 43988, "canonical_name": "Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association", "child_pid": 2897417, "file_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "heartbeat_at": "2026-07-14T18:02:02+00:00", "heartbeat_source": "orchestrator", "law_review_id": 507, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-07-14T18:02:02+00:00", "run_kind": "scheduled", "scraper_id": "CompetitionJournalCaliforniaLawyersAssociationScraper", "script_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "stderr_path": "logs/orchestrator_runs/1784052122_CompetitionJournalCaliforniaLawyersAssociationScraper.err.log", "stdout_path": "logs/orchestrator_runs/1784052122_CompetitionJournalCaliforniaLawyersAssociationScraper.out.log", "timeout_minutes": 15}
#41215 no items 2026-07-13T05:02:20+00:00ended 2026-07-13T05:02:20+00:00 0.0s 0 PDF 0 skipped 0 errors no_items_reason: PAYWALLED: Competition is distributed as a California Lawyers Association Antitrust and Consumer Protection Section membership benefit; the public site lists issue/article pages but exposes no stable open-access PDF archive.
Run metadata
{"automation_cycle_id": 38206, "canonical_name": "Competition Journal of the Antitrust and Unfair Competition Law Section of the California Lawyers Association", "child_pid": 3671399, "file_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "heartbeat_at": "2026-07-13T05:02:20+00:00", "heartbeat_source": "orchestrator", "law_review_id": 507, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-07-13T05:02:20+00:00", "run_kind": "manual", "scraper_id": "CompetitionJournalCaliforniaLawyersAssociationScraper", "script_path": "scrapers/competition_journal_california_lawyers_association_scraper.py", "stderr_path": "logs/orchestrator_runs/1783918940_CompetitionJournalCaliforniaLawyersAssociationScraper.err.log", "stdout_path": "logs/orchestrator_runs/1783918940_CompetitionJournalCaliforniaLawyersAssociationScraper.out.log", "timeout_minutes": 30}