Ich habe gerade versucht "Buffy: Im Bann der Dämonen" Staffel 1 zu meiner Bibliothek hinzuzufügen. Das klappt aber bei mir nicht (OpenElec 5.05, RPi2). Hat jemand ähnliche Probleme?
Im Kodi Logfile findet sich das hier, scheint wohl ein Problem beim konvertieren des 'ä's zu sein...
Code
21:57:04 T:1671427136 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'\xe4' in position 92: ordinal not in range(128)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.prime_instant/default.py", line 1114, in <module>
addSeasonToLibrary(seriesID, name, url)
File "/storage/.kodi/addons/plugin.video.prime_instant/default.py", line 873, in addSeasonToLibrary
if not os.path.isdir(seriesDir):
File "/home/stephan/projects/openelec-5.0/build.OpenELEC-RPi2.arm-5.0.5/Python-2.7.3/.install_pkg/usr/lib/python2.7/genericpath.py", line 41, in isdir
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 92: ordinal not in range(128)
-->End of Python script error report<--
Alles anzeigen