← Back to team overview

openlp-core team mailing list archive

[Bug 1387278] [NEW] Crash when exporting settings

 

Public bug reported:

O/S: Windows 7
Version: trunk 2.1r2434

File -> Export -> Settings.
Choose location and Enter a file name.
Gives crash dialog:
Traceback (most recent call last):
  File "C:\Users\Jonathan\Documents\projects\openlp\trunk\openlp\core\ui\mainwindow.py", line 981, in on_settings_export_item_clicked
    key_value = settings.value(section_key)
  File "C:\Users\Jonathan\Documents\projects\openlp\trunk\openlp\core\common\settings.py", line 437, in value
    default_value = Settings.__default_settings__[key]
KeyError: 'custom/custom/display footer'

** Affects: openlp
     Importance: Undecided
         Status: New

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

Title:
  Crash when exporting settings

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  O/S: Windows 7
  Version: trunk 2.1r2434

  File -> Export -> Settings.
  Choose location and Enter a file name.
  Gives crash dialog:
  Traceback (most recent call last):
    File "C:\Users\Jonathan\Documents\projects\openlp\trunk\openlp\core\ui\mainwindow.py", line 981, in on_settings_export_item_clicked
      key_value = settings.value(section_key)
    File "C:\Users\Jonathan\Documents\projects\openlp\trunk\openlp\core\common\settings.py", line 437, in value
      default_value = Settings.__default_settings__[key]
  KeyError: 'custom/custom/display footer'

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


Follow ups

References