Skip to content

Instantly share code, notes, and snippets.

@Hexxeh
Created October 7, 2016 15:25
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 Hexxeh/6675a27f892687bd383417e157e3c2b7 to your computer and use it in GitHub Desktop.
Save Hexxeh/6675a27f892687bd383417e157e3c2b7 to your computer and use it in GitHub Desktop.
2016-10-07 15:21:27+0000 [-] gitpoller: processing changes from "git@github.com:Hexxeh/buildbot-demo.git"
2016-10-07 15:21:33+0000 [-] trying to poll branch refs/heads/demo-3.14 of git@github.com:Hexxeh/buildbot-demo.git
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 1184, in gotResult
_inlineCallbacks(r, g, deferred)
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/site-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
File "/usr/lib/python2.7/site-packages/buildbot/changes/gitpoller.py", line 192, in poll
yield self._process_changes(revs[branch], branch)
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/site-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
exceptions.TypeError: exceptions must be classes, or instances, not type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment