openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #09650
[Bug 791347] [NEW] Traceback on startup when Bibles plugin is disabled
Public bug reported:
Hello,
xubuntu, revision 1600
1) Disable the bibles plugin
2) Restart OpenLP
3) A traceback is shown and OpenLP closes.
Traceback (most recent call last):
File "./openlp.pyw", line 264, in <module>
main()
File "./openlp.pyw", line 258, in main
sys.exit(app.run(qt_args))
File "./openlp.pyw", line 136, in run
self.mainWindow.appStartup()
File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/mainwindow.py", line 660, in appStartup
plugin.appStartup()
File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/bibles/bibleplugin.py", line 83, in appStartup
if len(self.manager.old_bible_databases):
AttributeError: 'NoneType' object has no attribute 'old_bible_databases'
** Affects: openlp
Importance: Critical
Status: New
** Changed in: openlp
Importance: Undecided => Critical
** Description changed:
Hello,
xubuntu, revision 1600
1) Disable the bibles plugin
2) Restart OpenLP
-
- When OpenLP has loaded (or is about to finish loading) the following
- traceback shows:
+ 3) A traceback is shown and OpenLP closes.
Traceback (most recent call last):
- File "./openlp.pyw", line 264, in <module>
- main()
- File "./openlp.pyw", line 258, in main
- sys.exit(app.run(qt_args))
- File "./openlp.pyw", line 136, in run
- self.mainWindow.appStartup()
- File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/mainwindow.py", line 660, in appStartup
- plugin.appStartup()
- File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/bibles/bibleplugin.py", line 83, in appStartup
- if len(self.manager.old_bible_databases):
+ File "./openlp.pyw", line 264, in <module>
+ main()
+ File "./openlp.pyw", line 258, in main
+ sys.exit(app.run(qt_args))
+ File "./openlp.pyw", line 136, in run
+ self.mainWindow.appStartup()
+ File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/mainwindow.py", line 660, in appStartup
+ plugin.appStartup()
+ File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/bibles/bibleplugin.py", line 83, in appStartup
+ if len(self.manager.old_bible_databases):
AttributeError: 'NoneType' object has no attribute 'old_bible_databases'
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/791347
Title:
Traceback on startup when Bibles plugin is disabled
Status in OpenLP - Worship Presentation Software:
New
Bug description:
Hello,
xubuntu, revision 1600
1) Disable the bibles plugin
2) Restart OpenLP
3) A traceback is shown and OpenLP closes.
Traceback (most recent call last):
File "./openlp.pyw", line 264, in <module>
main()
File "./openlp.pyw", line 258, in main
sys.exit(app.run(qt_args))
File "./openlp.pyw", line 136, in run
self.mainWindow.appStartup()
File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/mainwindow.py", line 660, in appStartup
plugin.appStartup()
File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/bibles/bibleplugin.py", line 83, in appStartup
if len(self.manager.old_bible_databases):
AttributeError: 'NoneType' object has no attribute 'old_bible_databases'
Follow ups
References