Rossi
Rossi
I have been looking into this and I need some clarification on the scope and integration into CL of this source @mlissner @flooie #### What DB tables are we going...
hi @ralexx thanks for looking into this. ### About folder structure > I will work in juriscraper/juriscraper/scotus_docket I think it should be `juriscraper/dockets/united_states/federal_appellate/scotus.py` since we may want to support other...
I checked the changes required on Courtlistener to support this new paradigm, while still supporting the legacy scrapers. I found the following: - We can return a nested object, but...
It took quite some time but I have a draft working on integration with Courtlistener (which will be another parallel PR) First I will paste some nice screenshots, then I...
We checked and had some extra info on the `ErrorLog` table on the DB. Errors look like this: ``` '"text/html" not in ['audio/mpeg']>,
If you can test this in a django shell on the server, this is a minimal example that mimics `cl_scrape_oral_args`. So we can peek into the request: ``` import requests...
Seems OK... have we tried re running the scraper? Maybe it runs now?
``` docker exec -it cl-django python /opt/courtlistener/manage.py cl_back_scrape_opinions --courts juriscraper.opinions.united_states.state.tex --backscrape-start=05/05/2020 --backscrape-end=08/20/2020` ```
There is no longer a [gap](https://www.courtlistener.com/?q=court_id%3Atex&type=o&order_by=dateFiled%20asc&stat_Precedential=on&stat_Non-Precedential=on&filed_after=05/05/2020&filed_before=08/20/2020), we have 50 documents for the time period However, I think there may be a bug in the backscraper. On the last element of...
To completely solve this issue, we will need to manually delete all corrupted objects from the DB, which on the dev DB start from March 3rd, 2019, up to the...