juriscraper icon indicating copy to clipboard operation
juriscraper copied to clipboard

IndexError: list index out of range

Open sentry-io[bot] opened this issue 2 years ago • 2 comments

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(

sentry-io[bot] avatar Aug 04 '22 22:08 sentry-io[bot]

This might be a duplicate of https://github.com/freelawproject/juriscraper/issues/541. They're at least pretty similar.

mlissner avatar Aug 08 '22 17:08 mlissner

Yeah, they look pretty similar. I'll check out both.

albertisfu avatar Aug 08 '22 22:08 albertisfu