Comment 1 for bug 1926132

Revision history for this message
Matt Simmons (standalonesa) wrote :

I am also hitting this error. I believe that this line is the problem:

https://github.com/canonical/subiquity/blob/main/subiquity/server/controllers/network.py#L259

I believe instead of

super().apply_error()

it should be:

super().apply_error(stage)