ZionWorks import fails in OpenLP 2.2
Bug #1510282 reported by
Tomas Groth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
OpenLP | Status tracked in Trunk | |||||
Trunk |
Fix Released
|
Medium
|
Tomas Groth |
Bug Description
When trying to import the CSV generated from ZionWorks song database, the import fails with this error message:
The following songs could not be imported:
- Error reading CSV file. (Line 0: iterator should return strings, not bytes (did you open the file in text mode?))
The problem is that the code doing the import hasen't been updated to work with python3.
Related branches
lp:~tomasgroth/openlp/song-import-fixes
- Raoul Snyman: Approve
-
Diff: 284 lines (+158/-11)6 files modifiedopenlp/plugins/songs/lib/importers/worshipcenterpro.py (+35/-2)
openlp/plugins/songs/lib/importers/zionworx.py (+7/-7)
tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py (+21/-2)
tests/functional/openlp_plugins/songs/test_zionworximport.py (+20/-0)
tests/resources/zionworxsongs/zionworx.csv (+45/-0)
tests/resources/zionworxsongs/zionworx.json (+30/-0)
Changed in openlp: | |
milestone: | none → 2.2.1 |
status: | In Progress → Fix Released |
To post a comment you must log in.