2015-08-03, 09:44
I have checked the log
Login ok.
then the system prompts: A registered mobile device is required.What does that mean?
Login ok.
then the system prompts: A registered mobile device is required.What does that mean?
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
(2015-08-03, 09:44)michael_schmitz Wrote: I have checked the log
Login ok.
then the system prompts: A registered mobile device is required.What does that mean?
(2015-08-03, 16:22)mxx20 Wrote: im not quite sure what i am doing wrong. im using raspbian and i cant get this to install on kodi. says dependencies not met. ive got through the whole thread and tried an older version etc and i still cant get it to down load
(2015-08-03, 10:22)Ced-le-pingouin Wrote: 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.
(2015-08-02, 00:12)CaBrA Wrote: You are a genius ! Excellent Music Addon, plus the Youtube thing is really cool! Congratulations.
The bad part: Just a sugestion, let manually update Play Music Library. It would be cool to manually update the library, because if I just edit a MP3 tag I don´t see the changes right away, so I have to wait an hour to see changes...
(2015-08-04, 05:02)foreverguest Wrote:(2015-08-02, 00:12)CaBrA Wrote: You are a genius ! Excellent Music Addon, plus the Youtube thing is really cool! Congratulations.
The bad part: Just a sugestion, let manually update Play Music Library. It would be cool to manually update the library, because if I just edit a MP3 tag I don´t see the changes right away, so I have to wait an hour to see changes...
You can manually update the library by right clicking or pressing 'C' on the 'My Library' menu and selecting 'Update Library'.
(2015-08-04, 05:40)foreverguest Wrote: New version with small fix:
plugin.audio.googlemusic.exp-1.4.1.zip
- fix for unicode errors in notifications
(2015-08-03, 16:44)Razze Wrote:(2015-08-03, 16:22)mxx20 Wrote: im not quite sure what i am doing wrong. im using raspbian and i cant get this to install on kodi. says dependencies not met. ive got through the whole thread and tried an older version etc and i still cant get it to down load
You need to install the dependencies listed here:
https://github.com/vially/googlemusic-xb.../addon.xml
Mandatory:
script.module.decorator
script.module.requests
Optional:
plugin.video.youtube