-
Notifications
You must be signed in to change notification settings - Fork 352
[BUG] Could not parse Excel files with tika server at http://tika:9998: #1499
Comments
The error you're seeing is because the paperless container cannot connect to the tika server, for some reason. Do the same for gotenberg to be on the safe side. I know that the hostname should be set to the service name, but maybe in this case it isn't. |
I have the same problem, and that fix doesn't solve it. Unfortunatley makes paperless-ng useless for me, as I can't search office documents. |
had the same issue, the solution in #1594 worked for me ! |
hmm didnt work for me,
|
@grutzifix You're probably running the apache/tika image on a non-amd64 architecture (see #1354). I had the same problem on my RPi4 with arm64. Try changing the tika image in your You still have to fix the changed gotenberg endpoint of #1594 btw. nice nickname, greetings from bavaria :) |
@Lucifer1590 this should also fix your problem on RPi3. |
Worked! thx <3 |
Describe the bug
I am fresh installing paperless-ng using docker on raspberry pi 3b+ but even after multiple reinstalls from docker-compose as well as portainer I cant upload office file and parce them
To Reproduce
Steps to reproduce the behavior:
Could not parse /tmp/paperless/paperless-upload-4__50jys with tika server at http://tika:9998: HTTPConnectionPool(host='tika', port=9998): Max retries exceeded with url: /rmeta/text (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x71b69178>: Failed to establish a new connection: [Errno -2] Name or service not known'))
Expected behavior
The File should be uploaded and OCRed
Screenshots
.
Webserver logs
Relevant information
docker-compose
The text was updated successfully, but these errors were encountered: