-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Error while producing a thumbnail: 'NoneType' object has no attribute 'unregisterProducer' #5304
Comments
I wonder if #4594 is related here. |
On my server synapse 1.3.1 shows the same error sometimes (ubuntu, virtualenv). |
I'm getting the same on Raspian with v1.3.1 |
The fact that this also happens for What has happened here is that the client has timed out (causing For most rest endpoints, we've worked around this by checking (alternative solutions might include being better at cancelling whatever we're doing when the client disconnects (#3528).) |
oh, and just to reiterate: the error is harmless, except for the noise in the log (and the fact that its presence means that the client timed out before it got a response). |
such harmless error for for download file:
version of synapse: 1.15.1 (debian 9.12) |
…cted (#8465) This PR ports the quick fix from #2796 to further methods which handle media, URL preview and `/key/v2/server` requests. This prevents a harmless `ERROR` that comes up in the logs when we were unable to respond to a client request when the client had already disconnected. In this case we simply bail out if the client has already done so. This is the 'simple fix' as suggested by #5304 (comment). Fixes #6700 Fixes #5304
Description
Exception while producing a thumbnail for a valid file.
Version information
Homeserver: amorgan.xyz
Version: 0.99.5.1 release build
Install method: pip
Platform: Debian, no containers
The text was updated successfully, but these errors were encountered: