[Buildbot-devel] StatusClient doesn't work with 0.7.1

Kevin Turner acapnotic at twistedmatrix.com
Fri Dec 23 05:31:07 UTC 2005


So, I saw 'statusgui' in the buildbot subcommands, and ...

well, buildbot.clients.base hard codes the password when it logs in
instead of using opts['passwd'] or anything like that...

once I got past cred, I hit
File "~/lib/python/buildbot/master.py", line 523, in requestAvatar   
    p = self.statusClientService.getPerspective()
exceptions.AttributeError: Dispatcher instance has no attribute
'statusClientService'

and grep tells me that there's pretty much nothing anywhere that ever
sets an attribute named statusClientService to anything but None.

(This appears to still be true in the darcs archive, not just 0.7.1.  I
haven't checked arch.)

-- 
The moon is last quarter, 58.8% illuminated, 21.3 days old.





More information about the devel mailing list