andstr
IImmich
•Created by andstr on 11/28/2024 in #help-desk-support
Media storage strategy
Confirming it works now with node v22.11.0 and Immich 2.2.32
23 replies
IImmich
•Created by andstr on 11/28/2024 in #help-desk-support
Media storage strategy
ah running old node?
23 replies
IImmich
•Created by andstr on 11/28/2024 in #help-desk-support
Media storage strategy
npm install -g @Immich/cli@latest
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@immich/[email protected]',
npm warn EBADENGINE required: { node: '>=20.0.0' },
npm warn EBADENGINE current: { node: 'v18.20.5', npm: '10.8.2' }
npm warn EBADENGINE }
23 replies
IImmich
•Created by andstr on 11/28/2024 in #help-desk-support
Media storage strategy
npm update -g @Immich/cli
changed 1 package in 2s
---
immich -V
2.0.6
23 replies
IImmich
•Created by andstr on 11/28/2024 in #help-desk-support
Media storage strategy
I thought npm i -g @Immich/cli would fetch the latest stable
23 replies
IImmich
•Created by andstr on 11/28/2024 in #help-desk-support
Media storage strategy
Maybe I should create a new ticket, but I will try reusing this one if it is accepted :p
Following the guide: https://immich.app/docs/features/command-line-interface/
It says under Quick start
immich login [url] [key]
immich login http://192.168.1.216:2283/api HFEJ38DNSDUEG
Now, login command throws:
error: unknown command 'login'
(Did you mean logout?)
Docs needing update?
I then tried "Immich login-key <url:port> <API key>. That rendered:
Executing API key auth flow...
Logged in as undefined
Wrote auth info to /root/.config/immich/auth.yml
Then running "immich server-info" yields:
/usr/lib/node_modules/@immich/cli/dist/src/services/session.service.js:68
throw new Error(
Could not parse response. Is Immich listening on ${this.api.apiConfiguration.instanceUrl}?
);
^
Error: Could not parse response. Is Immich listening on http://fractal:2283?
What I'm doing wrong?23 replies
IImmich
•Created by andstr on 11/28/2024 in #help-desk-support
Media storage strategy
I use Arqbackup to remote host, that has worked well so far. Thanks for the support again!
23 replies
IImmich
•Created by andstr on 11/28/2024 in #help-desk-support
Media storage strategy
@bo0tzz Awsome, thanks for quick support!
23 replies
IImmich
•Created by andstr on 11/26/2024 in #help-desk-support
Jobs stuck on initial load/sync of large data set
I restarted the service and the jobs are now reducing again. Hopefully it will continue working.
7 replies
IImmich
•Created by andstr on 11/26/2024 in #help-desk-support
Jobs stuck on initial load/sync of large data set
Ok, so the error in the log is not relevant? The CPU load is high:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
595773 root 20 0 14.9g 167068 17532 S 99.7 4.3 2710:19 immich
7 replies
IImmich
•Created by andstr on 11/25/2024 in #help-desk-support
Problem with folder check / permissions
Now it ran fine again. Thanks for the support everyone!
17 replies
IImmich
•Created by andstr on 11/25/2024 in #help-desk-support
Problem with folder check / permissions
Right, I confused the concepts. Seems like the only related volume is "immich_model-cache". So maybe i didn't actually remove the containers then, and therefore not got got rid of the previous install. I will redo the process and try again. Thanks @schuhbacca
17 replies
IImmich
•Created by andstr on 11/25/2024 in #help-desk-support
Problem with folder check / permissions

17 replies
IImmich
•Created by andstr on 11/25/2024 in #help-desk-support
Problem with folder check / permissions
I pruned all the container volumes including immich_postgres, I thought that would purge the entire postgres db?
17 replies
IImmich
•Created by andstr on 11/25/2024 in #help-desk-support
Problem with folder check / permissions
Ok. So I:
- Took down the container, pruned the volumes, removed the .env, cloned the example .env, changed the UPLOAD_DIRECTORY, rebuild and restarted. Still got same error:
immich_server | [Nest] 7 - 11/25/2024, 2:09:08 PM ERROR [Microservices:StorageService] Failed to read upload/encoded-video/.immich: Error: ENOENT: no such file or directory, open 'upload/encoded-video/.immich'
immich_server | microservices worker error: Error: Failed to read "<UPLOAD_LOCATION>/encoded-video/.immich - Please see https://immich.app/docs/administration/system-integrity#folder-checks for more information."
Any ideas?
17 replies