Hilft folgender Protokoll-Abschnitt?
[2024-07-12 17:55:21,524] [ERROR] [paperless.consumer] Error occurred while consuming document Unterschrift_Wohlgefahrt.docx: Could not parse /tmp/paperless/paperless-ngxzw8nn2go/Unterschrift_Wohlgefahrt.docx with tika server at http://tika:9998: timed out
Traceback (most recent call last):
File „/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py“, line 69, in map_httpcore_exceptions
yield
File „/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py“, line 233, in handle_request
resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py“, line 216, in handle_request
raise exc from None
File „/usr/local/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py“, line 196, in handle_request
response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpcore/_sync/connection.py“, line 101, in handle_request
return self._connection.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpcore/_sync/http11.py“, line 143, in handle_request
raise exc
File „/usr/local/lib/python3.11/site-packages/httpcore/_sync/http11.py“, line 113, in handle_request
) = self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpcore/_sync/http11.py“, line 186, in _receive_response_headers
event = self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpcore/_sync/http11.py“, line 224, in _receive_event
data = self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpcore/_backends/sync.py“, line 124, in read
with map_exceptions(exc_map):
File „/usr/local/lib/python3.11/contextlib.py“, line 158, in exit
self.gen.throw(typ, value, traceback)
File „/usr/local/lib/python3.11/site-packages/httpcore/_exceptions.py“, line 14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ReadTimeout: timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File „/usr/src/paperless/src/paperless_tika/parsers.py“, line 59, in parse
parsed = client.tika.as_text.from_file(document_path, mime_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/tika_client/_resource_tika.py“, line 36, in from_file
return self._decoded_response(self._put_multipart(self.MULTI_PART_PLAIN_TEXT_CONTENT, filepath, mime_type)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/tika_client/_utils.py“, line 45, in _put_multipart
resp = self.client.post(endpoint, files=files, headers=content_header) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpx/_client.py“, line 1145, in post
return self.request( ^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpx/_client.py“, line 827, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpx/_client.py“, line 914, in send
response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpx/_client.py“, line 942, in _send_handling_auth
response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpx/_client.py“, line 979, in _send_handling_redirects
response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpx/_client.py“, line 1015, in _send_single_request
response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File „/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py“, line 232, in handle_request
with map_httpcore_exceptions():
File „/usr/local/lib/python3.11/contextlib.py“, line 158, in exit
self.gen.throw(typ, value, traceback)
File „/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py“, line 86, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ReadTimeout: timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File „/usr/local/lib/python3.11/site-packages/asgiref/sync.py“, line 327, in main_wrap
raise exc_info[1]
File „/usr/src/paperless/src/documents/consumer.py“, line 579, in run
document_parser.parse(self.working_copy, mime_type, self.filename)
File „/usr/src/paperless/src/paperless_tika/parsers.py“, line 71, in parse
raise ParseError(
documents.parsers.ParseError: Could not parse /tmp/paperless/paperless-ngxzw8nn2go/Unterschrift_Wohlgefahrt.docx with tika server at http://tika:9998: timed out