randonw

Members
  • Posts

    5
  • Joined

  • Last visited

randonw's Achievements

Noob

Noob (1/14)

1

Reputation

  1. redis was the answer. Thank you kind person!
  2. Where do you define the IP address in the WebUI?
  3. I do not have redis running. I must have missed that step. I will look into it and report back. Is it thought that this address BOTH the WebUI and consume issues?
  4. This is what the log shows. There are multiple instances of the error as I tried more than once. Does this help? File "/usr/local/lib/python3.7/asyncio/tasks.py", line 414, in wait_for return await fut File "/usr/local/lib/python3.7/site-packages/asgiref/current_thread_executor.py", line 23, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.7/site-packages/asgiref/sync.py", line 343, in thread_handler return func(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view return view_func(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/django/views/generic/base.py", line 70, in view return self.dispatch(request, *args, **kwargs) File "/usr/local/lib/python3.7/site-packages/rest_framework/views.py", line 509, in dispatch response = self.handle_exception(exc) File "/usr/local/lib/python3.7/site-packages/rest_framework/views.py", line 469, in handle_exception self.raise_uncaught_exception(exc) File "/usr/local/lib/python3.7/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception raise exc File "/usr/local/lib/python3.7/site-packages/rest_framework/views.py", line 506, in dispatch response = handler(request, *args, **kwargs) File "/usr/src/paperless/src/documents/views.py", line 430, in post task_name=os.path.basename(doc_name)[:100]) File "/usr/local/lib/python3.7/site-packages/django_q/tasks.py", line 73, in async_task enqueue_id = broker.enqueue(pack) File "/usr/local/lib/python3.7/site-packages/django_q/brokers/redis_broker.py", line 18, in enqueue return self.connection.rpush(self.list_key, task) File "/usr/local/lib/python3.7/site-packages/redis/client.py", line 2016, in rpush return self.execute_command('RPUSH', name, *values) File "/usr/local/lib/python3.7/site-packages/redis/client.py", line 898, in execute_command conn = self.connection or pool.get_connection(command_name, **options) File "/usr/local/lib/python3.7/site-packages/redis/connection.py", line 1192, in get_connection connection.connect() File "/usr/local/lib/python3.7/site-packages/redis/connection.py", line 563, in connect raise ConnectionError(self._error_message(e)) redis.exceptions.ConnectionError: Error -5 connecting to replace-with-ip:6379. No address associated with hostname. [2021-03-23 21:00:08,790] [ERROR] [django.request] Internal Server Error: /api/documents/post_document/ Definitely not working for me. I took an existing UNRAID share and created a paperless folder. In there I have subfolders for consume, consumed, and export. I pointed paperless to these folders in the docker setup. I placed a file in the consume folder but nothing appears to have happened. What else can I provide here?
  5. New to UNRAID and paperless-ng. Installed the docker and created a superuser. I will have to look into how to setup the workflow for consuming docuemnts. However, any reason I shouldn't be able to load documents via the WebUI? When I try to do this I get the following error: "HTTP error: 500 Internal Server Error".