2017-06-02 13:17:21 |
Azaziah |
description |
I just started 2.4.6 normally on win 10, but only "songs" were visible in Library.
All of the plugins are activated in the plugin manager.
On closing the program, the following traceback appears:
Traceback (most recent call last):
File "openlp\core\ui\mainwindow.py", line 1091, in closeEvent
File "openlp\core\ui\mainwindow.py", line 1129, in clean_up
File "openlp\core\lib\pluginmanager.py", line 189, in finalise_plugins
File "C:\Program Files (x86)\OpenLP\plugins\bibles\bibleplugin.py", line 100, in finalise
action_list.remove_action(self.import_bible_item, UiStrings().Import)
File "openlp\core\utils\actions.py", line 300, in remove_action
File "openlp\core\utils\actions.py", line 117, in remove
TypeError: 'QAction' object does not support indexing
The same traceback also appears when trying to de-activate the "Bible" plugin
(The status does not change, but combobox item does)
If trying to activate the plugin, the following traceback appears:
Traceback (most recent call last):
File "openlp\core\ui\pluginform.py", line 136, in on_status_combo_box_changed
File "openlp\core\lib\plugin.py", line 186, in toggle_status
File "C:\Program Files (x86)\OpenLP\plugins\bibles\bibleplugin.py", line 84, in initialise
super(BiblePlugin, self).initialise()
File "openlp\core\lib\plugin.py", line 278, in initialise
File "openlp\plugins\bibles\lib\mediaitem.py", line 319, in initialise
File "openlp\core\common\settings.py", line 436, in value
TypeError: unable to convert a QVariant back to a Python object
Deleting the OpenLP data folder does not fix this issue.
The causes for this bug are still unclear, 2.4.6 used to work normally. |
I just started 2.4.6 normally on win 10, but only "songs" were visible in Library. All of the plugins are activated in the plugin manager.
On closing the program, the following traceback appears:
Traceback (most recent call last):
File "openlp\core\ui\mainwindow.py", line 1091, in closeEvent
File "openlp\core\ui\mainwindow.py", line 1129, in clean_up
File "openlp\core\lib\pluginmanager.py", line 189, in finalise_plugins
File "C:\Program Files (x86)\OpenLP\plugins\bibles\bibleplugin.py", line 100, in finalise
action_list.remove_action(self.import_bible_item, UiStrings().Import)
File "openlp\core\utils\actions.py", line 300, in remove_action
File "openlp\core\utils\actions.py", line 117, in remove
TypeError: 'QAction' object does not support indexing
The same traceback also appears when trying to de-activate the "Bible" plugin
(The status does not change, but combobox item does)
If trying to activate the plugin, the following traceback appears:
Traceback (most recent call last):
File "openlp\core\ui\pluginform.py", line 136, in on_status_combo_box_changed
File "openlp\core\lib\plugin.py", line 186, in toggle_status
File "C:\Program Files (x86)\OpenLP\plugins\bibles\bibleplugin.py", line 84, in initialise
super(BiblePlugin, self).initialise()
File "openlp\core\lib\plugin.py", line 278, in initialise
File "openlp\plugins\bibles\lib\mediaitem.py", line 319, in initialise
File "openlp\core\common\settings.py", line 436, in value
TypeError: unable to convert a QVariant back to a Python object
Deleting the OpenLP data folder does not fix this issue.
The causes for this bug are still unclear, 2.4.6 used to work normally. |
|