← Back to team overview

openlp-core team mailing list archive

[Bug 752374] Re: zipping through service with arrows

 

Just got it in Kubuntu trunk bzr 1448

Traceback (most recent call last):
  File "/home/john/Projects/openlp/trunk/openlp/core/ui/servicemanager.py", line 733, in previousItem
    self.makeLive()
  File "/home/john/Projects/openlp/trunk/openlp/core/ui/servicemanager.py", line 1135, in makeLive
    self.serviceItems[item][u'service_item'], child)
  File "/home/john/Projects/openlp/trunk/openlp/core/ui/slidecontroller.py", line 561, in addServiceManagerItem
    self._processItem(item, slideno)
  File "/home/john/Projects/openlp/trunk/openlp/core/ui/slidecontroller.py", line 650, in _processItem
    self.onSlideSelected()
  File "/home/john/Projects/openlp/trunk/openlp/core/ui/slidecontroller.py", line 854, in onSlideSelected
    frame = self.display.text(toDisplay)
  File "/home/john/Projects/openlp/trunk/openlp/core/ui/maindisplay.py", line 189, in text
    Receiver.send_message(u'openlp_process_events')
  File "/home/john/Projects/openlp/trunk/openlp/core/lib/eventreceiver.py", line 287, in send_message
    Receiver.eventreceiver.send_message(event, msg)
  File "/home/john/Projects/openlp/trunk/openlp/core/lib/eventreceiver.py", line 253, in send_message
    log.debug(u'Event %s passed with payload %s' % (event, msg))
  File "/usr/lib/python2.6/logging/__init__.py", line 1043, in debug
    if self.isEnabledFor(DEBUG):
  File "/usr/lib/python2.6/logging/__init__.py", line 1250, in isEnabledFor
    return level >= self.getEffectiveLevel()
  File "/usr/lib/python2.6/logging/__init__.py", line 1238, in getEffectiveLevel
    while logger:
AttributeError: Logger instance has no attribute '__nonzero__'

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

Title:
  zipping through service with arrows

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  Win7 1448 and WinXP vm 1448
  Since I had this issue before, I decided to test it again. It was my codecs messing it up the first time.
  Steps. Load a service file, use right and left arrows to got through the service moving up and down as quick as I can, back and forth, and then I get the traceback. The first traceback happens immediately, the second traceback comes up when I close OpenLP. In the attached file the tracebacks is first and the debug log is under it.



References