larry who?
IImmich
•Created by larry who? on 11/25/2024 in #help-desk-support
Random Network Errors
I am getting these errors:
Error: 500 ()
Stacktrace
Error: Error: 500
at Object.st [as ok] (http://localhost:port/_app/immutable/chunks/fetch-client.BBjLa0zr.js:1:7295)
at async Promise.all (index 0)
at async n (http://localhost:port/_app/immutable/chunks/server-config.store.CCrIk4KH.js:1:515)
at async o (http://localhost:port/_app/immutable/chunks/server.DahtVSdy.js:1:189)
Running docker on Unraid server, have tried both local and reverse proxied, latest version.
I was running a thumbnail job when this happened (working fine before). Logs show that the server is working, but I cannot access the GUI.
I often run into the issue of immich's docker container not being able to be stopped, giving "server error" and this in the logs:
Error: connect ETIMEDOUT
at Socket.<anonymous> (/app/immich/server/node_modules/ioredis/built/Redis.js:170:41)
at Object.onceWrapper (node:events:633:28)
at Socket.emit (node:events:519:28)
at Socket._onTimeout (node:net:591:8)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7) {
errorno: 'ETIMEDOUT',
code: 'ETIMEDOUT',
syscall: 'connect'
How do I fix this?3 replies