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
The latest errors in this issue appear to be related to the same docket, which doesn't seem to have a valid docket history report format. As a result, the parser returns null fields.
ValidationError: 'docket_number' cannot be Null or empty in RECAP dockets.
(11 additional frame(s) were not displayed)
...
File "cl/recap/views.py", line 65, in perform_create
await asyncio.shield(recap_upload_task)
File "cl/recap/tasks.py", line 121, in process_recap_upload
docket = await process_recap_docket_history_report(pq.pk)
File "cl/recap/tasks.py", line 851, in process_recap_docket_history_report
await d.asave()
File "cl/search/models.py", line 847, in save
raise ValidationError(
mlissner
changed the title
ValidationError on Docket history uploads
Unusual HTML page getting uploaded by RECAP
Jan 31, 2024
mlissner
changed the title
Unusual HTML page getting uploaded by RECAP
Unusual HTML page getting uploaded by RECAP as document history page
Jan 31, 2024
mlissner
transferred this issue from freelawproject/recap-chrome
Feb 5, 2024
The latest errors in this issue appear to be related to the same docket, which doesn't seem to have a valid docket history report format. As a result, the parser returns null fields.
Sentry Issue: COURTLISTENER-5P2
Filed by: @albertisfu
The text was updated successfully, but these errors were encountered: