openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #26446
[Bug 1431476] Re: Exception when playing a mpg file with webkit
I can't reproduce this crash, but I attempted a fix anyway. Could you
test if my branch at
https://code.launchpad.net/~tomasgroth/openlp/bugfixes17 fixes the
issue?
** Changed in: openlp
Status: New => In Progress
** Changed in: openlp
Assignee: (unassigned) => Tomas Groth (tomasgroth)
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1431476
Title:
Exception when playing a mpg file with webkit
Status in OpenLP - Worship Presentation Software:
In Progress
Bug description:
Kubuntu 14.10, OpenLP r2523
1. Start OpenLP
2. Play a mpeg2 video live
3. --> Exception
Traceback (most recent call last):
File "/home/oli/Programmierung/openlp/trunk/openlp/core/common/openlpmixin.py", line 58, in wrapped
raise e
File "/home/oli/Programmierung/openlp/trunk/openlp/core/common/openlpmixin.py", line 54, in wrapped
return func(*args, **kwargs)
File "/home/oli/Programmierung/openlp/trunk/openlp/core/ui/media/mediacontroller.py", line 202, in media_state
self.current_media_players[source].update_ui(display)
File "/home/oli/Programmierung/openlp/trunk/openlp/core/ui/media/webkitplayer.py", line 380, in update_ui
controller.seek_slider.setMaximum(length)
TypeError: QAbstractSlider.setMaximum(int): argument 1 has unexpected type 'NoneType'
This doesn't happen when playing a mp4 file. Also this happens only with webkit, not with vlc.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1431476/+subscriptions
References