Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Fix adding skin to guifix after build backup #135

Open
wants to merge 1 commit into
base: matrix
Choose a base branch
from

Commits on Jun 12, 2021

  1. Fix skin backup after build backup

    prior to this fix i got this error when trying to backup sking after build backup:
    
    AppData\Roaming\Kodi\addons\plugin.program.openwizard\resources\libs\backup.py", line 439, in _backup_info
    f.write('programs="{0}"\n'.format(', '.join(programs)) if len(programs) > 0 else 'programs="none"\n')
    File "C:\Program Files (x86)\Kodi\system\python\Lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
    UnicodeEncodeError: 'charmap' codec can't encode characters in position 259-263: character maps to <undefined>
    tstrul1 committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    7528a81 View commit details
    Browse the repository at this point in the history