Rossi

Results 172 issues of Rossi

The site returns opinions separated by type; which we can group into clusters https://github.com/freelawproject/juriscraper/blob/d2cd39b7d0655a3e5465b8ea9d73156db4b04c9c/tests/examples/opinions/united_states/pa_example.json#L59-L64

Meaning, we only execute the scraper on some hours of the day; maybe once or twice daily, instead of every hour This will be a time check at __init__, which...

We have been systematically missing the first row of oral arguments due to a bug in the code see [here](https://github.com/freelawproject/juriscraper/pull/1669#discussion_r2547621627)

To be used as reference when writing the cluster consolidation fix 3 consecutive clusters for a single case, contaning dissent, concurrence and per curiam opinions https://www.courtlistener.com/opinion/10687114/in-re-tav/pdf/ https://www.courtlistener.com/opinion/10687115/in-re-tav/pdf/ https://www.courtlistener.com/opinion/10687116/in-re-tav/pdf/

Oossible for `bap1`. I would need confirmation that , for example, - "USBC - District of New Hampshire" is `nhb` - "USBC - District of Massachusetts (Worcester)" is [`mab`](https://www.courtlistener.com/admin/search/court/mab/change/?_changelist_filters=q%3DMassachusetts) etc...

Our current `download_url` interpolation is no longer working. I will write to them to request the new path Sentry Issue: [COURTLISTENER-A7E](https://freelawproject.sentry.io/issues/6722758338/?referrer=github_integration) Email sent: ``` To the staff of the Garbrecht...

scraper down

Right now, any error will be sent Sentry. But these may not be important, we should research the Sentry issue and send only proper warnings Sentry Issue: [COURTLISTENER-B22](https://freelawproject.sentry.io/issues/6916616180/?referrer=github_integration) ``` TimeoutError:...

Some `oklacivapp` opinions without docket numbers, or with citations as docket numbers. See the [versioning](https://github.com/freelawproject/courtlistener/issues/6329) logs for more examples. Grep for `ERROR Different 'docket_number' for docket ` The easiest way...

- check if they have robots.txt; and what the explicit limits are - contact them to ask for explicit limit policies - identify the type of block (captcha? 403? )...