Comment 1 for bug 1977865

Revision history for this message
Juan M. Tirado (tiradojm) wrote :

While reproducing the steps I found this in the debug-log

unit-metacontroller-operator-0: 11:40:12 ERROR unit.metacontroller-operator/0.juju-log Uncaught exception while in charm code:
Traceback (most recent call last):
  File "./src/charm.py", line 320, in <module>
    main(MetacontrollerOperatorCharm)
  File "/var/lib/juju/agents/unit-metacontroller-operator-0/charm/venv/ops/main.py", line 406, in main
    _emit_charm_event(charm, dispatcher.event_name)
  File "/var/lib/juju/agents/unit-metacontroller-operator-0/charm/venv/ops/main.py", line 140, in _emit_charm_event
    event_to_emit.emit(*args, **kwargs)
  File "/var/lib/juju/agents/unit-metacontroller-operator-0/charm/venv/ops/framework.py", line 278, in emit
    framework._emit(event)
  File "/var/lib/juju/agents/unit-metacontroller-operator-0/charm/venv/ops/framework.py", line 722, in _emit
    self._reemit(event_path)
  File "/var/lib/juju/agents/unit-metacontroller-operator-0/charm/venv/ops/framework.py", line 767, in _reemit
    custom_handler(event)
  File "./src/charm.py", line 139, in _remove
    raise NotImplementedError()

Can you confirm this is not an issue related to the charm itself?