Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Unexpected exception from twisted.web.client.FileBodyProducer.stopProducing #4595

Closed
4nd3r opened this issue Feb 9, 2019 · 1 comment
Closed

Comments

@4nd3r
Copy link
Contributor

4nd3r commented Feb 9, 2019

getting this exception ~300 times per day.

Feb  9 05:54:16 uvn-67-169 python[28993]: Unexpected exception from twisted.web.client.FileBodyProducer.stopProducing
Feb  9 05:54:16 uvn-67-169 python[28993]: Traceback (most recent call last):
Feb  9 05:54:16 uvn-67-169 python[28993]:   File "/home/matrix-synapse/synapse/env/lib/python3.5/site-packages/twisted/web/_newclient.py", line 195, in _callAppFunction
Feb  9 05:54:16 uvn-67-169 python[28993]:     function()
Feb  9 05:54:16 uvn-67-169 python[28993]:   File "/home/matrix-synapse/synapse/env/lib/python3.5/site-packages/twisted/web/client.py", line 1087, in stopProducing
Feb  9 05:54:16 uvn-67-169 python[28993]:     self._task.stop()
Feb  9 05:54:16 uvn-67-169 python[28993]:   File "/home/matrix-synapse/synapse/env/lib/python3.5/site-packages/twisted/internet/task.py", line 497, in stop
Feb  9 05:54:16 uvn-67-169 python[28993]:     self._checkFinish()
Feb  9 05:54:16 uvn-67-169 python[28993]:   File "/home/matrix-synapse/synapse/env/lib/python3.5/site-packages/twisted/internet/task.py", line 507, in _checkFinish
Feb  9 05:54:16 uvn-67-169 python[28993]:     raise self._completionState
Feb  9 05:54:16 uvn-67-169 python[28993]: twisted.internet.task.TaskStopped

i'm seeing these errors for months now, but can't pinpoint version which introduced them.

i'm running Debian 9, Python 3.5.3 and synapse inside virtualenv.

@richvdh
Copy link
Member

richvdh commented Feb 10, 2019

dup #4003

@richvdh richvdh closed this as completed Feb 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants