openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #28737
[Bug 1547964] [NEW] Escaping video twice results in traceback
Public bug reported:
If video clip is blanked with escape item and escape item is triggered
again the next traceback appears:
Traceback (most recent call last):
File "E:\bzr\openlp\refix-win-display\openlp\core\ui\slidecontroller.py", line 516, in live_escape
self.media_controller.media_stop(self)
File "E:\bzr\openlp\refix-win-display\openlp\core\ui\media\mediacontroller.py", line 661, in media_stop
self.current_media_players[controller.controller_type].stop(display)
File "E:\bzr\openlp\refix-win-display\openlp\core\ui\media\systemplayer.py", line 181, in stop
display.media_player.durationChanged.disconnect()
TypeError: disconnect() failed between 'durationChanged' and all its connections
Win 8.1 / 2.4 / System / VLC / Webkit enabled.
** Affects: openlp
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1547964
Title:
Escaping video twice results in traceback
Status in OpenLP:
New
Bug description:
If video clip is blanked with escape item and escape item is triggered
again the next traceback appears:
Traceback (most recent call last):
File "E:\bzr\openlp\refix-win-display\openlp\core\ui\slidecontroller.py", line 516, in live_escape
self.media_controller.media_stop(self)
File "E:\bzr\openlp\refix-win-display\openlp\core\ui\media\mediacontroller.py", line 661, in media_stop
self.current_media_players[controller.controller_type].stop(display)
File "E:\bzr\openlp\refix-win-display\openlp\core\ui\media\systemplayer.py", line 181, in stop
display.media_player.durationChanged.disconnect()
TypeError: disconnect() failed between 'durationChanged' and all its connections
Win 8.1 / 2.4 / System / VLC / Webkit enabled.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1547964/+subscriptions
Follow ups