Hello,
I just tried the addon, but I get an error when I try to start it.
According to the log file, it seems like an issue with accented characters :
Code:
10:14:17 T:8680 NOTICE: -->Python Interpreter Initialized<--
10:14:17 T:8680 NOTICE: [GoogleMusicEXP-1.4] ARGV: ['plugin://plugin.audio.googlemusic.exp/', '1', '']
10:14:18 T:8680 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'\xe8' in position 62: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Users\501101\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 54, in <module>
xbmc.executebuiltin("XBMC.Notification(%s,%s,5000,%s)" % (utils.plugin, addon.getLocalizedString(30105) ,addon.getAddonInfo('icon')))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 62: ordinal not in range(128)
-->End of Python script error report<--
10:14:18 T:9112 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.googlemusic.exp/
10:14:18 T:9112 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.googlemusic.exp/) failed
10:14:18 T:5600 NOTICE: Thread BackgroundLoader start, auto delete: false
I don't know at what step the error occurs. My firstname is Cédric, so there's an accent, but u'\xe8' is "è", I think, so the error might be in some song/album title or artist name, I guess.