[Buildbot-devel] Traceback when trying to view logfile

Dobes Vandermeer dobesv at gmail.com
Mon Oct 31 23:56:58 UTC 2005


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