When I run mopidy , I got the error messages that the local, m3u extensions have been disabled due to the following ,
WARNING Found local configuration errors, the extension has been automatically disabled:
WARNING local/media_dir ‘ascii’ codec can’t encode characters in position 11-12: ordinal not in range(128)
WARNING Found m3u configuration errors, the extension has been automatically disabled:
WARNING m3u/base_dir ‘ascii’ codec can’t encode characters in position 11-12: ordinal not in range(128)
WARNING Please fix the extension configuration errors or disable the extensions to silence these messages.
It seems some character encoding errors happened , but I didn’t know how to do.