-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] Redis connection fails with 1.14 with: 'UnixDomainSocketConnection' object has no attribute 'socket_timeout' #3173
Comments
Looks like redis/redis-py/issues/2581 which was fixed in 4.5.4 (we're using 4.5.3). I'll see about updating soon |
Whoa, that was a swift reply if I've ever seen one. Keep in mind, that mentioned issue has the missing attribute |
Oh, looks like redis/redis-py/issues/2629 then. Very similar |
Oh, it closes it now. Neat. We'll probably have a new point release out soon with the upgraded library |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |
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
ghcr.io/paperless-ngx/paperless-ngx:1.13
PAPERLESS_REDIS
environment variable (e.g.unix:///run/redis/redis.sock
)Webserver logs
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
The text was updated successfully, but these errors were encountered: