Skip to content

Instantly share code, notes, and snippets.

@anish
Created July 29, 2016 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anish/21ec22e64dd0885429749fa6702fa121 to your computer and use it in GitHub Desktop.
Save anish/21ec22e64dd0885429749fa6702fa121 to your computer and use it in GitHub Desktop.
2016-07-28 20:46:25-0700 [Broker,1,127.0.0.1] Unhandled Error
Traceback (most recent call last):
File "/dump/workspace/buildbot_venv/bb-master/lib/python2.7/site-packages/twisted/python/log.py", line 101, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/dump/workspace/buildbot_venv/bb-master/lib/python2.7/site-packages/twisted/python/log.py", line 84, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/dump/workspace/buildbot_venv/bb-master/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/dump/workspace/buildbot_venv/bb-master/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/dump/workspace/buildbot_venv/bb-master/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 597, in _doReadOrWrite
why = selectable.doRead()
File "/dump/workspace/buildbot_venv/bb-master/lib/python2.7/site-packages/twisted/internet/tcp.py", line 209, in doRead
return self._dataReceived(data)
File "/dump/workspace/buildbot_venv/bb-master/lib/python2.7/site-packages/twisted/internet/tcp.py", line 215, in _dataReceived
rval = self.protocol.dataReceived(data)
File "/dump/workspace/buildbot_venv/bb-master/lib/python2.7/site-packages/twisted/spread/banana.py", line 185, in dataReceived
raise BananaError("Security precaution: more than %d bytes of prefix" % (self.prefixLimit,))
twisted.spread.banana.BananaError: Security precaution: more than 64 bytes of prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment