Beiträge von verbatim

    Habe ebenfalls Libreelec mit Kodi 17
    Bekomme aber folgenden Fehler:


    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 16: ordinal not in range(128)
    Traceback (most recent call last):
    File "/storage/.kodi/addons/script.kodi.hue.ambilight/default.py", line 318, in <module>
    hue = Hue(settings, args)
    File "/storage/.kodi/addons/script.kodi.hue.ambilight/default.py", line 168, in __init__
    self.update_controllers()
    File "/storage/.kodi/addons/script.kodi.hue.ambilight/default.py", line 226, in update_controllers
    self.static_controller,
    File "/storage/.kodi/addons/script.kodi.hue.ambilight/resources/lib/lights.py", line 208, in __repr__
    return ('<{} {}>'.format(self.__class__.__name__, self.lights))
    File "/storage/.kodi/addons/script.kodi.hue.ambilight/resources/lib/lights.py", line 93, in __repr__
    self.name, self.light_id, self.hue, self.sat, self.bri, self.on))
    UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 16: ordinal not in range(128)
    -->End of Python script error report<--