openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #32702
[Bug 1750447] [NEW] Can't import webbible
Public bug reported:
Starting with on openlp configs or data, adding a couple of non-english
bibles in FTW and then importing a new bible. I just downloaded the list
and went with what was chosen.
Here's the trace
Traceback (most recent call last):
File "/home/sim/dev/openlp/trunk/openlp/core/widgets/wizard.py", line 228, in on_current_id_changed
self.perform_wizard()
File "/home/sim/dev/openlp/trunk/openlp/plugins/bibles/forms/bibleimportform.py", line 794, in perform_wizard
if importer.do_import(license_version) and not importer.stop_import_flag:
File "/home/sim/dev/openlp/trunk/openlp/plugins/bibles/lib/importers/http.py", line 654, in do_import
book_ref_id = self.get_book_ref_id_by_name(book, len(books), self.language_id)
File "/home/sim/dev/openlp/trunk/openlp/core/common/mixins.py", line 67, in wrapped
raise e
File "/home/sim/dev/openlp/trunk/openlp/core/common/mixins.py", line 60, in wrapped
return func(*args, **kwargs)
File "/home/sim/dev/openlp/trunk/openlp/plugins/bibles/lib/bibleimport.py", line 77, in get_book_ref_id_by_name
book_id = AlternativeBookNamesDB.get_book_reference_id(book)
File "/home/sim/dev/openlp/trunk/openlp/plugins/bibles/lib/db.py", line 809, in get_book_reference_id
'SELECT book_reference_id, name FROM alternative_book_names')
File "/home/sim/dev/openlp/trunk/openlp/plugins/bibles/lib/db.py", line 790, in run_sql
cursor.execute(query, parameters)
sqlite3.OperationalError: no such table: alternative_book_names
I'm attaching a log
** Affects: openlp
Importance: Undecided
Status: New
** Attachment added: "openlp.log"
https://bugs.launchpad.net/bugs/1750447/+attachment/5058448/+files/openlp.log
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1750447
Title:
Can't import webbible
Status in OpenLP:
New
Bug description:
Starting with on openlp configs or data, adding a couple of non-
english bibles in FTW and then importing a new bible. I just
downloaded the list and went with what was chosen.
Here's the trace
Traceback (most recent call last):
File "/home/sim/dev/openlp/trunk/openlp/core/widgets/wizard.py", line 228, in on_current_id_changed
self.perform_wizard()
File "/home/sim/dev/openlp/trunk/openlp/plugins/bibles/forms/bibleimportform.py", line 794, in perform_wizard
if importer.do_import(license_version) and not importer.stop_import_flag:
File "/home/sim/dev/openlp/trunk/openlp/plugins/bibles/lib/importers/http.py", line 654, in do_import
book_ref_id = self.get_book_ref_id_by_name(book, len(books), self.language_id)
File "/home/sim/dev/openlp/trunk/openlp/core/common/mixins.py", line 67, in wrapped
raise e
File "/home/sim/dev/openlp/trunk/openlp/core/common/mixins.py", line 60, in wrapped
return func(*args, **kwargs)
File "/home/sim/dev/openlp/trunk/openlp/plugins/bibles/lib/bibleimport.py", line 77, in get_book_ref_id_by_name
book_id = AlternativeBookNamesDB.get_book_reference_id(book)
File "/home/sim/dev/openlp/trunk/openlp/plugins/bibles/lib/db.py", line 809, in get_book_reference_id
'SELECT book_reference_id, name FROM alternative_book_names')
File "/home/sim/dev/openlp/trunk/openlp/plugins/bibles/lib/db.py", line 790, in run_sql
cursor.execute(query, parameters)
sqlite3.OperationalError: no such table: alternative_book_names
I'm attaching a log
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1750447/+subscriptions
Follow ups