openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #22147
Re: [Merge] lp:~marmyshev/openlp/presentation into lp:openlp
Review: Needs Fixing
When testing the latest version thumbnails are generated but when I click preview button to see the preview of the presentation in OpenLP then I get this traceback:
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 187
Error in sys.excepthook:
RuntimeError: super-class __init__() of type ExceptionForm was never called
Original exception was:
Traceback (most recent call last):
File "/Users/martin/Projects/openlp/bug-836574/openlp/core/lib/mediamanageritem.py", line 486, in on_preview_click
self.preview_controller.add_service_item(service_item)
File "/Users/martin/Projects/openlp/bug-836574/openlp/core/ui/slidecontroller.py", line 689, in add_service_item
self._process_item(item, slide_no)
File "/Users/martin/Projects/openlp/bug-836574/openlp/core/ui/slidecontroller.py", line 736, in _process_item
'%s_start' % service_item.name.lower(), [service_item, self.is_live, self.hide_mode(), slideno])
File "/Users/martin/Projects/openlp/bug-836574/openlp/core/lib/registry.py", line 159, in execute
result = function(*args, **kwargs)
File "/Users/martin/Projects/openlp/bug-836574/openlp/plugins/presentations/lib/messagelistener.py", line 319, in startup
if self.handler == self.media_item.Automatic:
--
https://code.launchpad.net/~marmyshev/openlp/presentation/+merge/192548
Your team OpenLP Core is subscribed to branch lp:openlp.
References