AkronLawReviewScraper

Akron Law Review
maps to Akron Law Review (id 279)
Latest Status
no_new_content #4378
Latest Metrics
d=0  |  skip=131  |  err=0
t=22.8s
Implementation
LightBaseScraper
bepress
Law Review
Uploads Pending
0
Last Upload
2026-05-01 22:45:49
uabox:Law_Review_Project/akron_law_review_20260501_224536.zip

Definition

scraper_id
AkronLawReviewScraper
canonical_name
Akron Law Review
institution_code
-
platform
bepress
base_class
LightBaseScraper
class_name
AkronLawReviewScraper
module_path
scrapers.akron_scraper
file_path
scrapers/akron_scraper.py
has_cli_entrypoint
true
is_abstract
false
discovered_at
2026-03-30 20:11:12
updated_at
2026-06-17 04:37:07

Run History

Showing 5 runs (law_review_id=279) — use ?limit=200 for more.
Run Status Start End Runtime Metrics Error / Details Logs
#4378 no_new_content 2026-06-01T16:25:23+00:00 2026-06-01T16:25:46+00:00 22.8s d=0  |  skip=131  |  err=0
discovered=131  |  processed=131
-
extra_json
{"automation_cycle_id": 1520, "canonical_name": "Akron Law Review", "child_pid": 58564, "file_path": "scrapers/akron_scraper.py", "heartbeat_at": "2026-06-01T16:25:23+00:00", "heartbeat_source": "orchestrator", "law_review_id": 279, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-06-01T16:25:23+00:00", "run_kind": "scheduled_active", "scraper_id": "AkronLawReviewScraper", "script_path": "scrapers/akron_scraper.py", "stderr_path": "logs/orchestrator_runs/1780331123_AkronLawReviewScraper.err.log", "stdout_path": "logs/orchestrator_runs/1780331123_AkronLawReviewScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#3701 success 2026-05-01T19:54:47+00:00 2026-05-01T19:55:19+00:00 32.2s d=5  |  skip=126  |  err=0
discovered=131  |  processed=131
-
extra_json
{"automation_cycle_id": 609, "canonical_name": "Akron Law Review", "child_pid": 990624, "file_path": "scrapers/akron_scraper.py", "heartbeat_at": "2026-05-01T19:55:17+00:00", "heartbeat_source": "orchestrator", "law_review_id": 279, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-05-01T19:54:47+00:00", "run_kind": "scheduled_active", "scraper_id": "AkronLawReviewScraper", "script_path": "scrapers/akron_scraper.py", "stderr_path": "logs/orchestrator_runs/1777665287_AkronLawReviewScraper.err.log", "stdout_path": "logs/orchestrator_runs/1777665287_AkronLawReviewScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#2861 success 2026-03-08T19:22:59+00:00 2026-03-08T19:23:38+00:00 39.4s d=7  |  skip=125  |  err=0
discovered=132  |  processed=132
-
extra_json
{"canonical_name": "Akron Law Review", "child_pid": 2936013, "file_path": "scrapers/akron_scraper.py", "heartbeat_at": "2026-03-08T19:23:29+00:00", "heartbeat_source": "orchestrator", "law_review_id": 279, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-03-08T19:22:59+00:00", "scraper_id": "AkronLawReviewScraper", "script_path": "scrapers/akron_scraper.py", "stderr_path": "logs/orchestrator_runs/1772997779_AkronLawReviewScraper.err.log", "stdout_path": "logs/orchestrator_runs/1772997779_AkronLawReviewScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#953 success 2026-02-06T18:34:32+00:00 2026-02-06T18:34:59+00:00 26.5s d=18  |  skip=12  |  err=0
discovered=30  |  processed=30
-
extra_json
{"canonical_name": "Akron Law Review", "child_pid": 4041793, "file_path": "scrapers/akron_scraper.py", "heartbeat_at": "2026-02-06T18:34:32+00:00", "heartbeat_source": "orchestrator", "law_review_id": 279, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-06T18:34:32+00:00", "scraper_id": "AkronLawReviewScraper", "script_path": "scrapers/akron_scraper.py", "stderr_path": "logs/orchestrator_runs/1770402872_AkronLawReviewScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770402872_AkronLawReviewScraper.out.log", "timeout_minutes": 30}
stdout | stderr
#950 failed 2026-02-06T18:32:54+00:00 2026-02-06T18:32:54+00:00 0.5s d=0  |  skip=0  |  err=0
discovered=0  |  processed=0
error: unbalanced parenthesis at position 20
traceback
Traceback (most recent call last):
  File "/home/arbel/sites/lrscraper/light_base_scraper.py", line 672, in run
    items = await self.discover_urls()
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/sites/lrscraper/scrapers/akron_scraper.py", line 81, in discover_urls
    for entry in self._parse_issue_items(issue_html, issue_meta):
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/sites/lrscraper/scrapers/akron_scraper.py", line 181, in _parse_issue_items
    title = _clean_title(
            ^^^^^^^^^^^^^
  File "/home/arbel/sites/lrscraper/scrapers/akron_scraper.py", line 312, in _clean_title
    text = re.sub(r"\(\s*\d+\\s*kb\\s*\\)$", "", text, flags=re.IGNORECASE).strip()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/__init__.py", line 185, in sub
    return _compile(pattern, flags).sub(repl, string, count)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/__init__.py", line 294, in _compile
    p = _compiler.compile(pattern, flags)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_compiler.py", line 743, in compile
    p = _parser.parse(p, flags)
        ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_parser.py", line 987, in parse
    raise source.error("unbalanced parenthesis")
re.error: unbalanced parenthesis at position 20
extra_json
{"canonical_name": "Akron Law Review", "child_pid": 4038781, "file_path": "scrapers/akron_scraper.py", "heartbeat_at": "2026-02-06T18:32:54+00:00", "heartbeat_source": "orchestrator", "law_review_id": 279, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-06T18:32:54+00:00", "scraper_id": "AkronLawReviewScraper", "script_path": "scrapers/akron_scraper.py", "stderr_path": "logs/orchestrator_runs/1770402774_AkronLawReviewScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770402774_AkronLawReviewScraper.out.log", "timeout_minutes": 30}
stdout | stderr

Runs (scraper_name = AkronLawReviewScraper)

These are runs recorded explicitly under this scraper_id.
Run Status Start End Runtime Metrics Error / Details Logs
#4378 no_new_content 2026-06-01T16:25:23+00:00 2026-06-01T16:25:46+00:00 22.8s d=0  |  skip=131  |  err=0
discovered=131  |  processed=131
-
extra_json
{"automation_cycle_id": 1520, "canonical_name": "Akron Law Review", "child_pid": 58564, "file_path": "scrapers/akron_scraper.py", "heartbeat_at": "2026-06-01T16:25:23+00:00", "heartbeat_source": "orchestrator", "law_review_id": 279, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-06-01T16:25:23+00:00", "run_kind": "scheduled_active", "scraper_id": "AkronLawReviewScraper", "script_path": "scrapers/akron_scraper.py", "stderr_path": "logs/orchestrator_runs/1780331123_AkronLawReviewScraper.err.log", "stdout_path": "logs/orchestrator_runs/1780331123_AkronLawReviewScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#3701 success 2026-05-01T19:54:47+00:00 2026-05-01T19:55:19+00:00 32.2s d=5  |  skip=126  |  err=0
discovered=131  |  processed=131
-
extra_json
{"automation_cycle_id": 609, "canonical_name": "Akron Law Review", "child_pid": 990624, "file_path": "scrapers/akron_scraper.py", "heartbeat_at": "2026-05-01T19:55:17+00:00", "heartbeat_source": "orchestrator", "law_review_id": 279, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-05-01T19:54:47+00:00", "run_kind": "scheduled_active", "scraper_id": "AkronLawReviewScraper", "script_path": "scrapers/akron_scraper.py", "stderr_path": "logs/orchestrator_runs/1777665287_AkronLawReviewScraper.err.log", "stdout_path": "logs/orchestrator_runs/1777665287_AkronLawReviewScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#2861 success 2026-03-08T19:22:59+00:00 2026-03-08T19:23:38+00:00 39.4s d=7  |  skip=125  |  err=0
discovered=132  |  processed=132
-
extra_json
{"canonical_name": "Akron Law Review", "child_pid": 2936013, "file_path": "scrapers/akron_scraper.py", "heartbeat_at": "2026-03-08T19:23:29+00:00", "heartbeat_source": "orchestrator", "law_review_id": 279, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-03-08T19:22:59+00:00", "scraper_id": "AkronLawReviewScraper", "script_path": "scrapers/akron_scraper.py", "stderr_path": "logs/orchestrator_runs/1772997779_AkronLawReviewScraper.err.log", "stdout_path": "logs/orchestrator_runs/1772997779_AkronLawReviewScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#953 success 2026-02-06T18:34:32+00:00 2026-02-06T18:34:59+00:00 26.5s d=18  |  skip=12  |  err=0
discovered=30  |  processed=30
-
extra_json
{"canonical_name": "Akron Law Review", "child_pid": 4041793, "file_path": "scrapers/akron_scraper.py", "heartbeat_at": "2026-02-06T18:34:32+00:00", "heartbeat_source": "orchestrator", "law_review_id": 279, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-06T18:34:32+00:00", "scraper_id": "AkronLawReviewScraper", "script_path": "scrapers/akron_scraper.py", "stderr_path": "logs/orchestrator_runs/1770402872_AkronLawReviewScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770402872_AkronLawReviewScraper.out.log", "timeout_minutes": 30}
stdout | stderr
#950 failed 2026-02-06T18:32:54+00:00 2026-02-06T18:32:54+00:00 0.5s d=0  |  skip=0  |  err=0
discovered=0  |  processed=0
error: unbalanced parenthesis at position 20
traceback
Traceback (most recent call last):
  File "/home/arbel/sites/lrscraper/light_base_scraper.py", line 672, in run
    items = await self.discover_urls()
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/sites/lrscraper/scrapers/akron_scraper.py", line 81, in discover_urls
    for entry in self._parse_issue_items(issue_html, issue_meta):
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/sites/lrscraper/scrapers/akron_scraper.py", line 181, in _parse_issue_items
    title = _clean_title(
            ^^^^^^^^^^^^^
  File "/home/arbel/sites/lrscraper/scrapers/akron_scraper.py", line 312, in _clean_title
    text = re.sub(r"\(\s*\d+\\s*kb\\s*\\)$", "", text, flags=re.IGNORECASE).strip()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/__init__.py", line 185, in sub
    return _compile(pattern, flags).sub(repl, string, count)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/__init__.py", line 294, in _compile
    p = _compiler.compile(pattern, flags)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_compiler.py", line 743, in compile
    p = _parser.parse(p, flags)
        ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_parser.py", line 987, in parse
    raise source.error("unbalanced parenthesis")
re.error: unbalanced parenthesis at position 20
extra_json
{"canonical_name": "Akron Law Review", "child_pid": 4038781, "file_path": "scrapers/akron_scraper.py", "heartbeat_at": "2026-02-06T18:32:54+00:00", "heartbeat_source": "orchestrator", "law_review_id": 279, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-06T18:32:54+00:00", "scraper_id": "AkronLawReviewScraper", "script_path": "scrapers/akron_scraper.py", "stderr_path": "logs/orchestrator_runs/1770402774_AkronLawReviewScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770402774_AkronLawReviewScraper.out.log", "timeout_minutes": 30}
stdout | stderr