docker-immich icon indicating copy to clipboard operation
docker-immich copied to clipboard

Error: connect ECONNREFUSED 127.0.0.1:6379

Open closewall opened this issue 11 months ago • 2 comments

I am getting constant errors in my log showing:

Error: connect ECONNREFUSED 127.0.0.1:6379 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6379

and

Error missing error handler on this redis client

The stream of this errors is constant and makes the log hard to read.

I am on Unraid 6.12.11. My db hostname is correct and I am using imagegenius/mods:universal-redis for redis.

While using Immich I will also get errors like "Failed to load assets".

closewall avatar Jan 26 '25 14:01 closewall

the redis docker mod might be having some issues, try a seperate redis container for now

hydazz avatar Jan 31 '25 10:01 hydazz

have you tried using localhost instead of 127.0.0.1? its technically the same but the documentation calls for 'localhost'

also make sure the variable key is for redis is DOCKER_MODS with value of imagegenius/mods:universal-redis

rockshoes1 avatar Mar 23 '25 23:03 rockshoes1