[Buildbot-devel] Re: Traceback when trying to view logfile
Dobes Vandermeer
dobesv at gmail.com
Tue Nov 1 19:08:11 UTC 2005
Okay this was my fault, sorry! I'd over-enthusiatically changed the
logfile open() call to use binary mode when I changed the builder
status loader to use binary mode.
On 10/31/05, Dobes Vandermeer <dobesv at gmail.com> wrote:
> I'm getting this traceback when trying to view some logfiles, and the
> result is that the browser never receives the log output! Any ideas ?
>
>
> 2005/10/31 15:55 Pacific Standard Time [-] Traceback (most recent call last):
> File "Z:\Tools\PythonLibs\Python24\twisted\scripts\_twistw.py",
> line 44, in runApp
> app.runReactorWithLogging(config, oldstdout, oldstderr)
> File "Z:\Tools\PythonLibs\Python24\twisted\application\app.py",
> line 128, in runReactorWithLogging
> reactor.run()
> File "Z:\Tools\PythonLibs\Python24\twisted\internet\posixbase.py",
> line 200, in run
> self.mainLoop()
> File "Z:\Tools\PythonLibs\Python24\twisted\internet\posixbase.py",
> line 208, in mainLoop
> self.runUntilCurrent()
> --- <exception caught here> ---
> File "Z:\Tools\PythonLibs\Python24\twisted\internet\base.py",
> line 533, in runUntilCurrent
> call.func(*call.args, **call.kw)
> File "Z:\Tools\PythonLibs\buildbot\status\builder.py", line
> 169, in _resumeProducing
> chunk = self.chunkGenerator.next()
> File "Z:\Tools\PythonLibs\buildbot\status\builder.py", line
> 110, in getChunks
> p.dataReceived(data)
> File "Z:\Tools\PythonLibs\Python24\twisted\protocols\basic.py",
> line 107, in dataReceived
> self.transport.loseConnection()
> exceptions.AttributeError: 'NoneType' object has no attribute
> 'loseConnection'
>
More information about the devel
mailing list