← Back to team overview

openlp-core team mailing list archive

[Bug 1016927] Re: Filesystem encoding problem when importing songs

 

That would be my mistake, mahfiaz. I take it you're already working on
fixing it?

-- 
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


References