← Back to team overview

openlp-core team mailing list archive

[Bug 1222944] [NEW] Tracebacks in First Time Wizard with no internet

 

Public bug reported:

Two small issues in 2.0.2 I stumbled upon, seems to be connected:

When rerunning the first time wizard without an internet connection, and cancelling it in the first image I get the traceback below. Found while on Archlinux.
Cancel FTW with no internet:
Traceback (most recent call last):
  File "/home/tgc/OpenLP/OpenLP-2.0.2/openlp/core/ui/firsttimeform.py", line 294, in onCancelButtonClicked
    while self.themeScreenshotThread.isRunning():
AttributeError: 'FirstTimeForm' object has no attribute 'themeScreenshotThread'


When rerunning the first time wizard while connected to a network that requires login in the browser (like in hotels, at conferences etc.) the wizard produces a traceback when trying to go through the wizard (IIRC when the first Next-button is clicked). Unfortunantly I don't have the traceback of this available. Found while on Windows Vista.

** 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/1222944

Title:
  Tracebacks in First Time Wizard with no internet

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  Two small issues in 2.0.2 I stumbled upon, seems to be connected:

  When rerunning the first time wizard without an internet connection, and cancelling it in the first image I get the traceback below. Found while on Archlinux.
  Cancel FTW with no internet:
  Traceback (most recent call last):
    File "/home/tgc/OpenLP/OpenLP-2.0.2/openlp/core/ui/firsttimeform.py", line 294, in onCancelButtonClicked
      while self.themeScreenshotThread.isRunning():
  AttributeError: 'FirstTimeForm' object has no attribute 'themeScreenshotThread'

  
  When rerunning the first time wizard while connected to a network that requires login in the browser (like in hotels, at conferences etc.) the wizard produces a traceback when trying to go through the wizard (IIRC when the first Next-button is clicked). Unfortunantly I don't have the traceback of this available. Found while on Windows Vista.

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


Follow ups

References