Immich

I

Immich

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

Join

500 ENOTFOUND immich_server

I can't seem to get past variations of this message no matter what I try. And I can't seem to find information on what to look for as the cause. Any help?
No description

Help: Setup Connection error

Just deployed my Immich docker compose follwoing install guide. but i get a connection error thru the proxy url. My portainer containers are as follows: and I am getting
No description

SOLVED: How to upload only selected photos from mobile app?

I want to use Immich as a family photo/video library. This means that everyone should be able to upload from their phone whatever photos they want to share and keep in the family archive. Obviously, this is not every single image on everyone's phone. On the Android app I was only saw filtering by albums, but I couldn't select individual photos for uploading. Does that mean that I should instruct family members to manually move photos to a local "family album" which then Immich will monitor and upload automatically? Is there a way for manually selecting which photos to be uploaded from all recent media?...

Change default container ports for running in host networking mode

I am trying to run immich in host network mode on Ubuntu. I have successfully changed default container ports using these env variables SERVER_PORT MICROSERVICES_PORT MACHINE_LEARNING_PORT...

Restore from data directory without database data?

Is it possible to restore without reimporting everything again from my data folder? My immich server was corrupted without backups but I was able to recover all the uploaded files from an older backup. ``` ~/s/i/i/immich-data ❯❯❯ tree -L 2 ....

Bulk Upload - connection error

I'm currently attempting to bulk upload a folder of photos to my Immich container (truenas scale with kubernetes), and I've been following the documentation provided on the website. However, I've run into an issue where the command doesn't seem to work when I use the container's IP address, but it does work when I use the reverse proxy URL. As you can see from the attached picture, the container is able to ping my Immich IP address but not when using "immich upload" command. Any ideas on what might be causing this discrepancy? https://i.imgur.com/rt88wpf.png...

Can't access Web UI

Hi there, having difficulties with accessing the web ui

oAuth broke - after an upgrade? not sure

I used oAuth with Authelia for a while, but possibly after upgrading last time I got it broken. I can still use api login(?) from mobile phone but from browser I can't log in. I cannot disable oAuth to see if password login still works. I get redirected all the time back to Authelia - with the following error URL: http://x.x.x.x:2283/auth/login?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request.+Make+sure+that+the+request+you+are+making+is+valid.+Maybe+the+credential+or+request+parameters+you+are+using+are+limited+in+scope+or+otherwise+restricted.&state=m7gl4kbg-aFemjLQS-76A4AjFivduzdZrtjrBV8tIGg This goes really fast and then jumps straight back to Authelia consent page....

Photo Upload crashes Proxmox

I'm using docker compose on a proxmox vm. When I upload photos/videos to the web interface it locks up and proxmox shuts down. Some photos do end up getting uploaded but it usually hangs with 2 uploading. I can't find any stored logs to see what is happening. I checked syslog in proxmox but did not see anything.

CLI photo import and bulk photo delete

I just used the cli tool to bulk import my photos and I noticed hundreds of photos have the current date. I figured out its because the metadata was incorrectly named (not sure why) i.e. IMG_0044 (2).JPG.json and the file is IMG_0044(2).JPG I want delete all those photos and start over after I rename them all to remove the space in the file name.
...

Metadata Extraction Errors

Hi, I recently used the admin panel to rerun metadata extraction on all assets. The immich_microservices container is littered with the following: ```[Nest] 1 - 03/01/2023, 3:34:50 PM ERROR [MetadataExtractionProcessor] Error extracting EXIF QueryFailedError: invalid input syntax for type uuid: "VIDEO" QueryFailedError: invalid input syntax for type uuid: "VIDEO" at PostgresQueryRunner.query (/usr/src/app/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:211:19) at runMicrotasks (<anonymous>)...

Navigation between Photos section and Administration section broken on 1.50.1

When clicking Administration from the main Photos, Album, or Favorites page, the page breaks in a strange way. Nothing really changes except the user photo at the top right of the page turns light blue (photo disappears) and no navigation happens. Shift + F5 will bring up the Admin page. From within the Admin page, clicking Immich logo at the top left gives a similar issue, shown in the screenshot. I have tried this only in Chrome, both normal and incognito mode....
No description

broken F-droid update on Samsung S22

since the upgrade to 1.49.0 of android app I cannot longer access my instance. I tried reinstall, cleared data and cache. the app is stuck at the logo screen, not getting login screen. I also tried the app from playstore but it looks like there is not support for oAuth ...

OneDrive [feature request?]

Hi, is it possible to somehow connect OneDrive as storage for photos? Microsoft adds free 1TB Onedrive to Office subscription and it would be nice to be able to use it as photo storage with Immich, especially when you have poor internet connection in your home, so self hosted version would be really slow due to internet bottleneck. In this case being able to use free oracle VPS with Onedrive as server for photos would be great. I have already tried to use rclone and link folder to Immich photo...

Machine Learning v1.49 Incorrect image format

Trying to figure out what is wrong here. ``` immich_machine_learning.1.jv40jwpsg5u0@node-hp | ValueError: Incorrect format used for image. Should be an url linking to an image, a local path, or a PIL image. immich_machine_learning.1.jv40jwpsg5u0@node-hp | 10.0.10.3 - - [01/Mar/2023 03:20:00] "POST /object-detection/detect-object HTTP/1.1" 500 -...

Request for a feature.

Hello, could you please kindly tell me if it is possible to back up pictures with the original path and filename? I have thousands of pictures which are already classified on my mobile phone, but after uploading to the server, they were all jumbled up, and it would be a tremendous amount of work to classify them again. Thank you very much.

When trying to start postgres I get the following error

when I try to start things up I get the following error: immich_postgres | immich_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization immich_postgres |...

Negative assets remaining?

Why do I have negative assets remaining to back up?
No description

Weird TCP when trying to load Shared Album

im jusing windows docker-compose using docker desktop any ideas. I get this when loading my reverse proxy and only upon loading shared albums. ``` connect ECONNREFUSED 172.30.0.7:3001 - ECONNREFUSED Stacktrace ...
No description

Trouble with kubernetes deployments. Getting random `ECONNREFUSED` and 404s.

Been trying to get the latest version deployed in my k3s cluster. I'm not using the helm charts, but instead crafted some simple service & deployment manifests from comparing the helm releases in the k8s-at-home community charts and the docker-compose manifests provided by immich in the main docs. That said, I've got everything in a running state, listening in the cluster. I think, however, I'm not applying the my ingress resources correctly? I'm really unsure, but I've attached a screen of the errors I get when I port-forward on port 3000 to the immich-web pod and use the browser to sign up. When refreshing on that page, I either get ECONNREFUSED or it appears to let me sign up, but 404s when attempting to submit....
No description