← Back to team overview

openlp-core team mailing list archive

[Bug 1227983] [NEW] Exception in Exception Form

 

Public bug reported:

Since the move to Python3 we keep getting 
$ python openlp.py
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
Traceback (most recent call last):
  File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/logging/__init__.py", line 937, in emit
    msg = self.format(record)
  File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/logging/__init__.py", line 808, in format
    return fmt.format(record)
  File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/logging/__init__.py", line 554, in format
    record.exc_text = self.formatException(record.exc_info)
  File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/logging/__init__.py", line 504, in formatException
    traceback.print_exception(ei[0], ei[1], tb, None, sio)
  File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/traceback.py", line 156, in print_exception
    for value, tb in values:
  File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/traceback.py", line 122, in _iter_chain
    context = exc.__context__
AttributeError: 'NoneType' object has no attribute '__context__'
Logged from file __init__.py, line 186
Error in sys.excepthook:
RuntimeError: super-class __init__() of type ExceptionForm was never called


Need to trace down and resolve what this problem and fix.

** Affects: openlp
     Importance: High
         Status: Confirmed

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

Title:
  Exception in Exception Form

Status in OpenLP - Worship Presentation Software:
  Confirmed

Bug description:
  Since the move to Python3 we keep getting 
  $ python openlp.py
  WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
  Traceback (most recent call last):
    File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/logging/__init__.py", line 937, in emit
      msg = self.format(record)
    File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/logging/__init__.py", line 808, in format
      return fmt.format(record)
    File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/logging/__init__.py", line 554, in format
      record.exc_text = self.formatException(record.exc_info)
    File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/logging/__init__.py", line 504, in formatException
      traceback.print_exception(ei[0], ei[1], tb, None, sio)
    File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/traceback.py", line 156, in print_exception
      for value, tb in values:
    File "/opt/openlp_2_2/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/traceback.py", line 122, in _iter_chain
      context = exc.__context__
  AttributeError: 'NoneType' object has no attribute '__context__'
  Logged from file __init__.py, line 186
  Error in sys.excepthook:
  RuntimeError: super-class __init__() of type ExceptionForm was never called

  
  Need to trace down and resolve what this problem and fix.

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


Follow ups

References