You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IndexError: list index out of range
File "cl/scrapers/tasks.py", line 183, in extract_doc_content
update_document_from_text(opinion, juriscraper_module)
File "cl/scrapers/tasks.py", line 64, in update_document_from_text
metadata_dict = site.extract_from_text(opinion.plain_text or opinion.html)
The text was updated successfully, but these errors were encountered:
The regex matching for the docket is failing, we only have 4 events:
docket = re.findall(r"#\d+.*-.-\w{3}", scraped_text[:100])[0]
Sentry Issue: COURTLISTENER-7WF
The text was updated successfully, but these errors were encountered: