Es gibt wieder ein Problem mit Umlauten bei der Stream-Generierung.
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeEncodeError'>
Error Contents: 'ascii' codec can't encode character u'\xfc' in position 133: ordinal not in range(128)
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/http://org.xbmc.kodi/files/.kodi/ad…osis/default.py", line 194, in <module>
create.fillPluginItems(url, strm=True, strm_name=name, strm_type=cType)
File "/storage/emulated/0/Android/data/http://org.xbmc.kodi/files/.kodi/ad…mosis/create.py", line 208, in fillPluginItems
fileSys.writeSTRM(stringUtils.cleanStrms(path), stringUtils.cleanStrms(filename) , link)
File "/storage/emulated/0/Android/data/http://org.xbmc.kodi/files/.kodi/ad…osis/fileSys.py", line 73, in writeSTRM
makeSTRM(path, file, url)
File "/storage/emulated/0/Android/data/http://org.xbmc.kodi/files/.kodi/ad…osis/fileSys.py", line 86, in makeSTRM
fle = open(fullpath, "w")
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 133: ordinal not in range(128)
-->End of Python script error report<--