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
_RemoteTraceback:
"""
Traceback (most recent call last):
File "/usr/local/lib/python3.11/concurrent/futures/process.py", line 256, in _process_worker
r = call_item.fn(*call_item.args, **call_item.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/courtlistener/cl/recap/tasks.py", line 967, in parse_appellate_text
return report.data
^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/juriscraper/pacer/docket_report.py", line 71, in data
data["docket_entries"] = self.docket_entries
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/juriscraper/pacer/appellate_docket.py", line 566, in docket_entries
de["date_filed"] = convert_date_string(date_filed_str)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/juriscraper/lib/string_utils.py", line 510, in convert_date_string
dt = parser.parse(date_string, fuzzy=fuzzy)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
ParserError: String does not contain a date:
(9 additional frame(s) were not displayed)
...
File "concurrent/futures/_base.py", line 449, in result
return self.__get_result()
File "concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "cl/recap/views.py", line 56, in perform_create
await process_recap_upload(pq)
File "cl/recap/tasks.py", line 120, in process_recap_upload
docket = await process_recap_appellate_docket(pq.pk)
File "cl/recap/tasks.py", line 1007, in process_recap_appellate_docket
data = await asyncio.get_running_loop().run_in_executor(
The text was updated successfully, but these errors were encountered:
I came across this issue when I debugged an error reported by one of the extension's users yesterday.
I noticed the code failed to parse the full docket report when it showed the attachment list inside the docket entry. Here's a screenshot of the report:
Thanks for the detailed report. @ttys0dev, you were working on this generally. This looks like the appellate version of the thing you just fixed in district courts. Any chance you have energy to look at this one too?
Sentry Issue: COURTLISTENER-4VQ
The text was updated successfully, but these errors were encountered: