← Back to team overview

openlp-core team mailing list archive

[Bug 898876] [NEW] Playing media files fail

 

Public bug reported:

OpenLP 1809 on Arch Linux, I get the following traceback when attemtping
to go live, or preview a video. Tried with multiple files and formats
that did work with OpenLP:

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 466, in onClickPressed
    self.onLiveClick()
  File "/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 508, in onLiveClick
    self.goLive()
  File "/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 519, in goLive
    self.plugin.liveController.addServiceItem(serviceItem)
  File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", line 762, in addServiceItem
    self._processItem(item, slideno)
  File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", line 885, in _processItem
    self.onMediaStart(serviceItem)
  File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", line 1327, in onMediaStart
    file = os.path.join(item.get_frame_path(), item.get_frame_title())
NameError: global name 'os' is not defined

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

Title:
  Playing media files fail

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  OpenLP 1809 on Arch Linux, I get the following traceback when
  attemtping to go live, or preview a video. Tried with multiple files
  and formats that did work with OpenLP:

  Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 466, in onClickPressed
      self.onLiveClick()
    File "/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 508, in onLiveClick
      self.goLive()
    File "/usr/lib/python2.7/site-packages/openlp/core/lib/mediamanageritem.py", line 519, in goLive
      self.plugin.liveController.addServiceItem(serviceItem)
    File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", line 762, in addServiceItem
      self._processItem(item, slideno)
    File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", line 885, in _processItem
      self.onMediaStart(serviceItem)
    File "/usr/lib/python2.7/site-packages/openlp/core/ui/slidecontroller.py", line 1327, in onMediaStart
      file = os.path.join(item.get_frame_path(), item.get_frame_title())
  NameError: global name 'os' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/898876/+subscriptions


Follow ups

References