← Back to team overview

openlp-core team mailing list archive

[Bug 1265368] Re: Traceback in web remote

 

Note: Also happens when using the android app!

** Tags added: regression

** Description changed:

  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]
+   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

** Changed in: openlp/2.0
   Importance: Undecided => High

** Changed in: openlp/2.0
    Milestone: None => 2.0.4

** Summary changed:

- Traceback in web remote
+ [regression] Traceback in web remote

-- 
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


References