Input file contains unsupported image format #7082
Replies: 14 comments 4 replies
-
Can you add a sample file? Or provide the file extension? |
Beta Was this translation helpful? Give feedback.
-
Hi @aviv926 , unfortunately I have no more info than what is shown in the logs. Can you advise on how I can figure out what the corrupted file is, and if I can remove it manually without breaking anything? A copy of the corresponding logs with
|
Beta Was this translation helpful? Give feedback.
-
You can search for this entry on your uplode folder and check what files it shows: 8da64e7-200e-4b91-a1b3-3f0b107a2232 |
Beta Was this translation helpful? Give feedback.
-
Hi @aviv926 , can you share how I can find this? The GUI shows 20+ photos and using |
Beta Was this translation helpful? Give feedback.
-
My bad, try this: |
Beta Was this translation helpful? Give feedback.
-
Neither returns results, although the gui does show many (10+) results for both. |
Beta Was this translation helpful? Give feedback.
-
Can you send a screenshot of what GUI shows? |
Beta Was this translation helpful? Give feedback.
-
It seems like many dark videos / images. Upon hover all of the videos play without issues. |
Beta Was this translation helpful? Give feedback.
-
For now you'll have to use https://immich.app/docs/guides/database-queries to go from id to file location. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
In my case it was a permission problem. Please check if the immich user can access the file and directory. Maybe the devs can seek for a way to make the error message more meaningful in this case. |
Beta Was this translation helpful? Give feedback.
-
In my case it was a *.hif files that not is image |
Beta Was this translation helpful? Give feedback.
-
I had noticed similar errors in logs for thumbnail generation and managed to find this solution:
curl -L -X DELETE 'https://<your-server-url>/api/assets' \
-H 'Content-Type: application/json' \
-H 'x-api-key: <your-api-key>' \
-d '{
"force": true,
"ids": [
"<corrupted-asset-id>"
]
}' @breakingflower @midnextlevel Hope that helps you |
Beta Was this translation helpful? Give feedback.
-
The bug
What happened?
Thumbnail generator reports err because the image file format is not supported when manually triggering jobs in the jobs page.
What did you expect to happen?
To not have passed the initial ingress, or to have a cleaning ability
The OS that Immich Server is running on
ubuntu22.04 docker
Version of Immich Server
v1.94.1
Version of Immich Mobile App
v1.94.1
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