jonaswinkler / paperless-ng

A supercharged version of paperless: scan, index and archive all your physical documents
https://paperless-ng.readthedocs.io/en/latest/
GNU General Public License v3.0
5.37k stars 355 forks source link

Unraid docker not uploading anything #269

Closed bpivk closed 3 years ago

bpivk commented 3 years ago

So here goes...

I have tried setting up a docker on my server and I can't upload any files. I have tried TXT and PDF files and all I get is "An error has occurred while uploading the document. Sorry!".

I have checked the logs and they are empty. The only error is "redis.exceptions.ConnectionError: Error -2 connecting to ip:6379. Name or service not known." as I haven't bothered to set redis yet as the base upload is not working.

jonaswinkler commented 3 years ago

Redis is required by the back end to pass messages from the web server to the task processing queue. These run in different processes and redis acts as a mediator. That's exactly why you're getting that error.

bpivk commented 3 years ago

Great. I was under the assumption that it would work without it for documents uploaded through the web portal. I'll set up redis and see if it clears the problem.

Tooa commented 3 years ago

@bpivk In case you missed it, we have a support thread for the paperless-ng Unraid template over here. Redis as a required service is mentioned there too. Feel free to post questions about paperless-ng regarding Unraid over there.

jonaswinkler commented 3 years ago

Please close if this issue is resolved.

bpivk commented 3 years ago

@bpivk In case you missed it, we have a support thread for the paperless-ng Unraid template over here. Redis as a required service is mentioned there too. Feel free to post questions about paperless-ng regarding Unraid over there.

I didn't miss it. I have read through everything including that page and the wiki and it was only mentioned that it's needed to parse the folders. Or at least that's how I understood.