Rossi
Rossi
For the [full](https://www.courtlistener.com/?q=court_id%3Aillappct&type=o&order_by=dateFiled%20asc&stat_Precedential=on&stat_Non-Precedential=on&filed_after=10%2F22%2F2019&filed_before=11%2F16%2F2020) date range we now have 2899 documents, very close to the expected estimation of 2950 documents. From the logs, 130 documents were skipped due to having no...
``` docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.arkctapp --backscrape-start=06/05/2019 --backscrape-end=02/09/2022 ``` ``` docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.ark --backscrape-start=06/20/2019 --backscrape-end=05/13/2020 docker exec -it cl-django python...
Yes, the record from the last sentry [event](https://freelawproject.sentry.io/issues/4925479504/events/a0e8e91139e948d4ba3e7fc138113c41/) has been inserted with the parent court ID. ([Opinion](https://www.courtlistener.com/api/rest/v3/opinions/?id=9928686) , [Cluster](https://www.courtlistener.com/api/rest/v3/clusters/9470848/), [docket](https://www.courtlistener.com/api/rest/v3/dockets/68211298/) (here you can see the court id as `nyfamct`)) This...
Excited for this one, these queries are consistently in the top of RDS Performance Insights
I have been testing this on the a server django shell; and I think a reviewer should do something similar. That this PR is passing tests doesn't really mean it's...
Thanks @ERosendo I updated PR with your comments, can you check again?
Currently the back scrape iterable creation is not dynamic, but we could easily fix that https://github.com/freelawproject/juriscraper/blob/3703d9f1aa67534836f63890ce36ade8a64e19bf/juriscraper/opinions/united_states/state/nytrial.py#L34-L37 And then set a cron job on courtlistener's side to backscrape the past X...
Why don't we take advantange of the re-run to collect stats on what citations we are missing? We could store the `NO_MATCH_RESOURCE` citations, and then analyze them to know which...
juriscraper.opinions.united_states.state.idaho_civil: 2025-08-22 date is in the future. Case 'In ...
I checked the stored response on S3 and the data is OK  This seems to be a `dateutils.parser` bug, which is used by `juriscraper.lib.string_utils.convert_date_string` ```python In [2]: from juriscraper.lib.string_utils...
Sure @flooie This would work for sources that have 1. Have a "citation" column on their HTML pages 2. The court leaves it as a placeholder for some time, until...