LawSocialInquiryScraper

Law & Social Inquiry
maps to Law & Social Inquiry (id 141)
Latest Status
no_new_content #4734
Latest Metrics
d=0  |  skip=221  |  err=0
t=54.3s
Implementation
LightBaseScraper
-
Law Review
Uploads Pending
0
Last Upload
2026-05-02 01:25:57
uabox:Law_Review_Project/law_and_social_inquiry_20260502_012543.zip

Definition

scraper_id
LawSocialInquiryScraper
canonical_name
Law & Social Inquiry
institution_code
-
platform
-
base_class
LightBaseScraper
class_name
LawSocialInquiryScraper
module_path
scrapers.law_social_inquiry_scraper
file_path
scrapers/law_social_inquiry_scraper.py
has_cli_entrypoint
true
is_abstract
false
discovered_at
2026-03-30 20:11:12
updated_at
2026-06-17 04:52:57

Run History

Showing 8 runs (law_review_id=141) — use ?limit=200 for more.
Run Status Start End Runtime Metrics Error / Details Logs
#4734 no_new_content 2026-06-01T19:36:56+00:00 2026-06-01T19:37:50+00:00 54.3s d=0  |  skip=221  |  err=0
discovered=221  |  processed=221
-
extra_json
{"automation_cycle_id": 1558, "canonical_name": "Law & Social Inquiry", "child_pid": 152308, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-06-01T19:37:26+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-06-01T19:36:56+00:00", "run_kind": "scheduled_active", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1780342616_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1780342616_LawSocialInquiryScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#4056 success 2026-05-01T22:44:49+00:00 2026-05-01T22:46:03+00:00 73.2s d=14  |  skip=207  |  err=0
discovered=221  |  processed=221
-
extra_json
{"automation_cycle_id": 647, "canonical_name": "Law & Social Inquiry", "child_pid": 1144787, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-05-01T22:45:49+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-05-01T22:44:49+00:00", "run_kind": "scheduled_active", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1777675489_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1777675489_LawSocialInquiryScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#3242 success 2026-03-11T09:20:59+00:00 2026-03-11T09:30:37+00:00 577.8s d=226  |  skip=1  |  err=0
discovered=227  |  processed=227
-
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 1137876, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-03-11T09:30:30+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-03-11T09:20:59+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1773220859_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1773220859_LawSocialInquiryScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#1841 success 2026-02-09T03:29:56+00:00 2026-02-09T03:30:10+00:00 13.8s d=1  |  skip=0  |  err=0
discovered=1  |  processed=1
-
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 2091434, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-02-09T03:29:56+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-09T03:29:56+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1770607796_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770607796_LawSocialInquiryScraper.out.log", "timeout_minutes": 30}
stdout | stderr
#1840 failed 2026-02-09T03:28:12+00:00 2026-02-09T03:28:18+00:00 5.1s d=0  |  skip=0  |  err=0
discovered=0  |  processed=0
error: unterminated character set at position 40
traceback
Traceback (most recent call last):
  File "/home/arbel/sites/lrscraper/light_base_scraper.py", line 948, in run
    items = await self.discover_urls()
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/sites/lrscraper/scrapers/law_social_inquiry_scraper.py", line 158, in discover_urls
    candidates = await self._fetch_issue_pdfs(issue_url, year=issue.get("year"))
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/sites/lrscraper/scrapers/law_social_inquiry_scraper.py", line 285, in _fetch_issue_pdfs
    m = re.search(r"Download\\s+PDF\\s+for\\s+(.*?)(?:\\s*\\[|$)", aria, flags=re.I)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  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 982, in parse
    p = _parse_sub(source, state, flags & SRE_FLAG_VERBOSE, 0)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_parser.py", line 457, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_parser.py", line 865, in _parse
    p = _parse_sub(source, state, sub_verbose, nested + 1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_parser.py", line 457, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_parser.py", line 565, in _parse
    raise source.error("unterminated character set",
re.error: unterminated character set at position 40
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 2088408, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-02-09T03:28:12+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-09T03:28:12+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1770607692_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770607692_LawSocialInquiryScraper.out.log", "timeout_minutes": 30}
stdout | stderr
#1366 no_items 2026-02-07T08:36:04+00:00 2026-02-07T08:36:59+00:00 54.9s d=0  |  skip=0  |  err=0
discovered=0  |  processed=0
no_items_reason: Blocked/unavailable while fetching Cambridge Core issues index (HTTP 504 at https://www.cambridge.org/core/journals/law-and-social-inquiry/all-issues).
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 1415831, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-02-07T08:36:34+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-07T08:36:04+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1770453364_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770453364_LawSocialInquiryScraper.out.log", "timeout_minutes": 8}
stdout | stderr
#1365 no_items 2026-02-07T08:32:45+00:00 2026-02-07T08:33:30+00:00 45.3s d=0  |  skip=0  |  err=0
discovered=0  |  processed=0
no_items_reason: Unable to discover issues from https://www.cambridge.org/core/journals/law-and-social-inquiry/all-issues
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 1408405, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-02-07T08:33:15+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-07T08:32:45+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1770453165_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770453165_LawSocialInquiryScraper.out.log", "timeout_minutes": 12}
stdout | stderr
#1364 no_items 2026-02-07T08:30:03+00:00 2026-02-07T08:30:28+00:00 25.2s d=0  |  skip=0  |  err=0
discovered=0  |  processed=0
no_items_reason: Unable to discover issues from https://www.cambridge.org/core/journals/law-and-social-inquiry/all-issues
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 1403316, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-02-07T08:30:03+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-07T08:30:03+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1770453003_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770453003_LawSocialInquiryScraper.out.log", "timeout_minutes": 9}
stdout | stderr

Runs (scraper_name = LawSocialInquiryScraper)

These are runs recorded explicitly under this scraper_id.
Run Status Start End Runtime Metrics Error / Details Logs
#4734 no_new_content 2026-06-01T19:36:56+00:00 2026-06-01T19:37:50+00:00 54.3s d=0  |  skip=221  |  err=0
discovered=221  |  processed=221
-
extra_json
{"automation_cycle_id": 1558, "canonical_name": "Law & Social Inquiry", "child_pid": 152308, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-06-01T19:37:26+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-06-01T19:36:56+00:00", "run_kind": "scheduled_active", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1780342616_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1780342616_LawSocialInquiryScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#4056 success 2026-05-01T22:44:49+00:00 2026-05-01T22:46:03+00:00 73.2s d=14  |  skip=207  |  err=0
discovered=221  |  processed=221
-
extra_json
{"automation_cycle_id": 647, "canonical_name": "Law & Social Inquiry", "child_pid": 1144787, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-05-01T22:45:49+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-05-01T22:44:49+00:00", "run_kind": "scheduled_active", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1777675489_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1777675489_LawSocialInquiryScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#3242 success 2026-03-11T09:20:59+00:00 2026-03-11T09:30:37+00:00 577.8s d=226  |  skip=1  |  err=0
discovered=227  |  processed=227
-
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 1137876, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-03-11T09:30:30+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-03-11T09:20:59+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1773220859_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1773220859_LawSocialInquiryScraper.out.log", "timeout_minutes": 45}
stdout | stderr
#1841 success 2026-02-09T03:29:56+00:00 2026-02-09T03:30:10+00:00 13.8s d=1  |  skip=0  |  err=0
discovered=1  |  processed=1
-
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 2091434, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-02-09T03:29:56+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-09T03:29:56+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1770607796_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770607796_LawSocialInquiryScraper.out.log", "timeout_minutes": 30}
stdout | stderr
#1840 failed 2026-02-09T03:28:12+00:00 2026-02-09T03:28:18+00:00 5.1s d=0  |  skip=0  |  err=0
discovered=0  |  processed=0
error: unterminated character set at position 40
traceback
Traceback (most recent call last):
  File "/home/arbel/sites/lrscraper/light_base_scraper.py", line 948, in run
    items = await self.discover_urls()
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/sites/lrscraper/scrapers/law_social_inquiry_scraper.py", line 158, in discover_urls
    candidates = await self._fetch_issue_pdfs(issue_url, year=issue.get("year"))
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/sites/lrscraper/scrapers/law_social_inquiry_scraper.py", line 285, in _fetch_issue_pdfs
    m = re.search(r"Download\\s+PDF\\s+for\\s+(.*?)(?:\\s*\\[|$)", aria, flags=re.I)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  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 982, in parse
    p = _parse_sub(source, state, flags & SRE_FLAG_VERBOSE, 0)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_parser.py", line 457, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_parser.py", line 865, in _parse
    p = _parse_sub(source, state, sub_verbose, nested + 1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_parser.py", line 457, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/arbel/miniconda3/lib/python3.11/re/_parser.py", line 565, in _parse
    raise source.error("unterminated character set",
re.error: unterminated character set at position 40
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 2088408, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-02-09T03:28:12+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-09T03:28:12+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1770607692_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770607692_LawSocialInquiryScraper.out.log", "timeout_minutes": 30}
stdout | stderr
#1366 no_items 2026-02-07T08:36:04+00:00 2026-02-07T08:36:59+00:00 54.9s d=0  |  skip=0  |  err=0
discovered=0  |  processed=0
no_items_reason: Blocked/unavailable while fetching Cambridge Core issues index (HTTP 504 at https://www.cambridge.org/core/journals/law-and-social-inquiry/all-issues).
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 1415831, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-02-07T08:36:34+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-07T08:36:04+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1770453364_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770453364_LawSocialInquiryScraper.out.log", "timeout_minutes": 8}
stdout | stderr
#1365 no_items 2026-02-07T08:32:45+00:00 2026-02-07T08:33:30+00:00 45.3s d=0  |  skip=0  |  err=0
discovered=0  |  processed=0
no_items_reason: Unable to discover issues from https://www.cambridge.org/core/journals/law-and-social-inquiry/all-issues
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 1408405, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-02-07T08:33:15+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-07T08:32:45+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1770453165_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770453165_LawSocialInquiryScraper.out.log", "timeout_minutes": 12}
stdout | stderr
#1364 no_items 2026-02-07T08:30:03+00:00 2026-02-07T08:30:28+00:00 25.2s d=0  |  skip=0  |  err=0
discovered=0  |  processed=0
no_items_reason: Unable to discover issues from https://www.cambridge.org/core/journals/law-and-social-inquiry/all-issues
extra_json
{"canonical_name": "Law & Social Inquiry", "child_pid": 1403316, "file_path": "scrapers/law_social_inquiry_scraper.py", "heartbeat_at": "2026-02-07T08:30:03+00:00", "heartbeat_source": "orchestrator", "law_review_id": 141, "orchestrator": "lrscraper", "orchestrator_started_at": "2026-02-07T08:30:03+00:00", "scraper_id": "LawSocialInquiryScraper", "script_path": "scrapers/law_social_inquiry_scraper.py", "stderr_path": "logs/orchestrator_runs/1770453003_LawSocialInquiryScraper.err.log", "stdout_path": "logs/orchestrator_runs/1770453003_LawSocialInquiryScraper.out.log", "timeout_minutes": 9}
stdout | stderr