I
Immich•4mo ago
latel

Error Loading image, but why

I have added a external library, it work pretty good, expect there still have plenty of images broken, saying "Error loading image" on timeline thumbnails. I have done jobs like GENERATE THUMBNAILS, EXTRACT METADATA, LIBRARY, TRANSCODE VIDEOS, GENERATE THUMBNAILS was executed several times. I changed log level to verbose, when I try to open these photos on web ui, the log told me these ``` immich_server | [Nest] 16 - 01/23/2025, 11:28:24 AM DEBUG [Api:GlobalExceptionFilter~jbrrnqrj] HttpException(404): {"message":"Asset media not found","error":"Not Found","statusCode":404} immich_server | [Nest] 16 - 01/23/2025, 11:28:24 AM DEBUG [Api:LoggingInterceptor~jbrrnqrj] GET /api/assets/38c4b1e0-a325-4a2b-876d-74918f730cb5/thumbnail?size=thumbnail&c=e8fwaWPIYmSr43%2FB0nm8SOY4DTM%3D 404 16.79ms ::ffff:58.251.36.54 immich_server | [Nest] 16 - 01/23/2025, 11:28:25 AM DEBUG [Api:GlobalExceptionFilter~dle4is4e] HttpException(404): {"message":"Asset media not found","error":"Not Found","statusCode":404} immich_server | [Nest] 16 - 01/23/2025, 11:28:25 AM DEBUG [Api:LoggingInterceptor~dle4is4e] GET /api/assets/13cc58e4-39b2-4e06-8f0b-5d84a8ab584d/thumbnail?size=thumbnail&c=ONtqmp9fcZ7NN0kd1q05X1YQWKQ%3D 404 7.69ms ::ffff:58.251.36.54immich_server | [Nest] 16 - 01/23/2025, 11:28:26 AM DEBUG [Api:LoggingInterceptor~x7z0b0qd] GET /api/assets/38c4b1e0-a325-4a2b-876d-74918f730cb5 200 19.45ms ::ffff:58.251.36.54 immich_server | [Nest] 16 - 01/23/2025, 11:28:26 AM DEBUG [Api:GlobalExceptionFilter~1lttsgc8] HttpException(404): {"message":"Asset media not found","error":"Not Found","statusCode":404}
No description
18 Replies
Immich
Immich•4mo ago
:wave: Hey @latel, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA
Immich
Immich•4mo ago
Checklist I have... 1. :blue_square: verified I'm on the latest release(note that mobile app releases may take some time). 2. :blue_square: read applicable release notes. 3. :blue_square: reviewed the FAQs for known issues. 4. :blue_square: reviewed Github for known issues. 5. :blue_square: tried accessing Immich via local ip (without a custom reverse proxy). 6. :blue_square: uploaded the relevant information (see below). 7. :blue_square: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed.
GitHub
immich-app immich · Discussions
Explore the GitHub Discussions forum for immich-app immich. Discuss code, ask questions & collaborate with the developer community.
GitHub
Issues · immich-app/immich
High performance self-hosted photo and video management solution. - Issues · immich-app/immich
latel
latelOP•4mo ago
Immich v1.124.2 ExifTool 13.00 Node.js v22.12.0 Libvips 8.15.3 ImageMagick 7.1.1-40 FFmpeg 7.0.2-7 Repository immich-app/immich Source v1.124.2@8d836ae04 Build 12680862573 Build Image v1.124.2
bo0tzz
bo0tzz•4mo ago
Run the thumbnail job for one of those and see what the log says
latel
latelOP•4mo ago
docker-compose.yml
latel
latelOP•4mo ago
env.yml
latel
latelOP•4mo ago
Should I re-run generate thumbnail for all or missing? one more strange thing is that the live video plays normal, and meta data is corretly shown
latel
latelOP•4mo ago
No description
No description
bo0tzz
bo0tzz•4mo ago
Just for the one, from the menu in the detail view
latel
latelOP•4mo ago
I tried, it's ok now. but I cannot tried them all one by one, it's too many, and hard to find them all on the timeline view, Is there a better one to fix theme all?
I'm trying the GENERATE THUMBNAILS for missings job once more.
latel
latelOP•4mo ago
when I re-run GENERATE THUMBNAILS for missings, I found some error logs. maybe this is the reason why there are some broken thumbnails after importing a large external library
latel
latelOP•4mo ago
and some logs like this
latel
latelOP•4mo ago
I played the P1010825.MOV on macOS, it plays without problem. ffprobe on macOS is ok as well
latel
latelOP•4mo ago
which indicates the immich build-in ffmpeg is working not alright
latel
latelOP•4mo ago
the video transcoded is broken 😂
No description
latel
latelOP•4mo ago
Any luck someone give some help?
bo0tzz
bo0tzz•4mo ago
it's losing connection to the postgres database Check the postgres logs, but probably your system is getting overloaded
latel
latelOP•4mo ago
you are correct, but the ffmpeg seems to be another problem, at least the ffprobe works ok on my macbook pro

Did you find this page helpful?