← Back to team overview

openlp-core team mailing list archive

[Bug 598361] [NEW] AttributeError: 'NoneType' object has no attribute 'isPaused'

 

Public bug reported:

Tested with trunk Version 880.

After starting preview of a Powerpoint presentation with impress, I get
the following error at the commandline.

Traceback (most recent call last):
  File "F:\Computer\Platform\pythonDev\openlp\trunk\openlp\plugins\presentations\lib\messagelistener.py", line 255, in slide
    self.preview_handler.slide(slide, item)
  File "F:\Computer\Platform\pythonDev\openlp\trunk\openlp\plugins\presentations\lib\messagelistener.py", line 77, in slide
    if self.doc.is_blank():
  File "F:\Computer\Platform\pythonDev\openlp\trunk\openlp\plugins\presentations\lib\impresscontroller.py", line 330, in is_blank
    return self.control.isPaused()
AttributeError: 'NoneType' object has no attribute 'isPaused'

Anyway, preview seems to be work correctly.

** Affects: openlp
     Importance: Undecided
         Status: New

-- 
AttributeError: 'NoneType' object has no attribute 'isPaused'
https://bugs.launchpad.net/bugs/598361
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.

Status in OpenLP - Worship Presentation Software: New

Bug description:
Tested with trunk Version 880.

After starting preview of a Powerpoint presentation with impress, I get the following error at the commandline.

Traceback (most recent call last):
  File "F:\Computer\Platform\pythonDev\openlp\trunk\openlp\plugins\presentations\lib\messagelistener.py", line 255, in slide
    self.preview_handler.slide(slide, item)
  File "F:\Computer\Platform\pythonDev\openlp\trunk\openlp\plugins\presentations\lib\messagelistener.py", line 77, in slide
    if self.doc.is_blank():
  File "F:\Computer\Platform\pythonDev\openlp\trunk\openlp\plugins\presentations\lib\impresscontroller.py", line 330, in is_blank
    return self.control.isPaused()
AttributeError: 'NoneType' object has no attribute 'isPaused'

Anyway, preview seems to be work correctly.





Follow ups

References