mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -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)
|
||||
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 New Issue
Block a user