BibleStudyTools import broken
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenLP |
High
|
Tomas Groth |
Bug Description
The web import from BibleStudyTools.com is broken due to their new HTML.
See:
- https:/
- https:/
- https:/
- https:/
- https:/
Traceback (most recent call last):
File "openlp/
File "openlp/
KeyError: 0
Related branches
- Raoul Snyman: Approve on 2016-05-09
-
Diff: 250 lines (+113/-15)6 files modifiedopenlp/plugins/bibles/forms/bibleimportform.py (+1/-1)
openlp/plugins/bibles/lib/http.py (+2/-2)
openlp/plugins/media/mediaplugin.py (+6/-3)
openlp/plugins/presentations/lib/pdfcontroller.py (+31/-7)
openlp/plugins/presentations/lib/presentationtab.py (+1/-1)
tests/functional/openlp_plugins/presentations/test_pdfcontroller.py (+72/-1)
- Raoul Snyman: Approve on 2016-05-24
-
Diff: 236 lines (+108/-13)6 files modifiedopenlp/core/utils/__init__.py (+1/-1)
openlp/plugins/bibles/forms/bibleimportform.py (+1/-1)
openlp/plugins/bibles/lib/http.py (+2/-2)
openlp/plugins/presentations/lib/pdfcontroller.py (+31/-7)
openlp/plugins/songs/lib/importers/songpro.py (+1/-1)
tests/functional/openlp_plugins/presentations/test_pdfcontroller.py (+72/-1)
Stefan L. (stefanl.) wrote : | #1 |
Stefan L (stefan-loewen) wrote : | #2 |
http://
and
http://
are better fixes for this.
Please ignore the patch I posted before.
Changed in openlp: | |
assignee: | nobody → Tomas Groth (tomasgroth) |
status: | Confirmed → In Progress |
Changed in openlp: | |
status: | In Progress → Fix Committed |
Changed in openlp: | |
status: | Fix Committed → Fix Released |
Here's a simple patch for it.