Unable To Edit Location On Multiple Images (Android)

by ADMIN 53 views

Unable to Edit Location on Multiple Images (Android)

As a user of the Immich mobile app, you may have encountered an issue where you are unable to edit the location of multiple images at once. This problem can be frustrating, especially when you need to update the location of multiple images simultaneously. In this article, we will delve into the issue, explore the possible causes, and provide a step-by-step guide to help you resolve the problem.

When editing location across multiple images and saving, the image locations are not being updated. This issue is specific to the Android platform and has been reported by multiple users.

To help us better understand the issue, please provide the following information:

Operating System

The Immich server is running on Debian 12.

Version of Immich Server

The version of the Immich server is v1.131.3.

Version of Immich Mobile App

The version of the Immich mobile app is v1.131.3 build.2193.

Platform with the Issue

The issue is specific to the mobile platform.

Below is the docker-compose.yml content:

version: "3.8"

#
# WARNING: Make sure to use the docker-compose.yml of the current release:
#
# https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
#
# The compose file on main may not be compatible with the latest release.
#

name: immich

services:
  immich-server:
    container_name: immich_server
    image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}

    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
      - /etc/localtime:/etc/localtime:ro
    env_file:
      - stack.env
    ports:
      - 2283:2283
    depends_on:
      - redis
      - database
    restart: always
    labels:
      - "com.centurylinklabs.watchtower.enable=true" # Autoupdate feature.

  immich-machine-learning:
    container_name: immich_machine_learning
    image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
    volumes:
      - model-cache:/cache
    env_file:
      - stack.env
    restart: always
    labels:
      - "com.centurylinklabs.watchtower.enable=true" # Autoupdate feature.

  redis:
    container_name: immich_redis
    image: redis:6.2-alpine@sha256:80cc8518800438c684a53ed829c621c94afd1087aaeb59b0d4343ed3e7bcf6c5
    restart: always

  database:
    container_name: immich_postgres
    image: tensorchord/pgvecto-rs:pg14-v0.2.0
    env_file:
      - stack.env
    environment:
      POSTGRES_PASSWORD: ${DB_PASSWORD}
      POSTGRES_USER: ${DB_USERNAME}
      POSTGRES_DB: ${DB_DATABASE_NAME}
    volumes:
      - pgdata:/var/lib/postgresql/data
    restart: always

volumes:
  pgdata:
  model-cache:

Below is the .env content:

UPLOAD_LOCATION=/mnt/Immich
IMMICH_VERSION=release
TYPESENSE_API_KEY=some-random-text
DB_PASSWORD=postgres
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
REDIS_HOSTNAME=immich_redis
TZ=Pacific/Auckland

To reproduce the issue, follow these steps:

  1. Multi-select images in the Android app.
  2. Scroll to and select 'Edit Location'.
  3. Add latitude & longitude values.
  4. Select 'Update'.
  5. View information on individual image(s) that were updated.
  6. See missing lat/long value(s).

Unfortunately, there is no relevant log output provided.

In conclusion, the issue of unable to edit location on multiple images in the Android app is a complex problem that requires a thorough investigation. By providing the necessary information, including the system configuration, docker-compose configuration, and environment variables, we can better understand the issue and work towards a solution. If you are experiencing this issue, please try the reproduction steps and provide any relevant log output. We will continue to investigate and provide updates on this issue.

If you are experiencing this issue, here are some troubleshooting steps you can try:

  1. Check the Immich server logs: Check the Immich server logs for any errors or warnings that may be related to the issue.
  2. Verify the docker-compose configuration: Verify that the docker-compose configuration is correct and that all services are running as expected.
  3. Check the environment variables: Check the environment variables to ensure that they are set correctly and that there are no typos or errors.
  4. Try updating the Immich mobile app: Try updating the Immich mobile app to the latest version to see if the issue is resolved.
  5. Contact the Immich support team: If none of the above steps resolve the issue, contact the Immich support team for further assistance.

If you are experiencing this issue, you may also want to check the following related issues:

  • Issue 1: Unable to edit location on single image.
  • Issue 2: Location not updating after editing.
  • Issue 3: Error message when trying to edit location.

By checking these related issues, you may be able to find a solution to your problem or at least get a better understanding of the issue.
Unable to Edit Location on Multiple Images (Android) - Q&A

As a user of the Immich mobile app, you may have encountered an issue where you are unable to edit the location of multiple images at once. This problem can be frustrating, especially when you need to update the location of multiple images simultaneously. In this article, we will provide a Q&A section to help you better understand the issue and provide solutions to common questions.

A: The issue is that when you try to edit the location of multiple images at once, the changes are not being saved. This means that the location of the images is not being updated, and you may see missing lat/long values.

A: The issue is specific to the Android platform because it is related to a bug in the Immich mobile app. The bug is not present in the iOS version of the app, and therefore, users on iOS devices are not experiencing this issue.

A: To reproduce the issue, follow these steps:

  1. Multi-select images in the Android app.
  2. Scroll to and select 'Edit Location'.
  3. Add latitude & longitude values.
  4. Select 'Update'.
  5. View information on individual image(s) that were updated.
  6. See missing lat/long value(s).

A: The possible causes of this issue include:

  • Incorrect docker-compose configuration: The docker-compose configuration may be incorrect, which can cause the Immich server to malfunction.
  • Incorrect environment variables: The environment variables may be incorrect, which can cause the Immich server to malfunction.
  • Bug in the Immich mobile app: There may be a bug in the Immich mobile app that is causing the issue.

A: To troubleshoot this issue, follow these steps:

  1. Check the Immich server logs: Check the Immich server logs for any errors or warnings that may be related to the issue.
  2. Verify the docker-compose configuration: Verify that the docker-compose configuration is correct and that all services are running as expected.
  3. Check the environment variables: Check the environment variables to ensure that they are set correctly and that there are no typos or errors.
  4. Try updating the Immich mobile app: Try updating the Immich mobile app to the latest version to see if the issue is resolved.
  5. Contact the Immich support team: If none of the above steps resolve the issue, contact the Immich support team for further assistance.

A: The related issues that you should check include:

  • Issue 1: Unable to edit location on single image.
  • Issue 2: Location not updating after editing.
  • Issue 3: Error message when trying to edit location.

A: To prevent this issue from happening in the, follow these steps:

  1. Regularly update the Immich mobile app: Regularly update the Immich mobile app to the latest version to ensure that you have the latest bug fixes and features.
  2. Verify the docker-compose configuration: Verify that the docker-compose configuration is correct and that all services are running as expected.
  3. Check the environment variables: Check the environment variables to ensure that they are set correctly and that there are no typos or errors.
  4. Contact the Immich support team: If you experience any issues, contact the Immich support team for further assistance.

In conclusion, the issue of unable to edit location on multiple images in the Android app is a complex problem that requires a thorough investigation. By providing the necessary information, including the system configuration, docker-compose configuration, and environment variables, we can better understand the issue and work towards a solution. If you are experiencing this issue, please try the troubleshooting steps and provide any relevant log output. We will continue to investigate and provide updates on this issue.