You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our monitoring for Syngal on matrix.org occasionally sees an error:
Unexpected exception from twisted.web.client.FileBodyProducer.stopProducing
The traceback is:
TaskStopped: null
File "twisted/web/_newclient.py", line 197, in _callAppFunction
function()
File "twisted/web/client.py", line 1161, in stopProducing
self._task.stop()
File "twisted/internet/task.py", line 497, in stop
self._checkFinish()
File "twisted/internet/task.py", line 507, in _checkFinish
raise self._completionState
So... what causes this to happen? Can we handle the error more gracefully?
I would love it if we could shove all this sort of thing in a matrix-twisted-utils library or something so that we don't have to implement it individually in each of synapse, sygnal and sydent.
Our monitoring for Syngal on matrix.org occasionally sees an error:
Unexpected exception from twisted.web.client.FileBodyProducer.stopProducing
The traceback is:
So... what causes this to happen? Can we handle the error more gracefully?
(For Element employees, this is https://sentry.matrix.org/sentry/sygnal-matrixorg/issues/15235/)
The text was updated successfully, but these errors were encountered: