Rossi
Rossi
Command to fill the gap: ``` docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.federal_special.afcca --backscrape-start=2021 --backscrape-end=2023 ```
After Ramiro ran the backscrape we have a single missing document for 2021, the one from 7 Apr 2021 I got the hash manually, and again, the hash [already existed...
Of note are the comments from one of the original authors, for which I sadly found no new place ``` s = "1996/05/30" # My life is thus lain to...
Command to fill the gap ``` docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.fla --backscrape-start=09/05/2019 --backscrape-end=12/19/2019 ```
So, I was expecting 35 documents but the backscraper only got 30. As an example of what's happening, I ran the backscraper on my local env, and got 5 opinions...
To collect the opinions we are missing from February to present: (will need to bump juriscraper and courtlistener, but the backscraper PR in courtlistener is already merged) ``` docker exec...
Backscraper was ran by Ramiro, and the gap has been closed. Closing this issue as completed
Trying to load https://www.courts.state.wy.us/ without VPN 
Command to fill the gap: ``` docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.wyo --backscrape-start=08/27/2019 --backscrape-end=05/18/2022 ```
After running the backscraper, we have 401 opinions for this time period. We expected 445, but got 44 repeated hashes. It seems like the source returns 1 records per docket,...