This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Errors from thumbnailing due to bad format give a 500 #3763
Copy link
Copy link
Closed
Labels
A-Media-RepositoryUploading, downloading images and video, thumbnailingUploading, downloading images and video, thumbnailingz-minor(Deprecated Label)(Deprecated Label)z-p2(Deprecated Label)(Deprecated Label)
Description
We should either accept it regardless (with no thumbnail) or give a 400. Example:
2018-08-28 09:36:53,588 - synapse.http.server - 101 - ERROR - POST-10386 - Failed handle request via <function _async_render_POST at 0x7f0426db1cf8>: <XForwardedForRequest at 0x7f03ecea0440 method='POST' uri='/_matrix/media/v1/upload?filename=1535448124087775917601.jpg' clientproto='HTTP/1.1' site=8085>: Traceback (
most recent call last):
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1475, in gotResult
_inlineCallbacks(r, g, status)
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/python/failure.py", line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
File "synapse/http/server.py", line 81, in wrapped_request_handler
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/python/failure.py", line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "synapse/rest/media/v1/upload_resource.py", line 95, in _async_render_POST
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/python/failure.py", line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "synapse/rest/media/v1/media_repository.py", line 174, in create_content
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/python/failure.py", line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "synapse/rest/media/v1/media_repository.py", line 626, in _generate_thumbnails
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/python/threadpool.py", line 250, in inContext
result = inContext.theWork()
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/python/threadpool.py", line 266, in <lambda>
inContext.theWork = lambda: context.call(ctx, func, *args, **kw)
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
File "synapse/rest/media/v1/thumbnailer.py", line 60, in scale
File "synapse/rest/media/v1/thumbnailer.py", line 96, in _encode_image
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/PIL/Image.py", line 1950, in save
save_handler(self, fp, filename)
File "/home/matrix/.synapse/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py", line 623, in _save
raise IOError("cannot write mode %s as JPEG" % im.mode)
exceptions.IOError: cannot write mode RGBA as JPEG
Metadata
Metadata
Assignees
Labels
A-Media-RepositoryUploading, downloading images and video, thumbnailingUploading, downloading images and video, thumbnailingz-minor(Deprecated Label)(Deprecated Label)z-p2(Deprecated Label)(Deprecated Label)