← Back to team overview

openlp-core team mailing list archive

[Bug 1593882] Re: Projector authenticated connection generates exception

 

** Branch linked: lp:~alisonken1/openlp/2.4-bug-1593883-projector-
authentication

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

Title:
  Projector authenticated connection generates exception

Status in OpenLP:
  In Progress

Bug description:
  Authenticated connection with no pin set should have generated an
  error message box.

  projector.manager.ProjectorManager       DEBUG    Entering 
  projector.manager                        DEBUG    (Test Projector) updateStatus(status=S_CONNECTING) message: "Connecting"
  projector.manager                        DEBUG    (Test Projector) Updating icon with S_CONNECTING
  projector.pjlink1                       DEBUG    (192.168.1.20) check_login(data="None")
  projector.pjlink1                       DEBUG    (192.168.1.20) check_login() read "PJLINK 1 44cd859a"
  projector.pjlink1                       DEBUG    (192.168.1.20) data_check="['PJLINK', '1', '44cd859a']"
  projector.pjlink1                       DEBUG    (192.168.1.20) Setting hash with salt="44cd859a"
  projector.pjlink1                       DEBUG    (192.168.1.20) pin="None"
  openlp.core.OpenLP                                      DEBUG    Entering hook_exception
  root                                                    CRITICAL Traceback (most recent call last):
    File "openlp/core/lib/projector/pjlink1.py", line 348, in check_login
  AttributeError: 'NoneType' object has no attribute 'encode'

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


References