-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Album missing, sync error #15824
Comments
Hello, we have seen this reported a couple time and still trying to identify the cause. Did you use any other tool or CLI to create albums on Immich? |
I only create albums in webEl 1 feb 2025, a las 12:13, Alex ***@***.***> escribió:
Hello, we have seen this reported a couple time and still trying to identify the cause.
Did you use any other tool or CLI to create albums on Immich?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I am facing the same issue right now on the iOS app (v1.125.3 build.191). I am running Immich on Docker v1.125.7. I have a few albums, but one of them is not showing on my phone. It seems to be the same issue as others have mentioned, in the logs I can find:
I used to work perfectly fine, however I recall to delete one asset on the external library storage which was part of this library. Not entirely sure if what might have caused this issue. |
@stogoh thanks for the info, I will attempt to reproduce this |
I am facing the exact same issue on Android. |
@andredatele you need to update your server to fix this issue |
@alextran1502 I just updated the server to 1.126.1, and the problem is still there. |
@andredatele can you please logout and log back in? If it doesn't help, feel free to open a new GitHub issue and include your setup info and the logs |
Found the problem. Some broken files were added to the album. Problem resolved by removing those. |
Could you share how you found out those corrupted files? |
Sure. Here's my configuration: I have one storage server, one compute server. I store all my files on the storage server, then import as an external library to the immich running on the compute server. I found the problem after a week's trip, where I added over 3k files to the album without checking any of those. On web and android clients it works fine. But the album won't show up on iOS clients. I got the exact error as prior reply. It shows back up after I remove those 3k files. Then I spotted 4 unrecognized videos in my own library. Copied those files to my PC and found out they were broken. Problem resolved by removing those files and re-upload to my storage server. I don't have any screenshots for this. But I think it can be reproduced by creating a junk file, renaming with .mp4, uploading to the server and adding to the album. |
The bug
When I trying to sync Albums in iOS (last version 18.3) an album is missing:
Failed to add album from server: assetCount 7019 != asset array length 7618 for album xxxxxxxxxxxx at 09:47:35.732 in SyncService
The OS that Immich Server is running on
Ubuntu 22.04.5 LTS
Version of Immich Server
v1.125.7
Version of Immich Mobile App
v1.125.3
Platform with the issue
Your docker-compose.yml content
Your .env content
.
Reproduction steps
When I trying to sync Albums in iOS (last version 18.3) an album is missing:
Failed to add album from server: assetCount 7019 != asset array length 7618 for album xxxxxxxxxxxx at 09:47:35.732 in SyncService
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: