openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #22155
[Bug 1227983] Re: Exception in Exception Form
** Changed in: openlp
Status: In Progress => Fix Committed
--
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:
Fix Committed
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
References