Don't use WatchTower

I used watchtower sadly yesterday and then I broke some things. here it is:
[hooks.server.ts]:handleError getaddrinfo ENOTFOUND immich-server
[hooks.server.ts] Unable to get my user {
message: 'getaddrinfo ENOTFOUND immich-server',
code: 'ENOTFOUND',
stack: 'Error: getaddrinfo ENOTFOUND immich-server\n' +
' at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)'
}
[hooks.server.ts]:handle getaddrinfo ENOTFOUND immich-server
[hooks.server.ts]:handleError getaddrinfo ENOTFOUND immich-server
[hooks.server.ts]:handleError getaddrinfo ENOTFOUND immich-server
[hooks.server.ts] Unable to get my user {
message: 'getaddrinfo ENOTFOUND immich-server',
code: 'ENOTFOUND',
stack: 'Error: getaddrinfo ENOTFOUND immich-server\n' +
' at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)'
}
[hooks.server.ts]:handle getaddrinfo ENOTFOUND immich-server
[hooks.server.ts]:handleError getaddrinfo ENOTFOUND immich-server
This is from immich-web I broke everything I think ok I broke typesense :serieux: not a good new
Request #1695459772528: Request to Node 0 failed due to "ENOTFOUND getaddrinfo ENOTFOUND typesense"
Request #1695459772528: Sleeping for 4s and then retrying request...
Request #1695459905061: Sleeping for 4s and then retrying request...
Request #1695459772528: Request to Node 0 failed due to "ENOTFOUND getaddrinfo ENOTFOUND typesense"
Request #1695459772528: Sleeping for 4s and then retrying request...
Request #1695459905061: Sleeping for 4s and then retrying request...
This is from immich-server
node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
<ref *1> Error: getaddrinfo ENOTFOUND typesense
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'typesense',
node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
<ref *1> Error: getaddrinfo ENOTFOUND typesense
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'typesense',
This is from immich server too but it's just the start of the error cuz it's really big and here is the log from typesense :

W20230923 09:05:31.446863 358 controller.cpp:1454] SIGINT was installed with 1
W20230923 09:05:31.446890 358 node.cpp:811] [default_group:172.22.0.4:8107:8108 ] Refusing concurrent configuration changing
E20230923 09:05:31.446928 375 raft_server.h:62] Peer refresh failed, error: Doing another configuration change

W20230923 09:05:31.446863 358 controller.cpp:1454] SIGINT was installed with 1
W20230923 09:05:31.446890 358 node.cpp:811] [default_group:172.22.0.4:8107:8108 ] Refusing concurrent configuration changing
E20230923 09:05:31.446928 375 raft_server.h:62] Peer refresh failed, error: Doing another configuration change
And I have a big log like that in immich-server
16 Replies
Onelots.
Onelots.OP2y ago
If someone knows how to solve it without accessing the machine :jerry: I just have access to portainer (I'll get the access tomorrow)
bo0tzz
bo0tzz2y ago
Deleting the typesense data should fix that
Onelots.
Onelots.OP2y ago
How do I do ?
bo0tzz
bo0tzz2y ago
It's usually in the tsdata docker volume So just delete that
Onelots.
Onelots.OP2y ago
Okay (I tried to recreate the container but didn't worked)
Onelots.
Onelots.OP2y ago
Should I delete this ?
No description
PhilBro
PhilBro2y ago
I personally only use Watchtower to notify me never to auto update
Onelots.
Onelots.OP2y ago
I should have done that :jerry: @PhilBro how do you "just notify" ???
Sandwichkind
Sandwichkind2y ago
add this to your docker compose labels: - com.centurylinklabs.watchtower.monitor-only=true add it to the container you want to monitor but not update.
Onelots.
Onelots.OP2y ago
Thanks I can't delete the volume cuz it's used even when I exited all the conatiners :bonhomme: (I'm trying to delete immich_tsdata)
bo0tzz
bo0tzz2y ago
Deleting the typesense container should let you
Onelots.
Onelots.OP2y ago
okay but if I delete it how can I re-create it :jerry: since I used docker-compose and not portainer stack
bo0tzz
bo0tzz2y ago
Compose up
Onelots.
Onelots.OP2y ago
:sueur: I can't access my server before tomorrow I'll do it tomorrow then thx using docker-compose, if others containers exist, it will bring only the missing one up ? okay great just :serieux: :SuicideKanna: I can't docker-compose down I don't know why he is telling me about folders erm :whut:
Onelots.
Onelots.OP2y ago
No description
Onelots.
Onelots.OP2y ago
I don't care :serieux: I'm not good enough with docker I think but I still need to use immich so if someone could give me an advice :KANNAlove: UH NVM BAD DOCKER-COMPOSE IT WORKED I fixed everything as you said @bo0tzz thanks

Did you find this page helpful?