openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #33573
[Bug 1742390] Re: CSV bible import fails UnicodeDecodeError: '
Fixed in https://bazaar.launchpad.net/~openlp-
core/openlp/trunk/revision/2692
** Changed in: openlp
Status: New => Fix Committed
** Changed in: openlp
Importance: Undecided => Low
** Changed in: openlp
Assignee: (unassigned) => Phill (phill-ridout)
** Branch linked: lp:~phill-ridout/openlp/more-bible-refactors
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1742390
Title:
CSV bible import fails UnicodeDecodeError: '
Status in OpenLP:
Fix Committed
Bug description:
Traceback (most recent call last):
File "openlp\core\ui\wizard.py", line 216, in on_current_id_changed
File "openlp\plugins\bibles\forms\bibleimportform.py", line 632, in perform_wizard
File "openlp\plugins\bibles\lib\csvbible.py", line 98, in do_import
File "C:\Python34-32\lib\encodings\ascii.py", line 26, in decode
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 1401: ordinal not in range(128)
Win 10, OLP 2.4.6, was trying to test this:
https://bugs.launchpad.net/openlp/+bug/1624850
but the importer crashed, not sure if the same files were used...
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1742390/+subscriptions
References