← Back to team overview

openlp-core team mailing list archive

[Bug 668630] [NEW] Error when clicking on a media file in the media manager

 

Public bug reported:

Hello!

Debug log is attached. Trunk 1106.

When I click on a media file in the media manager (tab "Media") I get
the following error message:

Traceback (most recent call last):
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/lib/mediamanageritem.py", line 448, in onPreviewClick
    self.parent.previewController.addServiceItem(service_item)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/slidecontroller.py", line 516, in addServiceItem
    self._processItem(item, slideno)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/slidecontroller.py", line 630, in _processItem
    self.onSlideSelected()
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/slidecontroller.py", line 806, in onSlideSelected
    frame = self.display.image(toDisplay)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/maindisplay.py", line 244, in image
    image = self.imageManager.get_image_bytes(name)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/lib/imagemanager.py", line 110, in get_image_bytes
    if not self._cache[name].image_bytes:
KeyError: u':/media/image_clapperboard.png'

** Affects: openlp
     Importance: Undecided
         Status: New

-- 
Error when clicking on a media file in the media manager
https://bugs.launchpad.net/bugs/668630
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.

Status in OpenLP - Worship Presentation Software: New

Bug description:
Hello!

Debug log is attached. Trunk 1106.

When I click on a media file in the media manager (tab "Media") I get the following error message:

Traceback (most recent call last):
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/lib/mediamanageritem.py", line 448, in onPreviewClick
    self.parent.previewController.addServiceItem(service_item)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/slidecontroller.py", line 516, in addServiceItem
    self._processItem(item, slideno)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/slidecontroller.py", line 630, in _processItem
    self.onSlideSelected()
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/slidecontroller.py", line 806, in onSlideSelected
    frame = self.display.image(toDisplay)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/maindisplay.py", line 244, in image
    image = self.imageManager.get_image_bytes(name)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/lib/imagemanager.py", line 110, in get_image_bytes
    if not self._cache[name].image_bytes:
KeyError: u':/media/image_clapperboard.png'







Follow ups

References