openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #05520
[Bug 701651] Re: Bible download does not work
** Changed in: openlp
Status: New => Confirmed
** Changed in: openlp
Importance: Undecided => Medium
** Changed in: openlp
Assignee: (unassigned) => Jon Tibble (meths)
** Changed in: openlp
Milestone: None => 1.9.5
** Changed in: openlp
Status: Confirmed => Fix Committed
--
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:
Fix Committed
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'
References