juriscraper
juriscraper copied to clipboard
IndexError: list index out of range
Sentry Issue: COURTLISTENER-2XZ
IndexError: list index out of range
(1 additional frame(s) were not displayed)
...
File "celery/app/autoretry.py", line 35, in run
return task._orig_run(*args, **kwargs)
File "cl/recap/tasks.py", line 510, in process_recap_docket
data = report.data
File "juriscraper/pacer/docket_report.py", line 67, in data
data = self.metadata.copy()
File "juriscraper/pacer/docket_report.py", line 415, in metadata
self._set_metadata_values()
File "juriscraper/pacer/docket_report.py", line 1120, in _set_metadata_values
table = self.tree.xpath(
This might be a duplicate of https://github.com/freelawproject/juriscraper/issues/541. They're at least pretty similar.
Yeah, they look pretty similar. I'll check out both.