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
538 stars 148 forks source link

ReadError adding recap opinions to case law #4133

Open sentry-io[bot] opened 3 months ago

sentry-io[bot] commented 3 months ago

Sentry Issue: COURTLISTENER-5RG

BrokenResourceError: 
  File "httpcore/_exceptions.py", line 10, in map_exceptions
    yield
  File "httpcore/_backends/anyio.py", line 34, in read
    return await self._stream.receive(max_bytes=max_bytes)
  File "anyio/_backends/_asyncio.py", line 1132, in receive
    raise self._protocol.exception from None

ReadError: 
(7 additional frame(s) were not displayed)
...
  File "httpcore/_async/http11.py", line 176, in _receive_response_headers
    event = await self._receive_event(timeout=timeout)
  File "httpcore/_async/http11.py", line 212, in _receive_event
    data = await self._network_stream.read(
  File "httpcore/_backends/anyio.py", line 31, in read
    with map_exceptions(exc_map):
  File "contextlib.py", line 158, in __exit__
    self.gen.throw(value)
  File "httpcore/_exceptions.py", line 14, in map_exceptions
    raise to_exc(exc) from exc

ReadError: 
(10 additional frame(s) were not displayed)
...
  File "cl/lib/celery_utils.py", line 181, in wrapper
    return func(*args, **kwargs)
  File "cl/corpus_importer/tasks.py", line 666, in get_and_process_free_pdf
    success, msg = update_rd_metadata(
  File "cl/corpus_importer/tasks.py", line 1852, in update_rd_metadata
    response = async_to_sync(microservice)(
  File "cl/lib/microservice_utils.py", line 93, in microservice
    return await client.send(req)
sentry-io[bot] commented 3 months ago

Sentry Issue: COURTLISTENER-5RH