← Back to team overview

openlp-core team mailing list archive

[Bug 1489757] [NEW] When trying to update/download the web-bible list while being offline a traceback appears

 

Public bug reported:

Confirmed in 2.1.6 on linux.
When trying to update/download the web-bible list while being offline a traceback appears. An error message telling that there was a connection problem appears before the traceback.

Traceback (most recent call last):
  File "/home/tgc/projects/OpenLP/code/trunk/openlp/plugins/bibles/forms/bibleimportform.py", line 521, in on_web_update_button_clicked
    for (bible_name, bible_key, language_code) in bibles:
TypeError: 'NoneType' object is not iterable

** Affects: openlp
     Importance: Low
     Assignee: Tomas Groth (tomasgroth)
         Status: In Progress

** Changed in: openlp
       Status: New => In Progress

** Changed in: openlp
   Importance: Undecided => Low

** Changed in: openlp
     Assignee: (unassigned) => Tomas Groth (tomasgroth)

** Description changed:

  Confirmed in 2.1.6 on linux.
  When trying to update/download the web-bible list while being offline a traceback appears. An error message telling that there was a connection problem appears before the traceback.
+ 
+ Traceback (most recent call last):
+   File "/home/tgc/projects/OpenLP/code/trunk/openlp/plugins/bibles/forms/bibleimportform.py", line 521, in on_web_update_button_clicked
+     for (bible_name, bible_key, language_code) in bibles:
+ TypeError: 'NoneType' object is not iterable

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1489757

Title:
  When trying to update/download the web-bible list while being offline
  a traceback appears

Status in OpenLP:
  In Progress

Bug description:
  Confirmed in 2.1.6 on linux.
  When trying to update/download the web-bible list while being offline a traceback appears. An error message telling that there was a connection problem appears before the traceback.

  Traceback (most recent call last):
    File "/home/tgc/projects/OpenLP/code/trunk/openlp/plugins/bibles/forms/bibleimportform.py", line 521, in on_web_update_button_clicked
      for (bible_name, bible_key, language_code) in bibles:
  TypeError: 'NoneType' object is not iterable

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1489757/+subscriptions


Follow ups