← Back to team overview

openlp-core team mailing list archive

[Bug 1735766] Re: Launching Openlp with -w results in a traceback

 

** Branch linked: lp:~trb143/openlp/fixwebabend

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

Title:
  Launching Openlp with -w results in a traceback

Status in OpenLP:
  Confirmed

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'

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


References