Snapd `internal error: connection "[slot] [plug]" not found in state`
Bug #1882957 reported by
Joseph Borg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Fix Committed
|
High
|
Unassigned |
Bug Description
I've been developing a test snap. During this, I had a broken `connect-plug` hook which failed for an expected reason.
However, this as left snapd in a broken state as I cannot remove the snap, nor the connection.
➜ snap remove [snap_1]
error: cannot perform the following tasks:
- Disconnect [snap_1]:[slot] from [snap_2]:[plug] (internal error: connection "[snap_1]:[slot] [snap_2]:[plug]" not found in state)
➜ snap disconnect [snap_1]:[slot] [snap_2]:[plug]
error: cannot perform the following tasks:
- Disconnect [snap_1]:[slot] from [snap_2]:[plug] (internal error: connection "[snap_1]:[slot] [snap_2]:[plug]" not found in state)
affects: | snappy → snapd |
Changed in snapd: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in snapd: | |
assignee: | nobody → Paweł Stołowski (stolowski) |
Changed in snapd: | |
status: | Confirmed → In Progress |
Changed in snapd: | |
status: | In Progress → Fix Committed |
Changed in snapd: | |
assignee: | Paweł Stołowski (stolowski) → nobody |
To post a comment you must log in.
@Joseph Thanks for the report! Did you use 'snap try' when working on this snap?