Can´t find encoding

  • Im trying to get the Google Music Add-on running.
    Im unable to play any song at all.
    The problem lies within the script.module.requests add-on. Here is the important part of my kodi.log

    After reinstalling Libreelec it worked for a short time, but I believe after a reboot it stopped working. If I open a python shell and repeat the steps I get no errors at all.

    Code
    [b]LibreELEC:[/b][b]~ [/b]# python2.7
    Python 2.7.11 (default, Oct 13 2016, 17:08:44) [GCC 5.3.0] on linux2Type "help", "copyright", "credits" or "license" for more information.
    >>> import codecs
    >>> codecs.lookup('utf-8')[3]
    <class encodings.utf_8.StreamWriter at 0x7fa0dcb390>

    How can I fix this?

  • When a 3rd party Kodi addon does't work, contact its developer(s).
    Also always include a full kodi.log file, not just the parts that you think are interesting.

  • The developer said the following:

    Quote


    Other Openelec users already reported similar errors. I'm not sure how to solve it but probably a string encoding package is missing from the distribution.
    I personally don't use Openelec so I can't help much. If you find out a solution please return with feedback, other users may benefit from it.

    Another user reported that the bug went away with LibreElec Testbuild #0908.
    Im using the newest 7.0.2.008 build for S905/S905X.
    Here is a complete kodi.log file: Ubuntu Pastebin
    Thank you for your help!