freelawproject / courtlistener

A fully-searchable and accessible archive of court data including growing repositories of opinions, oral arguments, judges, judicial financial records, and federal filings.
https://www.courtlistener.com
Other
522 stars 142 forks source link

Disable Tax Court Scraper #1882

Closed sentry-io[bot] closed 2 years ago

sentry-io[bot] commented 2 years ago

Sentry Issue: COURTLISTENER-21N

KeyError: 'judge'
  File "cl/scrapers/management/commands/cl_scrape_opinions.py", line 333, in handle
    self.parse_and_scrape_site(mod, options["full_crawl"])
  File "cl/scrapers/management/commands/cl_scrape_opinions.py", line 302, in parse_and_scrape_site
    site = mod.Site().parse()
  File "juriscraper/AbstractSite.py", line 130, in parse
    self._process_html()
  File "juriscraper/opinions/united_states/federal_special/tax.py", line 34, in _process_html
    "judge": case["judge"],
satsuki-chan commented 2 years ago

URL: https://public-api-green.dawson.ustaxcourt.gov/public-api/todays-opinions Scraper: juriscraper.opinions.united_states.federal_special.tax

flooie commented 2 years ago

Taxcourt is broken on there end. No need to touch this one

mlissner commented 2 years ago

I suppose we should turn off the tax court scraper, then, or refile this elsewhere so we can do what it takes to get it fixed?

flooie commented 2 years ago

This should be refiled into CL - because the change we need to make (which Is on my list) is to modify the scraper for tax court to modify the download URL after the scrape. I think that is what we settled on.

mlissner commented 2 years ago

So transferred!

flooie commented 2 years ago

Magic

mlissner commented 2 years ago

💫