#immich server logs

1 messages · Page 1 of 1 (latest)

wind storm
#

Hello,

I setup immich on my server using docker containers. I wanted to double check and make sure things are working correctly before I make any more modifications(like adding my authelia and such).
So far it seems okay on the front-end perspective, but I noticed my server/microservices logs are being spammed

    at parseError (/usr/src/app/node_modules/redis-parser/lib/parser.js:179:12)
    at parseType (/usr/src/app/node_modules/redis-parser/lib/parser.js:302:14) {
  command: { name: 'info', args: [] }
}```

My sense is, it having troubles connecting to my redis, which I may have miswrote something incorrectly?

my redis is located in this docker compose file https://github.com/deeerow/Selfhosted-DockerProjects/blob/main/authelia/docker-compose.yml#L42C1-L55C15
my immich is on this docker compose file https://github.com/deeerow/Selfhosted-DockerProjects/blob/main/authelia/docker-compose.yml

Also, I am running all of these under "unraid" but i wrote my own docker-compose files, I believe it doesn't matter as long as I am using docker compose.
strong terraceBOT
#

:wave: Hey @wind storm,

Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich :immich:.

References

Checklist

  1. :blue_square: I have verified I'm on the latest release(note that mobile app releases may take some time).
  2. :blue_square: I have read applicable release notes.
  3. :blue_square: I have reviewed the FAQs for known issues.
  4. :blue_square: I have reviewed Github for known issues.
  5. :blue_square: I have tried accessing Immich via local ip (without a custom reverse proxy).
  6. :blue_square: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the /upload command.
  7. :blue_square: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable

(an item can be marked as "complete" by reacting with the appropriate number)

If this ticket can be closed you can use the /close command, and re-open it later if needed.

wind storm
#

.env file

quick carbon
wind storm
#

even if my redis container is called "redis"?

#
    <<: *default
    container_name: redis
    image: bitnami/redis:latest
    expose:
      - 6379
    volumes:
      - ./redis:/redis/bitnami/
      - ./secrets:/secrets
    environment:
      <<: *environment
      REDIS_PASSWORD_FILE: /secrets/REDIS_PASSWORD
    networks:
      - secure```

https://github.com/deeerow/Selfhosted-DockerProjects/blob/main/authelia/docker-compose.yml#L42C1-L55C15\
wind storm
quick carbon
#

Hold on

#

The Redis version of your butnami image might not be compatible with the version Immich is using

#

For your best interest, I suggest using the value in the default docker-compose file

wind storm
#

i guess i can extract the redis out of the authelia docker compose file

#

and put it into the immich docker compose file

quick carbon
#

Please check the redis version to make sure it is exact version in the immich docker-compose file

wind storm
#

just a question, is that what the logs mean though? it is unable to connect to redis container?

quick carbon
#

Sound like not able to reach redis