openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #04356
[Bug 668630] Re: Error when clicking on a media file in the media manager
** Attachment added: "openlp.log"
https://bugs.launchpad.net/bugs/668630/+attachment/1716540/+files/openlp.log
** Description changed:
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:
+ 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'
--
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'
References