-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
bugBug report or a Bug-fixBug report or a Bug-fixdependenciesPull requests that update a dependency filePull requests that update a dependency filefixed in next release
Description
Description
Upgrading from Paperles-NGX 1.13 to 1.14 causes the Redis connection via a UNIX-Socket to fail with the following error message:
Error: 'UnixDomainSocketConnection' object has no attribute 'socket_timeout'.
I'm running Paperless-NGX via the official Docker image: ghcr.io/paperless-ngx/paperless-ngx
Steps to reproduce
- Setup Paperless-NGX with the Docker image
ghcr.io/paperless-ngx/paperless-ngx:1.13
- Configure Redis via a UNIX socket with the
PAPERLESS_REDIS
environment variable (e.g.unix:///run/redis/redis.sock
) - Upgrade to the 1.14 image
Webserver logs
Paperless-ngx docker container starting...
Creating directory /tmp/paperless
Adjusting permissions of paperless files. This may take a while.
Waiting for Redis...
Redis ping #0 failed.
Error: 'UnixDomainSocketConnection' object has no attribute 'socket_timeout'.
Waiting 5s
Redis ping #1 failed.
Error: 'UnixDomainSocketConnection' object has no attribute 'socket_timeout'.
Waiting 5s
Redis ping #2 failed.
Error: 'UnixDomainSocketConnection' object has no attribute 'socket_timeout'.
Waiting 5s
Redis ping #3 failed.
Error: 'UnixDomainSocketConnection' object has no attribute 'socket_timeout'.
Waiting 5s
Redis ping #4 failed.
Error: 'UnixDomainSocketConnection' object has no attribute 'socket_timeout'.
Waiting 5s
Failed to connect to redis using environment variable PAPERLESS_REDIS.
Browser logs
No response
Paperless-ngx version
1.14
Host OS
UnRAID 6.11.5
Installation method
Docker - official image
Browser
No response
Configuration changes
No response
Other
No response
Metadata
Metadata
Assignees
Labels
bugBug report or a Bug-fixBug report or a Bug-fixdependenciesPull requests that update a dependency filePull requests that update a dependency filefixed in next release