Rossi
Rossi
The current scraper will only yield the most recent opinions, and there is no way to filter by date on that primary endpoint However, there is a [Opinion Search portal](https://appellatepublic.kycourts.net/search/opinion?q=true&advanced=true&p.page=1&p.sort=filedDate&p.sortdir=desc)...
Commands to fill the gaps: ``` docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.ky --backscrape-start=12/27/2017 --backscrape-end=05/17/2020 --verbosity 3 ```
New gap from broken scraper https://github.com/freelawproject/juriscraper/issues/1151 Filed After: 2024-06-14 › Filed Before: 2024-08-21 0 [opinions](https://www.courtlistener.com/?q=court_id%3Aky&type=o&order_by=dateFiled%20desc&stat_Published=on&stat_Unpublished=on&stat_Unknown=on&filed_after=06%2F14%2F2024&filed_before=08%2F21%2F2024) in CL ``` manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.ky --backscrape-start=2024/06/13 --backscrape-end=2024/08/22 --verbosity 3 ```
This is happening because I added a logger.error call on [pacer/email/_parse_bankruptcy_short_description](https://github.com/freelawproject/juriscraper/blob/main/juriscraper/pacer/email.py#L510) . This function requires an explicit `if` clause for each bankruptcy court, and we only have cases for 6,...
I mixed up a [Sentry issue](https://freelawproject.sentry.io/issues/4985337685/?project=5257254&referrer=github_integration) that belongs here, and had sent it over to #914
@flooie can you please check this source? From what I see we may need to parse the pdfs, since old case information is not available on HTML, as it is...
Some news about `coloctapp`, the Colorado Courts have just (well, on March 1, 2024) launched a new site for Appellate Opinions, and it actually has past opinions in HTML. We...
This new Colorado site seems to have no search filters except for "court". Getting the document url requires more steps/requests. And it uses `vlex` as the backend. The downloaded opinion...
So, we also have a more recent gap. We are missing every Opinion announced on: - April 4, 2024 (2 opinions) - March 14, 21, 28 (2, 1 and 3...
Command to fill the gaps ``` docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.coloctapp --backscrape-start=09/28/2021 --backscrape-end=02/01/2022 ```