Rossi

Results 280 comments of Rossi

The old scraper went down some months ago. Most recent `colotctapp` opinion is from March 7th, 2024, so this is a new gap

Command ``` docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.federal_bankruptcy.bap10 --backscrape-start=07/21/2021 --backscrape-end=01/23/2023 ```

After Ramiro ran the backscraper, we have the missing opinions Note that there are 15 rows in the [source](https://www.bap10.uscourts.gov/opinion/search/results?keywords=&parties=&judges=&field_opinion_date_value%5Bmin%5D%5Bdate%5D=07%2F20%2F2021&field_opinion_date_value%5Bmax%5D%5Bdate%5D=01%2F25%2F2023&exclude=) and 14 in [CL](https://www.courtlistener.com/?q=court_id%3Abap10&type=o&order_by=dateFiled%20asc&stat_Precedential=on&stat_Non-Precedential=on&filed_after=07/20/2021&filed_before=01/25/2023). However the 2 rows for McClave State...

The [Public Data](https://cdn.ca9.uscourts.gov/assets/Public-Data.pdf) files do not contain `bap9` opinions. This can be detected using `grep datastore/bap opinions-1` over the files, which should detect bap opinion URLs. I couldn't get the...

After talking about this with Bill, I will implement the backscraper on masscasess.com

Thanks to @flooie for the input on getting the correct __VIEWSTATE for this to work

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.nmcca --backscrape-start=10/04/2021 --backscrape-end=01/04/2022 ```

After running the backscraper have 79 records for [10/04/2021 to 01/04/2022](https://www.courtlistener.com/?q=court_id%3Anmcca&type=o&order_by=dateFiled%20asc&stat_Precedential=on&stat_Non-Precedential=on&filed_after=10%2F04%2F2021&filed_before=01%2F04%2F2022), there are 80 in the source US v Vasquez is duplicated, 2 entries with the same URL https://www.jag.navy.mil/documents/958/VASQUEZ_202100068_SL.pdf Closing...

After some review I think the source we are scraping may not be complete Taking 2023 as an example, I counted all documents from the "[Dispositions](https://www.courts.state.co.us/Courts/Supreme_Court/Proceedings/Index.cfm)" tab published on 2023....

> Also, do you know if the short descriptions are always the same for all the items in a multi-doc NEF? I don't know with certainty. I would guess from...