Wireshark-bugs: [Wireshark-bugs] [Bug 10892] New: Broken link in buildslaves page

Date: Sun, 25 Jan 2015 21:17:36 +0000
Bug ID 10892
Summary Broken link in buildslaves page
Product Web sites
Version N/A
Hardware x86
OS All
Status UNCONFIRMED
Severity Normal
Priority Low
Component Automated builds - buildbot.wireshark.org
Assignee [email protected]
Reporter [email protected]

Build Information:
n.a.
--
All the links on the left of the page

http://buildbot.wireshark.org/trunk/buildslaves

are broken. 

Eg. the page 

http://buildbot.wireshark.org/trunk/buildslaves/ubuntu-14.04-x64

shows

web.Server Traceback (most recent call last):
<type 'exceptions.TypeError'>: 'NoneType' object has no attribute '__getitem__'

/usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 134 in
maybeDeferred
132  """
133  try:
134    result = f(*args, **kw)
135  except:
/usr/lib/python2.7/dist-packages/buildbot/status/web/base.py, line 391 in
389    def view(allowed):
390      if allowed or path_always_viewable(request):
391        return defer.maybeDeferred(lambda: self.content(request, ctx))
392      else:
/usr/lib/python2.7/dist-packages/buildbot/status/web/slaves.py, line 117 in
content
115
116    try:
117      max_builds = int(request.args.get('numbuilds')[0])
118    except ValueError:
<type 'exceptions.TypeError'>: 'NoneType' object has no attribute '__getitem__'


You are receiving this mail because:
  • You are watching all bug changes.