openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #31420
Re: [Merge] lp:~phill-ridout/openlp/saved_bible_verses into lp:openlp
Review: Needs Fixing
Traceback (most recent call last):
File "/home/tim/Projects/OpenLP/openlp/saved_bible_verses/openlp/plugins/bibles/lib/mediaitem.py", line 789, in on_search_timer_timeout
self.text_search()
File "/home/tim/Projects/OpenLP/openlp/saved_bible_verses/openlp/plugins/bibles/lib/mediaitem.py", line 765, in text_search
self.display_results()
File "/home/tim/Projects/OpenLP/openlp/saved_bible_verses/openlp/plugins/bibles/lib/mediaitem.py", line 798, in display_results
self.current_results = self.build_display_results(self.bible, self.second_bible, self.search_results)
File "/home/tim/Projects/OpenLP/openlp/saved_bible_verses/openlp/plugins/bibles/lib/mediaitem.py", line 814, in build_display_results
version = self.plugin.manager.get_meta_data(self.bible.name, 'name').value
AttributeError: 'NoneType' object has no attribute 'name'
downloaded and started to no bibles loaded !!!!!!!
Loaded a new bible and started to type. Search as type fired and downloaded the chapter and gave me a message saying search as you type is not available!
Then a traceback
Traceback (most recent call last):
File "/home/tim/Projects/OpenLP/openlp/saved_bible_verses/openlp/plugins/bibles/lib/mediaitem.py", line 789, in on_search_timer_timeout
self.text_search()
File "/home/tim/Projects/OpenLP/openlp/saved_bible_verses/openlp/plugins/bibles/lib/mediaitem.py", line 768, in text_search
self.on_text_search(text)
File "/home/tim/Projects/OpenLP/openlp/saved_bible_verses/openlp/plugins/bibles/lib/mediaitem.py", line 732, in on_text_search
self.display_results()
File "/home/tim/Projects/OpenLP/openlp/saved_bible_verses/openlp/plugins/bibles/lib/mediaitem.py", line 798, in display_results
self.current_results = self.build_display_results(self.bible, self.second_bible, self.search_results)
File "/home/tim/Projects/OpenLP/openlp/saved_bible_verses/openlp/plugins/bibles/lib/mediaitem.py", line 828, in build_display_results
for count, verse in enumerate(search_results):
TypeError: 'NoneType' object is not iterable
On the select UI I only have 2 lines of search as the options is large and takes up most the the space.
--
https://code.launchpad.net/~phill-ridout/openlp/saved_bible_verses/+merge/321949
Your team OpenLP Core is subscribed to branch lp:openlp.
References