openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #01926
[Bug 596506] Re: Clicking to go live on a verse doesn't always work
** Changed in: openlp
Assignee: (unassigned) => Raoul Snyman (raoul-snyman)
** Changed in: openlp
Status: Confirmed => Fix Committed
--
Clicking to go live on a verse doesn't always work
https://bugs.launchpad.net/bugs/596506
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
Status in OpenLP - Worship Presentation Software: Fix Committed
Bug description:
There's a problem with caching when you move to a new song, and then go back to a particular verse of the previous song.
Traceback (most recent call last):
File "/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py", line 852, in makeLive
self.serviceItems[item][u'service_item'], count)
File "/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py", line 513, in addServiceManagerItem
self._processItem(item, slideno)
File "/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py", line 594, in _processItem
self.onSlideSelected()
File "/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py", line 769, in onSlideSelected
frame = self.serviceItem.get_rendered_frame(row)
File "/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/serviceitem.py", line 372, in get_rendered_frame
return self.render_individual(row)
File "/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/serviceitem.py", line 184, in render_individual
self.cache[row] = frame
IndexError: list assignment index out of range
References