Chris
IImmich
•Created by Chris on 4/26/2025 in #help-desk-support
running any command inside immich docker
I am trying to reset my immich admin password, however after shelling into my immich server docker container using the command - reset-admin-password (or indeed any command, eg immich-admin list-users - I get the same error message (copied below).
Is anyone aware of this? Anyone have a solution?
Thanks
immich-admin reset-admin-password
Initializing Immich v1.131.3
/usr/src/app/start.sh: line 23: ./get-cpus.sh: No such file or directory
Detected CPU Cores:
/usr/src/app/start.sh: line 25: [: : integer expression expected
node:fs:442
return binding.readFileUtf8(path, stringToFlags(options.flag));
^
Error: ENOENT: no such file or directory, open './package.json'
at readFileSync (node:fs:442:20)
at Object.<anonymous> (/usr/src/app/dist/constants.js:25:59)
at Module._compile (node:internal/modules/cjs/loader:1554:14)
at Object..js (node:internal/modules/cjs/loader:1706:10)
at Module.load (node:internal/modules/cjs/loader:1289:32)
at Function._load (node:internal/modules/cjs/loader:1108:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
at Module.require (node:internal/modules/cjs/loader:1311:12)
at require (node:internal/modules/helpers:136:16) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: './package.json'
}
Node.js v22.14.0
9 replies