← Back to team overview

openlp-core team mailing list archive

[Bug 1016927] [NEW] Filesystem encoding problem when importing songs

 

Public bug reported:

It turns out that in a refactoring a badly needed .encode() has got
lost.

Traceback (most recent call last):
  File "/home/mattias/Arendus/OpenLP/sunday_plus_import/openlp/plugins/songs/forms/songimportform.py", line 546, in isComplete
    and os.path.isfile(filepath):
  File "/usr/lib/python2.7/genericpath.py", line 29, in isfile
    st = os.stat(path)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf5 in position 20: ordinal not in range(128)

** Affects: openlp
     Importance: Undecided
     Assignee: mahfiaz (mahfiaz)
         Status: In Progress

** Changed in: openlp
     Assignee: (unassigned) => mahfiaz (mahfiaz)

** Changed in: openlp
       Status: New => In Progress

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

Title:
  Filesystem encoding problem when importing songs

Status in OpenLP - Worship Presentation Software:
  In Progress

Bug description:
  It turns out that in a refactoring a badly needed .encode() has got
  lost.

  Traceback (most recent call last):
    File "/home/mattias/Arendus/OpenLP/sunday_plus_import/openlp/plugins/songs/forms/songimportform.py", line 546, in isComplete
      and os.path.isfile(filepath):
    File "/usr/lib/python2.7/genericpath.py", line 29, in isfile
      st = os.stat(path)
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xf5 in position 20: ordinal not in range(128)

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


Follow ups

References