[BUG] Upload of webp images failed from web #170

Closed
opened 2026-02-04 18:21:36 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @basings on GitHub (Jul 30, 2022).

I can't upload a webp file although it's among the supported file types defined by the webuploader. The usual popup which appears when uploading jpegs does not appear. No error message.

Example images can be found on https://developers.google.com/speed/webp/gallery1

Originally created by @basings on GitHub (Jul 30, 2022). I can't upload a webp file although it's among the supported file types defined by the webuploader. The usual popup which appears when uploading jpegs **does not** appear. No error message. Example images can be found on https://developers.google.com/speed/webp/gallery1
Author
Owner

@basings commented on GitHub (Jul 30, 2022):

When uploading a webp photo alongside another "supported file format" e.g. tif, the usual (jpeg) popup for a successful upload appears for all files. The popup message for webp appears but is blank without the thumbnail.

@basings commented on GitHub (Jul 30, 2022): When uploading a webp photo alongside another "supported file format" e.g. tif, the usual (jpeg) popup for a successful upload appears for all files. The popup message for webp appears but is blank without the thumbnail.
Author
Owner

@alextran1502 commented on GitHub (Jul 30, 2022):

Note: Need to investigate why webp format is failing when uploading to the server although it is a supported file format

image

@alextran1502 commented on GitHub (Jul 30, 2022): Note: Need to investigate why `webp` format is failing when uploading to the server although it is a supported file format ![image](https://user-images.githubusercontent.com/27055614/181959699-8d1ddb02-812c-4589-80e7-adfe68ee4565.png)
Author
Owner

@alextran1502 commented on GitHub (Jul 30, 2022):

The console showed unknown file format when trying to extract EXIF info therefore exited

image

TODO: Work on handling EXIF extraction gracefully for unsupported formats on the web.

@alextran1502 commented on GitHub (Jul 30, 2022): The console showed unknown file format when trying to extract EXIF info therefore exited ![image](https://user-images.githubusercontent.com/27055614/181961559-c3cc39c8-4189-4d5a-8d3e-db34e5de7ddf.png) TODO: Work on handling EXIF extraction gracefully for unsupported formats on the web.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#170