Closed 20pins closed 1 year ago
Nice find! Thank you, I haven't noticed this since I mostly use local upload, which is really fast so I barely notice the issue :P
Nice find! Thank you, I haven't noticed this since I mostly use local upload, which is really fast so I barely notice the issue :P
Happy to help. I updated the link to the screenshot since it wasn't playing for me.
Found the issue, it happened when you double tapped the upload button quickly so it enables the backup process twice. I will put in a fix soon
Found the issue, it happened when you double tapped the upload button quickly so it enables the backup process twice. I will put in a fix soon
Just an FYI on the exact behavior going on in the video. I'm dragging from the bottom of the app, as if to switch apps. I'm not directly click on the upload button. In fact when I go to switch apps, there is no upload button. It switches to an upload button once I've pulled up on the app, and then when I release it appear to treat is as if I've selected that button, even though I didn't. Hopefully this provides more clarity.
Is this still happening in the latest version of the app?
Describe the bug When uploading assets, the progress bar in the "Uploading file info" section of the iOS app jumps back and forth to different values. When swapping up to engage app-switching mode, it settles down. Also, progress for uploaded files will reset to 0% when going into, and then back out of, the app switch motion. When I'm going into app switching, I am not actually leaving the app. My finger remains on the app and I'll pull it back down to make it the active on-screen app again.
Task List
Please complete the task list below. We need this information to help us reproduce the bug or point out problems in your setup. You are not providing enough info may delay our effort to help you.
docker-compose
file..env
file.To Reproduce Steps to reproduce the behavior: Not exactly sure. I've only seen it happen with this one file so far.
Expected behavior Progress bar percentage should remain intact and not flicker between different values. Progress percentage should remain intact when switching between other apps.
Screenshots https://imgur.com/a/XQb0x5F
System
<15.6>
<1.22.0>
<1.22.0 build 42>
Additional context Running these containers on a Synology 1621+ with DSM7.
docker-compose.yml `version: "3.8"
services: immich-server: image: altran1502/immich-server:release entrypoint: ["/bin/sh", "./start-server.sh"] volumes:
database restart: always
immich-microservices: image: altran1502/immich-server:release entrypoint: ["/bin/sh", "./start-microservices.sh"] volumes:
database restart: always
immich-machine-learning: image: altran1502/immich-machine-learning:release entrypoint: ["/bin/sh", "./entrypoint.sh"] volumes:
database restart: always
immich-web: image: altran1502/immich-web:release entrypoint: ["/bin/sh", "./entrypoint.sh"] env_file:
.env restart: always
redis: container_name: immich_redis image: redis:6.2 restart: always
database: container_name: immich_postgres image: postgres:14 env_file:
/volume1/docker/immich/db:/var/lib/postgresql/data restart: always
immich-proxy: container_name: immich_proxy image: altran1502/immich-proxy:release ports:
volumes: db:`
.env `###################################################################################
Database
###################################################################################
DB_HOSTNAME=immich_postgres DB_USERNAME=postgres DB_PASSWORD=postgres DB_DATABASE_NAME=immich
Optional Database settings:
DB_PORT=5432
###################################################################################
Redis
###################################################################################
REDIS_HOSTNAME=immich_redis
Optional Redis settings:
REDIS_PORT=6379
REDIS_DBINDEX=0
REDIS_PASSWORD=
REDIS_SOCKET=
###################################################################################
Upload File Config
###################################################################################
UPLOAD_LOCATION=/volume1/docker/immich/upload
###################################################################################
JWT SECRET
###################################################################################
JWT_SECRET=a-secret-string
###################################################################################
MAPBOX
####################################################################################
ENABLE_MAPBOX is either true of false -> if true, you have to provide MAPBOX_KEY
ENABLE_MAPBOX=true MAPBOX_KEY=a-map-key-is-here
####################################################################################
WEB - Optional
####################################################################################
Custom message on the login page, should be written in HTML form.
For example VITE_LOGIN_PAGE_MESSAGE="This is a demo instance of Immich.
Email: i>demo@demo.de</i
Password: demo"
VITE_LOGIN_PAGE_MESSAGE=`