Rossi
Rossi
There is a PR waiting for review / merge to solve a bunch of these errors freelawproject/courtlistener#3938 Some others are actual errors that happen from time to time and should...
> Is there another way for Sentry to capture the error such that I can auto-assign it? So, the ownership rules we have do not work on `logger.error` events because...
I have updated this source to use the API, instead of the RSS Feed, both for the present scraper and for the back scraper This source returns OpinionClusters from it's...
Commands to fill the gap ``` docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.pa --backscrape-start=05/27/2021 --backscrape-end=11/17/2021 docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.pasuperct --backscrape-start=05/27/2021 --backscrape-end=11/18/2021 docker exec...
This source is using "Decisia", the same backend as `ark` sources #958 . An abstract scraper for this backend could be created, and each state source could inherit from it....
``` docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.nm --backscrape-start=01/19/2020 --backscrape-end=03/04/2021 docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.nm --backscrape-start=04/12/2021 --backscrape-end=01/10/2022 docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions...
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.md --backscrape-start=2020 --backscrape-end=2020 docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.mdctspecapp --backscrape-start=2019 --backscrape-end=2021 ```
### md Got all 143 [documents](https://www.courtlistener.com/?q=court_id%3Amd&type=o&order_by=score%20desc&stat_Precedential=on&filed_after=01%2F01%2F2020&filed_before=01%2F01%2F2021) for 2020 # mdctspecapp Data is now [complete](https://www.courtlistener.com/?q=court_id%3Amdctspecapp&type=o&order_by=dateFiled%20asc&stat_Precedential=on&stat_Non-Precedential=on&filed_after=01%2F01%2F2020&filed_before=01%2F01%2F2021) for 2020 (114/114) We have some duplicates for 2019 (151/107) and some duplicates for 2021 (120/109)...
On `illappct` from 2010 to the past, most rows have no citation string, thus the current scraper won't get the docket number. To support that we would need to enhance...
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.illappct --backscrape-start=10/21/2019 --backscrape-end=05/20/2020 docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.illappct --backscrape-start=05/28/2021 --backscrape-end=11/16/2021 ```