Rossi

Results 280 comments of Rossi

A possible solution: - save the lower court, which is related to the County. For the cases linked in the first comment, the lower courts are "Gallia County Court of...

After the patches, opinions scraped from `ohioctapp` sources are properly separated. See, for example this [query](https://www.courtlistener.com/?type=o&q=&type=o&order_by=score%20desc&docket_number=CA2024-01-002) These 2 dockets, after the patch - https://www.courtlistener.com/admin/search/docket/69720586/change/ - https://www.courtlistener.com/admin/search/docket/69561181/change/ The other 2, before...

The problem was with rows that have no linked opinions ![image](https://github.com/user-attachments/assets/b1f966c4-675d-44fa-8325-ac63350c73fc)

This is now [working](https://www.courtlistener.com/opinion/10103708/darrie-rushin-v-commonwealth-of-kentucky/?q=court_id%3Aky&type=o&order_by=dateFiled%20desc&stat_Published=on&stat_Unpublished=on&stat_Unknown=on), but we have a new gap

Latest ky opinion we have is from [September 26, 2024](https://www.courtlistener.com/?q=court_id%3Aky&type=o&order_by=dateFiled+desc&stat_Precedential=on&stat_Non-Precedential=on&stat_Unknown+Status=on&page=2); but the [source](https://appellatepublic.kycourts.net/search/opinion?q=true&advanced=false&searchFilters%5B0%5D.indexFieldName=caseHeader.court&searchFilters%5B0%5D.operation=%3D&searchFilters%5B0%5D.values%5B0%5D=Kentucky%20Supreme%20Court&p.page=1&p.sort=filedDate&p.sortdir=desc) has \~19 opinions from October Latest `kyctapp` opinion is from [October 25](https://www.courtlistener.com/?q=court_id%3Akyctapp&type=o&order_by=dateFiled+desc&stat_Precedential=on&stat_Non-Precedential=on&stat_Unknown+Status=on&page=2), but there are more than...

It may be worth to check freelawproject/courtlistener#4042, maybe we can get rid of some of the unused attributes in this PR

I found another type of silent failure for `OpinionSiteLinear` For example, in `haw`, we collect a "lower_courts" key. However, this won't appear on the final dictionary used in CL, nor...

I have extended `AbstractSite._check_sanity` for OpinionSiteLinear, to check for "wrong" case key strings, which were not being used by the OpinionSiteLinear cases. Found and corrected these: ``` KeyError: "Invalid key...

Merging the fix may cause duplicates: since the HTML has changed, the content hash has changed too

I'd prefer all the changes to be together for the reasons below, but feel free to approve it and merge it as is - the PR is not cluttered as...