← Back to team overview

openlp-core team mailing list archive

[Bug 1608194] Re: Import from SongSelect no longer works (website updated)

 

Fix intermittently but now breaks on search (after login).

I don't know how to submit a PR on launchpad, but adding a `or is None`
on line 130 of `html.__init__.py` in `unescape()` fixed it. It now reads

```python
if '&' not in s or s is None:
    return s
return _charref.sub(_replace_charref, s)
```

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

Title:
  Import from SongSelect no longer works (website updated)

Status in OpenLP:
  In Progress
Status in OpenLP 2.4 series:
  Fix Released
Status in OpenLP trunk series:
  In Progress

Bug description:
  The SongSelect website has recently been updated, and since then, all
  login attempts from OpenLP say Login details incorrect, though using
  the same credentials on the SongSelect website work correctly.

  Windows 10 Home
  OpenLP version 2.4

  - File > Import > CCLI SongSelect
  - Enter valid credentials
  - "Invalid credentials"

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


References