Toby

Results 8 comments of Toby

I'm facing the same issue. DB_HOST in .env did not solve the issue.

I'm running all the containers in Portainer. All Immich containers are on the same network. If you need any further details on the individual container, I can pull the inspect....

Sure. These are all my env variables: UPLOAD_LOCATION=medianas_immich DB_DATA_LOCATION=./postgres DB_PASSWORD=****************** IMMICH_VERSION=release DB_USERNAME=postgres DB_DATABASE_NAME=immich MACHINE_LEARNING_WORKER_TIMEOUT=600 TZ=Europe/Zurich CPU_CORES=4 IMMICH_API_KEY=************************* IMMICH_URL=http://192.168.0.12:2283 EXTERNAL_IMMICH_URL=https://xxx.yyy.zzz DB_HOST=immich_postgres DB_PORT=5432 and my full composer: ``` name: immich services: immich-server:...

The latest update solved the issue in my case! Thx

Sure, I’ll give it a try. However, I'll be at a conference during the full week. It will take some time until you hear from me.

Thx @p0n1. My flight got canceled, and I missed my conference. Therefore, I've had some time to look into this. I added the flag in the UI for OpenAI TTS...

@p0n1 yes, the option works perfectly!

Same here: ``` [19:08:26 ERROR] [org.cloudburstmc.netty.handler.codec.raknet.common.RakSessionCodec]: [/192.168.0.8:37481] Error while ticking RakSessionCodec state=CONNECTED channelActive=true java.lang.NullPointerException: Cannot invoke "org.cloudburstmc.netty.channel.raknet.packet.RakDatagramPacket.getNextSend()" because "datagram" is null at org.cloudburstmc.netty.handler.codec.raknet.common.RakSessionCodec.sendStaleDatagrams(RakSessionCodec.java:559) ~[?:?] at org.cloudburstmc.netty.handler.codec.raknet.common.RakSessionCodec.internalFlush(RakSessionCodec.java:494) ~[?:?] at org.cloudburstmc.netty.handler.codec.raknet.common.RakSessionCodec.onTick(RakSessionCodec.java:457) ~[?:?]...