← Back to team overview

openlp-core team mailing list archive

[Bug 1265368] [NEW] [regression] Traceback in web remote

 

Public bug reported:

Hello,

arch linux, trunk r2322
arch linux, 2.0 r2184 (does not happen in 2.0.3)

1) Add two songs to the service. One song needs to have more verses than the other.
2) Use the web remote to show the song live which has more verses. Navigate to the last slide. (using the web remote)
3) Send the other song live (using the web remote).

Result:

Traceback (most recent call last):
  File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py", line 950, in on_slide_selected
    self.slide_selected()
  File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py", line 965, in slide_selected
    to_display = self.service_item.get_rendered_frame(row)
  File "/home/andreas/Projects/OpenLP/trunk/openlp/core/lib/serviceitem.py", line 552, in get_rendered_frame
    return self._display_frames[row]['html'].split('\n')[0]
IndexError: list index out of range

** Affects: openlp
     Importance: Undecided
         Status: New

** Affects: openlp/2.0
     Importance: High
         Status: New

** Affects: openlp/trunk
     Importance: Undecided
         Status: New


** Tags: regression

** Also affects: openlp/trunk
   Importance: Undecided
       Status: New

** Changed in: openlp/trunk
    Milestone: None => 2.1.1

** Also affects: openlp/2.0
   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/1265368

Title:
  [regression] Traceback in web remote

Status in OpenLP - Worship Presentation Software:
  New
Status in OpenLP 2.0 series:
  New
Status in OpenLP trunk series:
  New

Bug description:
  Hello,

  arch linux, trunk r2322
  arch linux, 2.0 r2184 (does not happen in 2.0.3)

  1) Add two songs to the service. One song needs to have more verses than the other.
  2) Use the web remote to show the song live which has more verses. Navigate to the last slide. (using the web remote)
  3) Send the other song live (using the web remote).

  Result:

  Traceback (most recent call last):
    File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py", line 950, in on_slide_selected
      self.slide_selected()
    File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py", line 965, in slide_selected
      to_display = self.service_item.get_rendered_frame(row)
    File "/home/andreas/Projects/OpenLP/trunk/openlp/core/lib/serviceitem.py", line 552, in get_rendered_frame
      return self._display_frames[row]['html'].split('\n')[0]
  IndexError: list index out of range

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


Follow ups

References