mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 18:33:51 +01:00
parent
50e5174e86
commit
b1f4e6e4fc
2 changed files with 2 additions and 1 deletions
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)
|
||||
except ThumbnailError as e:
|
||||
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,
|
||||
server_name,
|
||||
media_type,
|
||||
|
|
Loading…
Reference in a new issue