mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
parent
50e5174e86
commit
b1f4e6e4fc
1
changelog.d/8435.bugfix
Normal file
1
changelog.d/8435.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix a longstanding bug where files that could not be thumbnailed would result in an Internal Server Error.
|
@ -637,7 +637,7 @@ class MediaRepository:
|
|||||||
thumbnailer = Thumbnailer(input_path)
|
thumbnailer = Thumbnailer(input_path)
|
||||||
except ThumbnailError as e:
|
except ThumbnailError as e:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"Unable to generate thumbnails for remote media %s from %s using a method of %s and type of %s: %s",
|
"Unable to generate thumbnails for remote media %s from %s of type %s: %s",
|
||||||
media_id,
|
media_id,
|
||||||
server_name,
|
server_name,
|
||||||
media_type,
|
media_type,
|
||||||
|
Loading…
Reference in New Issue
Block a user