← Back to team overview

openlp-core team mailing list archive

[Bug 1332990] [NEW] Theme export broken

 

Public bug reported:

Traceback (most recent call last):
  File "/home/samuel/programming/openlp/wysiwyg/openlp/core/ui/thememanager.py", line 395, in on_export_theme
    os.path.join(source, name).encode('utf-8'), os.path.join(theme, name).encode('utf-8')
  File "/usr/lib/python3.4/zipfile.py", line 1334, in write
    zinfo = ZipInfo(arcname, date_time)
  File "/usr/lib/python3.4/zipfile.py", line 321, in __init__
    null_byte = filename.find(chr(0))
TypeError: Type str doesn't support the buffer API

** Affects: openlp
     Importance: Undecided
         Status: New

** Affects: openlp/trunk
     Importance: Undecided
         Status: New

** Also affects: openlp/trunk
   Importance: Undecided
       Status: New

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

Title:
  Theme export broken

Status in OpenLP - Worship Presentation Software:
  New
Status in OpenLP trunk series:
  New

Bug description:
  Traceback (most recent call last):
    File "/home/samuel/programming/openlp/wysiwyg/openlp/core/ui/thememanager.py", line 395, in on_export_theme
      os.path.join(source, name).encode('utf-8'), os.path.join(theme, name).encode('utf-8')
    File "/usr/lib/python3.4/zipfile.py", line 1334, in write
      zinfo = ZipInfo(arcname, date_time)
    File "/usr/lib/python3.4/zipfile.py", line 321, in __init__
      null_byte = filename.find(chr(0))
  TypeError: Type str doesn't support the buffer API

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


Follow ups

References