← Back to team overview

openlp-core team mailing list archive

[Bug 1431476] [NEW] Exception when playing a mpg file with webkit

 

Public bug reported:

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.

** 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/1431476

Title:
  Exception when playing a mpg file with webkit

Status in OpenLP - Worship Presentation Software:
  New

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


Follow ups

References