Skip to content

Instantly share code, notes, and snippets.

@klizhentas
Created November 9, 2013 19:39
Show Gist options
  • Save klizhentas/7388993 to your computer and use it in GitHub Desktop.
Save klizhentas/7388993 to your computer and use it in GitHub Desktop.
Data loss
DEBUG:mgcore.transports.http:SASHA: debug: Traceback (most recent call last):
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/internet/endpoints.py", line 124, in connectionLost
return self._wrappedProtocol.connectionLost(reason)
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 908, in dispatcher
return func(*args, **kwargs)
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1574, in _connectionLost_WAITING
self._disconnectParser(reason)
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1496, in _disconnectParser
parser.connectionLost(reason)
--- <exception caught here> ---
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 521, in connectionLost
self.bodyDecoder.noMoreData()
File "/home/mg/mgcore-py/lib/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/web/http.py", line 1422, in noMoreData
raise _DataLoss()
twisted.web.http._DataLoss:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment