immich-app / immich

High performance self-hosted photo and video management solution.
https://immich.app
GNU Affero General Public License v3.0
45.08k stars 2.18k forks source link

[BUG] Panoramic images do not appear properly #806

Closed finickyFalcon5 closed 1 year ago

finickyFalcon5 commented 1 year ago

When uploading images from my computer, using the web interface, panoramic image thumbnails appear as a grey box with the image filename (generated by Immich). The images do not open when clicked.

2022-10-10_15-14

alextran1502 commented 1 year ago

Can you include a picture for testing and debugging?

finickyFalcon5 commented 1 year ago

I just tried to upload a sample image here and got a warning that the file is too big. So I resampled the image to 25% and uploaded it to Immich and it worked. So the issue is not panoramic images but image size. I uploaded the original image here: https://filen.io/d/6e5a00d5-8825-4d61-81fc-34b7ccae2b83#!4sdyQgfOIyYkXJRMmRpzjUAW3fKph8oX It is 15.1 MB.

alextran1502 commented 1 year ago

Do you have file size limiting on your reverse proxy? On Mon, Oct 10, 2022 at 8:01 PM finickyFalcon5 @.***> wrote:

I just tried to upload a sample image here and got a warning that the file is too big. So I resampled the image to 25% and uploaded it to Immich and it worked. So the issue is not panoramic images but image size. I uploaded the original image here: https://filen.io/d/6e5a00d5-8825-4d61-81fc-34b7ccae2b83#!4sdyQgfOIyYkXJRMmRpzjUAW3fKph8oX http://url It is 15.1 MB.

— Reply to this email directly, view it on GitHub https://github.com/immich-app/immich/issues/806#issuecomment-1273958150, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGONL7Q6IGHG3U54BBPSPP3WCS34ZANCNFSM6AAAAAARBXADRE . You are receiving this because you commented.Message ID: @.***>

finickyFalcon5 commented 1 year ago

I don't know. I downloaded the docker-compose and env files and other than setting the backup location, I just ran the docker-compose file as is.

raisinbear commented 1 year ago

Hi, maybe let me add a note here, too. I noticed the same but only when uploading a folder (edit: via CLI app) containing many images, including several quite large (> 11 MB) panoric images, all at once. On the server side, I saw that the microservices container would restart every few minutes afterwards. All I could get out of the logs was a segmentation fault reported by the microservices container. After all in all 8 restarts, immich ran stable again and all thumbnails for other images had appeared, but not for the largest panoramic images. Deleting them and readding them one by one worked fine, so I'm still trying to figure out how to reproduce this properly.

zackpollard commented 1 year ago

I tried uploading this image to my instance and got this error in the microservices image

alextran1502 commented 1 year ago

Fixed in #847