Skip to content

Instantly share code, notes, and snippets.

@kgadek
Last active August 29, 2015 14:14
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 kgadek/ab8011e7af06ff61c34e to your computer and use it in GitHub Desktop.
Save kgadek/ab8011e7af06ff61c34e to your computer and use it in GitHub Desktop.
web.Server Traceback (most recent call last):
exceptions.TypeError: 'NoneType' object has no attribute '__getitem__'
/home/kgadek/py-ci/local/lib/python2.7/site-packages/twisted/internet/defer.py:140 in maybeDeferred
139 try:
140 result = f(*args, **kw)
141 except:
/home/kgadek/py-ci/local/lib/python2.7/site-packages/buildbot/status/web/base.py:391 in <lambda>
390 if allowed or path_always_viewable(request):
391 return defer.maybeDeferred(lambda: self.content(request, ctx))
392 else:
/home/kgadek/py-ci/local/lib/python2.7/site-packages/buildbot/status/web/slaves.py:117 in content
116 try:
117 max_builds = int(request.args.get('numbuilds')[0])
118 except ValueError:
exceptions.TypeError: 'NoneType' object has no attribute '__getitem__'
$ pip freeze
Jinja2==2.7.3
MarkupSafe==0.23
SQLAlchemy==0.7.10
Tempita==0.5.2
Twisted==15.0.0
argparse==1.2.1
buildbot==0.8.10
buildbot-slave==0.8.10
decorator==3.4.0
python-dateutil==1.5
sqlalchemy-migrate==0.7.2
wsgiref==0.1.2
zope.interface==4.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment