IOS application stops upload #4838
Replies: 18 comments 18 replies
-
Are you using DNS or local IP? |
Beta Was this translation helpful? Give feedback.
-
DNS |
Beta Was this translation helpful? Give feedback.
-
You will need to add https://immich.app/docs/administration/reverse-proxy#nginx-example-config |
Beta Was this translation helpful? Give feedback.
-
i have |
Beta Was this translation helpful? Give feedback.
-
Can you help capturing a video of the issue? |
Beta Was this translation helpful? Give feedback.
-
video5346315744634222561.mp4 |
Beta Was this translation helpful? Give feedback.
-
I just manually mark all assets on the phone not backed up.. and push them to the server. All loaded, but in backup screen nothing changed ;( the automatic upload still doesn’t work. The Remainder count still show the same items to do |
Beta Was this translation helpful? Give feedback.
-
found some errors in postgree. can it be related to the issue? |
Beta Was this translation helpful? Give feedback.
-
Immich_log_2023-11-04T22_32_50.295557.csv more detailed log while upload stuck |
Beta Was this translation helpful? Give feedback.
-
reinstall the app. the issue still exist (direct connection via lan to local immich). the upload freeze on this photo. May be it can helps |
Beta Was this translation helpful? Give feedback.
-
No. it doesn't help. moreover the Remainder value did not changed. |
Beta Was this translation helpful? Give feedback.
-
1.85.0 problem still here |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
the iphone do not allow to share this photo :( any action to copy file from iphone (Save to Files, send by mail, etc ) show error: |
Beta Was this translation helpful? Give feedback.
-
For what it's worth I'm having this happen as well and it has nothing to do with a specific photo. In my case I see logs in the app saying it is unable to delete some photo from a local cache and the process stalls. This has happened across a variety of photos -- stopping and starting the sync manually gets it unstuck. I believe this is related to the process the phone goes through when you access a photo which is actually on iCloud. |
Beta Was this translation helpful? Give feedback.
-
Bug was also reported here #9870 recently. There are two reports with the exact same date 4th October 2020 without a filename. It looks really similar to the original report of OP #4837, since that one also got stuck on a file from the 4th October 2020. |
Beta Was this translation helpful? Give feedback.
-
i still have the issue. 11 items remain to be uploaded. Which logs should i look into to find out which files the problem could be? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The bug
fresh installation of immich. I'm trying to upload images from mobile phone (iOS 16.6) to server.
2269 images was transferred and progress is stoped (still 247 in queue)
in the mobile application log there is
Ignoring duplicate assets on device:
{
"id": "N/A",
"remoteId": "N/A",
"localId": "DA49F295-C7C7-4778-A546-9BCD06840EEF/L0/001",
"checksum": "w1C5UxYBQV0FhqQ0Fzopbw5yp9A=",
"ownerId": 7102608187667092359,
"livePhotoVideoId": "N/A",
"stackCount": "0",
"stackParentId": "N/A",
"fileCreatedAt": "2019-11-10 12:39:20.000",
"fileModifiedAt": "2023-08-12 11:56:59.000",
"updatedAt": "2023-08-12 11:56:59.000",
"durationInSeconds": 0,
"type": "AssetType.image",
"fileName": "",
"isFavorite": false,
"isRemote: false,
"storage": "AssetState.local",
"width": 568,
"height": 1152,
"isArchived": false,
"isTrashed": false,
}
{
"id": "N/A",
"remoteId": "N/A",
"localId": "3549205F-9AE9-4F3B-92DF-F85A2F9866A4/L0/001",
"checksum": "w1C5UxYBQV0FhqQ0Fzopbw5yp9A=",
"ownerId": 7102608187667092359,
"livePhotoVideoId": "N/A",
"stackCount": "0",
"stackParentId": "N/A",
"fileCreatedAt": "2019-11-10 12:39:20.000",
"fileModifiedAt": "2023-08-12 11:56:59.000",
"updatedAt": "2023-08-12 11:56:59.000",
"durationInSeconds": 0,
"type": "AssetType.image",
"fileName": "",
"isFavorite": false,
"isRemote: false,
"storage": "AssetState.local",
"width": 568,
"height": 1152,
"isArchived": false,
"isTrashed": false,
}
looks like very old images unable to be uploaded.
The OS that Immich Server is running on
Docker compose + debian
Version of Immich Server
1.84.0
Version of Immich Mobile App
1.84.0 build.124
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions