[Bug 3807] New: TypeError: 'NoneType' object is not callable WSGI clone
mercurial-bugs at selenic.com
mercurial-bugs at selenic.com
Tue Feb 5 04:41:48 UTC 2013
http://bz.selenic.com/show_bug.cgi?id=3807
Priority: urgent
Bug ID: 3807
Keywords: regression
CC: mads at kiilerich.com, mercurial-devel at selenic.com
Assignee: bugzilla at selenic.com
Summary: TypeError: 'NoneType' object is not callable WSGI
clone
Severity: bug
Classification: Unclassified
OS: Linux
Reporter: benoit at aeteurope.nl
Hardware: Other
Status: UNCONFIRMED
Version: 2.5
Component: hgweb
Product: Mercurial
Upgrading my server to 2.5 I got the following stacktrace:
URL: https://hg/hg//repo?cmd=capabilities
File 'paste/exceptions/errormiddleware.py', line 144 in __call__
File 'usr/local/lib/python2.5/site-packages/mercurial/hgweb/hgwebdir_mod.py',
line 147 in __call__
return self.run_wsgi(req)
File 'usr/local/lib/python2.5/site-packages/mercurial/hgweb/hgwebdir_mod.py',
line 211 in run_wsgi
return hgweb(repo).run_wsgi(req)
File 'usr/local/lib/python2.5/site-packages/mercurial/hgweb/hgweb_mod.py', line
152 in run_wsgi
return protocol.call(self.repo, req, cmd)
File 'usr/local/lib/python2.5/site-packages/mercurial/hgweb/protocol.py', line
78 in call
req.respond(HTTP_OK, HGTYPE, body=rsp)
File 'usr/local/lib/python2.5/site-packages/mercurial/hgweb/request.py', line
107 in respond
self.write(body)
File 'usr/local/lib/python2.5/site-packages/mercurial/hgweb/request.py', line
113 in write
self.server_write(thing)
TypeError: 'NoneType' object is not callable
I bisected it to the following changeset:
http://selenic.com/repo/hg/rev/e33b9b92a200
The reported error is the same as for #3676. Although this time no largefile is
involved.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list