openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #05517
[Bug 701651] [NEW] Bible download does not work
Public bug reported:
Hello!
trunk r1207 - xubuntu 10.10
1) Register the "Biblica Vulgata" on bible server.
2) Search Leviticus 1:1
Cheers
Traceback (most recent call last):
File "/home/andreas/Projekte/openlp/bibles/openlp/plugins/bibles/lib/mediaitem.py", line 525, in onAdvancedSearchButton
self.search_results = self.parent.manager.get_verses(bible, versetext)
File "/home/andreas/Projekte/openlp/bibles/openlp/plugins/bibles/lib/manager.py", line 271, in get_verses
return self.db_cache[bible].get_verses(reflist)
File "/home/andreas/Projekte/openlp/bibles/openlp/plugins/bibles/lib/http.py", line 443, in get_verses
search_results = self.get_chapter(book, reference[1])
File "/home/andreas/Projekte/openlp/bibles/openlp/plugins/bibles/lib/http.py", line 472, in get_chapter
return handler.get_bible_chapter(self.download_name, book, chapter)
File "/home/andreas/Projekte/openlp/bibles/openlp/plugins/bibles/lib/http.py", line 271, in get_bible_chapter
content = soup.find(u'div', u'content').find(u'div').findAll(u'div')
AttributeError: 'NoneType' object has no attribute 'find'
** Affects: openlp
Importance: Undecided
Status: New
** Tags: bibles
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/701651
Title:
Bible download does not work
Status in OpenLP - Worship Presentation Software:
New
Bug description:
Hello!
trunk r1207 - xubuntu 10.10
1) Register the "Biblica Vulgata" on bible server.
2) Search Leviticus 1:1
Cheers
Traceback (most recent call last):
File "/home/andreas/Projekte/openlp/bibles/openlp/plugins/bibles/lib/mediaitem.py", line 525, in onAdvancedSearchButton
self.search_results = self.parent.manager.get_verses(bible, versetext)
File "/home/andreas/Projekte/openlp/bibles/openlp/plugins/bibles/lib/manager.py", line 271, in get_verses
return self.db_cache[bible].get_verses(reflist)
File "/home/andreas/Projekte/openlp/bibles/openlp/plugins/bibles/lib/http.py", line 443, in get_verses
search_results = self.get_chapter(book, reference[1])
File "/home/andreas/Projekte/openlp/bibles/openlp/plugins/bibles/lib/http.py", line 472, in get_chapter
return handler.get_bible_chapter(self.download_name, book, chapter)
File "/home/andreas/Projekte/openlp/bibles/openlp/plugins/bibles/lib/http.py", line 271, in get_bible_chapter
content = soup.find(u'div', u'content').find(u'div').findAll(u'div')
AttributeError: 'NoneType' object has no attribute 'find'
Follow ups
References