← Back to team overview

openlp-core team mailing list archive

[Bug 1407445] Re: Remote API for next/previous service doesn't work

 

Setup:
- Add song to Service
- Add image to Service
- Add bible verse to image

>From android:
- Go to 'Service'
- Click song (Sends song live)
- Click "Next"
Debug shows error trace followed by:
2015-01-06 08:02:08,597 openlp.core.common.registry                             ERROR    Event servicemanager_next_item called but not registered

- Click image
- Click 'Next'
Same error as previous debug error
- Click 'Previous'
Debug shows error trace followed by:
2015-01-06 08:06:17,811 openlp.core.common.registry                             ERROR    Event servicemanager_previous_item called but not registered

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1407445

Title:
  Remote API for next/previous service doesn't work

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  Tested on Linux with current beta 2.1.1, 2.0 and current trunk.

  To reproduce:
  Add multiple items to the servicemanager.
  Go live with an item
  In the web-remote try to use the next/prev buttons, nothing happens. It should shift between service items.

  When calling the web API <IP>/api/service/{next,provious} it returns: 
  {"results": {"success": true}}

  The problem might be that we are missing a binding for the
  servicemanager_{next,provious}_item event.

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


References