-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Change of date/time for local asset fails silently #11263
Comments
Can you post the output of Does this happen for all files? |
It looks me it does happen to all files. |
You need to reload the page in order to see the change (worked for me). For the mobile app you need to reload the timeline by pulling the view down twice. |
Not working sadly, Immich is not changing the exif data of the file and neither creating or editing the .xmp sidecar file, so no change is detected even if refreshing the page, or restarting the container. |
Chiming in here with the same issue as echoed from the discord help channel. A lot of my photos and videos can have the time changed, but there are a handful that cannot. Nothing interesting showed up in the logs either time. I posted my logs in the discord link ^ Screen.Recording.2024-07-21.141952.mp4Screen.Recording.2024-07-21.142232.mp4 |
Same problem here. I have many photos uploaded directly to Immich which have completely wrong dates and no way to change them. Trying to edit via the GUI results in no error but also no change to the date/time. However, if I download the asset, completely delete it from Immich, then reupload it, I am able to change the datetime with the newly uploaded image. The metadata also seems more accurate after reupload. I initially uploaded all my assets from a Google Photos export via Immich-Go, not sure whether that could have caused an issue? |
I can reproduce this. I also uploaded most my assets with Immich-Go |
Immich-go started uploading a sidecar file containing immich/server/src/services/metadata.service.ts Lines 498 to 504 in b53bd8c
|
We currently write metadata changes into the immich/server/src/services/metadata.service.ts Lines 39 to 49 in b53bd8c
|
Thanks for the clarification! Do you guys think this should be reported in the Immich-Go repo? It seems to me quite a widely used tool, mentioned in the official Docs as well as a community project :) |
cc @simulot for good measure, but I don't think immich-go is doing anything wrong here |
when Immich-go can determine the date of capture or GPS, it injects a virtual XMP with the relevant data. Maybe, this is linked with the incident |
This seems to only be associated with files uploaded with immich-go. I manually uploaded an image and had no problem with changing the date/time, but the file upload with immich-go can't be. From the 'web client' side of things, the asset PUT call is made This seems odd as immich/server/src/services/asset.service.ts Line 158 in d0b3dd8
|
Using the admin account: the date modification is immediately visible. Using a regular account: the date change isn't immediately reflected on the UI. However the XMP file is updated. |
The bug
Trying to change the date/time of an asset via the WebUI fails silently. I don't see anything in the container logs - even with verbose option activated. All assets are uploaded to Immich - no external libraries.
The UI allows the update, but no sidecar .xmp is created, and the UI does not reflect the change either.
Also trying to changing from the app on iOS leads to the same outcome.
Changing the location works perfectly fine, this makes me think it's not a permission issue at all.
Example video of the bug:
immich-date-bug.mp4
The OS that Immich Server is running on
Ubuntu 22.04.4 LTS
Version of Immich Server
v1.109.2
Version of Immich Mobile App
v1.109.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
This has been reported in Discord by multiple users, relevant support tickets open here:
https://discord.com/channels/979116623879368755/1263448032893210716
https://discord.com/channels/979116623879368755/1264305376522801244
https://discord.com/channels/979116623879368755/1261312326544658432
The text was updated successfully, but these errors were encountered: