← Back to team overview

openlp-core team mailing list archive

[Bug 1489376] [NEW] Importing SongPro export files causes traceback

 

Public bug reported:

Confirmed in 2.1.6 on windows.

Probably a "leftover" from the py2 -> py3 conversion.

Traceback (most recent call last):
  File "D:\OpenLP_Development\OpenLP_Code\2.1\openlp\core\ui\wizard.py", line 216, in on_current_id_changed
  File "D:\OpenLP_Development\OpenLP_Code\2.1\openlp\plugins\songs\forms\songimportform.py", line 347, in perform_wizard
  File "D:\OpenLP_Development\OpenLP_Code\2.1\openlp\plugins\songs\lib\importers\songpro.py", line 82, in do_import
TypeError: decoding str is not supported

** Affects: openlp
     Importance: Medium
     Assignee: Tomas Groth (tomasgroth)
         Status: Confirmed

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

Title:
  Importing SongPro export files causes traceback

Status in OpenLP:
  Confirmed

Bug description:
  Confirmed in 2.1.6 on windows.

  Probably a "leftover" from the py2 -> py3 conversion.

  Traceback (most recent call last):
    File "D:\OpenLP_Development\OpenLP_Code\2.1\openlp\core\ui\wizard.py", line 216, in on_current_id_changed
    File "D:\OpenLP_Development\OpenLP_Code\2.1\openlp\plugins\songs\forms\songimportform.py", line 347, in perform_wizard
    File "D:\OpenLP_Development\OpenLP_Code\2.1\openlp\plugins\songs\lib\importers\songpro.py", line 82, in do_import
  TypeError: decoding str is not supported

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


Follow ups