Hey, super das du dich um die Weiter- bzw. Neuentwicklung des Addons kümmerst!
Habe dann auch direkt die letzte Version installiert.
Ich wollte heute dann mal testweise eine Serie von dem SkyGo Addon hinzufügen.
Leider wurde die Serie dann in dem Ordner /Others angelegt, obwohl ich TV-Shows ausgewählt hatte. Außerdem wurde bei der 4. Folge der 1. Staffel abgebrochen, da, wie ich vermute, in dem Titel ein Umlaut enthalten war.
Hier die Fehlermeldung:
20:17:56 16315.818359 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: Other/Mad Men - Staffel 01 Mad Men - Staffel 01 - 01. Schall und Rauch
20:17:56 16315.818359 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: writeSTRM
20:17:56 16315.819336 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: makeSTRM
20:17:56 16315.828125 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: Other/Mad Men - Staffel 01 Mad Men - Staffel 01 - 02. Was wollen Frauen
20:17:56 16315.828125 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: writeSTRM
20:17:56 16315.828125 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: makeSTRM
20:17:56 16315.834961 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: Other/Mad Men - Staffel 01 Mad Men - Staffel 01 - 03. Figaros Hochzeit
20:17:56 16315.834961 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: writeSTRM
20:17:56 16315.834961 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: makeSTRM
20:17:56 16315.841797 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: Other/Mad Men - Staffel 01 Mad Men - Staffel 01 - 04. Rückgrat
20:17:56 16315.842773 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: writeSTRM
20:17:56 16315.842773 T:1470477216 DEBUG: [plugin.video.osmosis-0.3.3]: makeSTRM
20:17:56 16315.846680 T:1470477216 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 117: ordinal not in range(128)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.osmosis/default.py", line 196, in <module>
create.fillPluginItems(url, strm=True, strm_name=name, strm_type=cType)
File "/storage/.kodi/addons/plugin.video.osmosis/modules/create.py", line 217, in fillPluginItems
fillPluginItems(file, media_type, file_type, strm, label, strm_type, showtitle)
File "/storage/.kodi/addons/plugin.video.osmosis/modules/create.py", line 211, in fillPluginItems
fileSys.writeSTRM(stringUtils.cleanStrms((path.rstrip("."))), stringUtils.cleanStrms(filename.rstrip(".")) , link)
File "/storage/.kodi/addons/plugin.video.osmosis/modules/fileSys.py", line 77, in writeSTRM
makeSTRM(path, file, url)
File "/storage/.kodi/addons/plugin.video.osmosis/modules/fileSys.py", line 95, in makeSTRM
fle = open(fullpath, "w")
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 117: ordinal not in range(128)
-->End of Python script error report<--