ValueError: list.remove(x): x not in list
Bug #1128340 reported by
Michael Schwendt
This bug report is a duplicate of:
Bug #1123410: GStreamer plug-in installation success/failure issues.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SoundConverter |
New
|
Undecided
|
Unassigned |
Bug Description
Still after successful installation of a missing gstreamer plugin and fixing bug 1128332:
Traceback (most recent call last):
File "/usr/lib/
dontdelete.
ValueError: list.remove(x): x not in list
To post a comment you must log in.
Seems to be a side-effect of bug 1123410 - TagReader finished() getting called twice due to replaying the pipeline after plugin installation. I'll add a better analysis there.