Comment 10 for bug 1149410

Revision history for this message
Marius B. Kotsbak (mariusko) wrote :

I found this in /var/log/juju/api-agent.log:

 KeyError: 'result'
2013-03-12 16:30:31,763: juju.rapi.delta@ERROR: An error occurred 'result'
Traceback (most recent call last):
  File "/var/lib/juju/units/juju-gui-4/charm/juju/juju/rapi/delta.py", line 59, in pump
    current = (yield self.context.status())['result']

where line 59 is:

current = (yield self.context.status())['result']