openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #04181
[Bug 659673] [NEW] EasyWorship import fails due to character encoding
Public bug reported:
Traceback (most recent call last):
File "openlp.plugins.songs.forms.songimportform", line 356, in onCurrentIdChanged
File "openlp.plugins.songs.forms.songimportform", line 451, in performImport
File "openlp.plugins.songs.lib.ewimport", line 207, in do_import
File "openlp.plugins.songs.lib.ewimport", line 77, in strip_rtf
File "encodings.cp1252", line 15, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 0: character maps to <undefined>
** Affects: openlp
Importance: High
Status: New
** Description changed:
- Traceback (most recent call last):
- File "c:\Documents and Settings\raoul\My Documents\My Projects\openlp\release-1.9.3\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.plugins.songs.forms.songimportform", line 356, in onCurrentIdChanged
- File "c:\Documents and Settings\raoul\My Documents\My Projects\openlp\release-1.9.3\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.plugins.songs.forms.songimportform", line 451, in performImport
- File "c:\Documents and Settings\raoul\My Documents\My Projects\openlp\release-1.9.3\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.plugins.songs.lib.ewimport", line 207, in do_import
- File "c:\Documents and Settings\raoul\My Documents\My Projects\openlp\release-1.9.3\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.plugins.songs.lib.ewimport", line 77, in strip_rtf
- File "c:\Documents and Settings\raoul\My Documents\My Projects\openlp\release-1.9.3\build\pyi.win32\OpenLP\outPYZ1.pyz/encodings.cp1252", line 15, in decode
- UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 0: character maps to <undefined>
+ Traceback (most recent call last):
+ File "openlp.plugins.songs.forms.songimportform", line 356, in onCurrentIdChanged
+ File "openlp.plugins.songs.forms.songimportform", line 451, in performImport
+ File "openlp.plugins.songs.lib.ewimport", line 207, in do_import
+ File "openlp.plugins.songs.lib.ewimport", line 77, in strip_rtf
+ File "encodings.cp1252", line 15, in decode
+ UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 0: character maps to <undefined>
--
EasyWorship import fails due to character encoding
https://bugs.launchpad.net/bugs/659673
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
Status in OpenLP - Worship Presentation Software: New
Bug description:
Traceback (most recent call last):
File "openlp.plugins.songs.forms.songimportform", line 356, in onCurrentIdChanged
File "openlp.plugins.songs.forms.songimportform", line 451, in performImport
File "openlp.plugins.songs.lib.ewimport", line 207, in do_import
File "openlp.plugins.songs.lib.ewimport", line 77, in strip_rtf
File "encodings.cp1252", line 15, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 0: character maps to <undefined>
Follow ups
References