Immich

I

Immich

A place to hang out, get support, discuss Immich, get announcements about releases and anything else going on.

Join

[MediaService] & [MetadataExtractionProcessor] error in microservices container

I noticed there was a github issue post similar to the problem I'm having now. This issue started after I installed a new hard drive and tried to move the stack onto the new hard drive. Every time I try to upload a picture I get: ERROR [MetadataExtractionProcessor] Error extracting EXIF Error: ENOENT: no such file or directory ERROR [MediaService] Failed to generate thumbnail for asset: ...
No description

Can't create new admin in dev environment

So I'm trying to setup a dev environment for Immich. I followed the instructions in the docs. However I can't register a user on the admin registration page (localhost:3000). DevTools shows that a request is sent to the /api/auth/admin-sign-up endpoint, but it responds with a 404. Nothing shows up on the server logs. What am I doing wrong?

Massive Resource Utilization

Hi! Was advised to post this link here: https://github.com/immich-app/immich/issues/2134 Essentially, I am experiencing MASSIVE resource utilization during image import to the tune of 4,000% to 6,000% CPU load. While I have followed the directions in the linked issue and modified my docker compose to mount geocoding to the host (and this has helped with stability), resource utilization is super super high, and the culprit continues to be the microservices container. I have also disable machine learning. Is this kind of resource utilization normal?...
No description

Issue since this last or 2 releases ago

Getting this message whenever the docker container goes in an up status
No description

Backup stuck, logs says "PathNotFoundException"

So this is a fresh docker installation of immich, with a cloudflare tunnel. I'm using iOS and I enabled both foreground and background backup (also enabled background properly in iOS settings). Foreground backup started well, and then stopped after syncing 285 files. Now it is always stuck on the same file IMG_2728.JPG. I have checked the logs, I could not copy them, nor create a note, nor send them via email or airdrop, so I took screenshots of the logs and removed some unnecessary data. Let me know if I can give you more information or if you think this should be a github issue....
No description

Unraid - Trying to use cli upload fails with error: unknown command 'upload'

Installed immich using Unraid. I have run "npm i -g immich" to install the cli. immich upload --key xxxxxxxxxxxxxx --server http://192.168.2.110:8080/api --recursive /photos-old/ returns the error:...

How to specify microservices URL

Hi there šŸ‘‹ I've been trying to get Immich working for Easypanel, but there doesn't seem to be anything to specify a URL for microservices. Everything else works perfectly. If there is a way to run microservices and the server in the same image, please let me know....

Microservices crash on reverse geocoding

Upgraded to the latest version. Migrated storage successfully. Started generating all thumbnails. Jobs are currently stuck - GENERATE THUMBNAILS 7/25,280; TAG OBJECTS 3/37,498; ENCODE CLIP 2/17,957. Looking at "htop" no immich processes seem to do anything, CPU usage is close to idle. How do I resume the process?...

Not sure how to get the typesense configuration change working on my Unraid install

I just upgraded from 1.48 to the latest and now my Immich instance isn't bootting up fully. I just see "getaddrinfo ENOTFOUND immich-server" on the landing page. I've found that this is due to a breaking change in 1.51. We now need to add a "typesense" line to our install. I'm not quite sure how to do this due to using Unraid and the instructions for install being a little different there....

Nginx Default Recommended Config has an issue

Re-created the nginx settings using https://github.com/immich-app/immich/blob/main/nginx/templates/default.conf.template and it seems to cause an issue with logging in.. Commenting line 61 : rewrite /api/(.*) /$1 break; makes it work fine.

All media backup failed

Hey y'all I'm using immich via docker on an Ubuntu vm running on proxmox, it's on version 1.52 and my android client is on version 1.43.0 build.66. I've only recently updated, I've been on am older build since about three months, but all my media backups are failing. ...

Socket operation failed

I deployed using Portainer following the documentation and can access it through a browser, but I keep getting "Socket operation failed: POST / oauth/config" when I try to connect on the iOS app. Server version: 1.52.0 App version: 1.51.0...

Some assets are not uploaded.

Hey, some of my assets are not backed up. I am using 1.51.0 build 74 on android and 1.51.2 server version. As per the logs it thinks the syncing is complete, but i have multiple jpg files that have not been uploaded and also dont show the cloud symbol with the checkmark in it....
No description

server / photos backup

I've just imported my photo's via Android and CLI. Should my backup scripts just focus on the upload folder for photos (inc thumbs) and then the persistent docker folder for the (PostgreSQL i believe?) Db, settings, users etc? Assuming same version, would those 2 bring me back to the same state when I deploy somewhere else?...

Updated from 50 to 51 and immich doesn't boot anymore

The machine learning container doesn't boot.

search box v1.51.2 error

I just got updated to 1.51.2 and if I put anything into search box and I get: 🚨 Error - Something went wrong Internal server error (500 - Internal Server Error)...

Immich server 500 error after updating

Hey guys. I updated my server and read the github about the breaking changes. I added type sense and all but I'm still getting a 500 error. I'll show my logs and config below.
No description

Error 500 after upgrade

After upgrading to v1.51.0, I changed the yaml and env files as required. I'm still encountering error 500.

Stop jobs?

I was messing around in settings and started a couple jobs as they only listed a few images that needed to be processed, then once started that number went up significantly and is bogging everythign down. Is it possible to stop a job once its started to i can do them one at a time?

Mount each "USER ID" dir from container to NAS/host.

Here is the problem, I have a seperate NFS/CIFS shares for me and my girlfriend and I want to backup her uploads to her NFS share a my upload to my NFS share. If I mount /usr/src/app/upload to my NAS then I mount every user /usr/src/app/upload/1234*** and /usr/src/app/upload/5678*** to one location, so i thought I mount each user id folder to are own shares like this
${MY_UPLOAD_LOCATION}:/usr/src/app/upload/1234***
${HER_UPLOAD_LOCATION}:/usr/src/app/upload/5678***
${MY_UPLOAD_LOCATION}:/usr/src/app/upload/1234***
${HER_UPLOAD_LOCATION}:/usr/src/app/upload/5678***
...
No description
Next