openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #19875
[Bug 1152507] [NEW] Enable/disable players causes traceback
Public bug reported:
Hello,
Disabling or enabling a player creates this traceback:
Traceback (most recent call last):
File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/settingsform.py", line 109, in accept
self.stackedLayout.widget(tabIndex).save()
File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/media/playertab.py", line 233, in save
Registry().execute(u'config_screen_changed')
File "/home/andreas/Projects/OpenLP/trunk/openlp/core/lib/registry.py", line 162, in execute
result = function(*args, **kwargs)
File "/home/andreas/Projects/OpenLP/trunk/openlp/plugins/media/lib/mediaitem.py", line 217, in display_setup
self.media_controller.setup_display(self.display_controller.previewDisplay, False)
AttributeError: 'DisplayController' object has no attribute 'previewDisplay'
** Affects: openlp
Importance: Undecided
Status: New
** Affects: openlp/trunk
Importance: Undecided
Status: New
** Tags: regression
** Also affects: openlp/trunk
Importance: Undecided
Status: New
** Changed in: openlp/trunk
Milestone: None => 2.1.1
** Tags added: regression
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1152507
Title:
Enable/disable players causes traceback
Status in OpenLP - Worship Presentation Software:
New
Status in OpenLP trunk series:
New
Bug description:
Hello,
Disabling or enabling a player creates this traceback:
Traceback (most recent call last):
File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/settingsform.py", line 109, in accept
self.stackedLayout.widget(tabIndex).save()
File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/media/playertab.py", line 233, in save
Registry().execute(u'config_screen_changed')
File "/home/andreas/Projects/OpenLP/trunk/openlp/core/lib/registry.py", line 162, in execute
result = function(*args, **kwargs)
File "/home/andreas/Projects/OpenLP/trunk/openlp/plugins/media/lib/mediaitem.py", line 217, in display_setup
self.media_controller.setup_display(self.display_controller.previewDisplay, False)
AttributeError: 'DisplayController' object has no attribute 'previewDisplay'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1152507/+subscriptions
Follow ups
References