Launching Openlp with -w results in a traceback

Bug #1735766 reported by Simon Hanna
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenLP
Fix Committed
High
Tim Bentley

Bug Description

The traceback isn't shown on the command line but in a Bug report window. Here is the traceback:

Traceback (most recent call last):
  File "openlp.py", line 60, in <module>
    main()
  File "/home/sim/dev/openlp/trunk/openlp/core/app.py", line 425, in main
    sys.exit(application.run(qt_args))
  File "/home/sim/dev/openlp/trunk/openlp/core/app.py", line 119, in run
    Registry().execute('bootstrap_post_set_up')
  File "/home/sim/dev/openlp/trunk/openlp/core/common/registry.py", line 146, in execute
    result = function(*args, **kwargs)
  File "/home/sim/dev/openlp/trunk/openlp/core/ui/settingsform.py", line 163, in bootstrap_post_set_up
    self.api_tab = ApiTab(self)
  File "/home/sim/dev/openlp/trunk/openlp/core/api/tab.py", line 42, in __init__
    super(ApiTab, self).__init__(parent, 'api', advanced_translated)
  File "/home/sim/dev/openlp/trunk/openlp/core/lib/settingstab.py", line 51, in __init__
    self._setup()
  File "/home/sim/dev/openlp/trunk/openlp/core/lib/settingstab.py", line 60, in _setup
    self.load()
  File "/home/sim/dev/openlp/trunk/openlp/core/api/tab.py", line 249, in load
    self.master_version_value.setText(Registry().get_flag('website_version'))
  File "/home/sim/dev/openlp/trunk/openlp/core/common/registry.py", line 170, in get_flag
    raise KeyError('Working Flag {key} not found in list'.format(key=key))
KeyError: 'Working Flag website_version not found in list'

Related branches

Tim Bentley (trb143)
Changed in openlp:
assignee: nobody → Tim Bentley (trb143)
status: New → Confirmed
importance: Undecided → High
Phill (phill-ridout)
Changed in openlp:
status: Confirmed → Fix Committed
milestone: none → 2.9.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.