Release Experimental Google Music Addon
Ehm, happens NOT only on my Android but on Windows as well....

When I update several things happen;

* it deletes <setting id="device_id" line
* deletes <setting id="authtoken-mobile"
* database size falls frm 1.9mb to 14Kb

and in errorlog:

Code:
14:50:54 T:9456  NOTICE: [GoogleMusicEXP-1.11]  ARGV: ['plugin://plugin.audio.googlemusic.exp/', '7', '?name=Annie%20Lennox&path=artist']
14:50:55 T:9456  NOTICE: [GoogleMusicEXP-1.11] Checking init data
14:50:55 T:9456  NOTICE: [GoogleMusicEXP-1.11] Initing addon data
14:50:55 T:9456  NOTICE: [GoogleMusicEXP-1.11] Trying to fetch the device_id
14:50:55 T:9456  NOTICE: [GoogleMusicEXP-1.11] Logging in
14:50:55 T:9456  NOTICE: [GoogleMusicEXP-1.11] Login in with device_id failed, trying with MAC
14:50:55 T:9456  NOTICE: [GoogleMusicEXP-1.11] ERROR: OSError('a valid MAC could not be determined. Provide an android_id (and be sure to provide the same one on future runs).',)
14:50:55 T:9456  NOTICE: [GoogleMusicEXP-1.11] Login failed
14:50:57 T:9456   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.OSError'>
                                            Error Contents: a valid MAC could not be determined. Provide an android_id (and be sure to provide the same one on future runs).
                                            Traceback (most recent call last):
                                              File "C:\Users\dalan\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 30, in <module>
                                                utils.initAddon()
                                              File "C:\Users\dalan\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\utils.py", line 141, in initAddon
                                                login.initDevice()
                                              File "C:\Users\dalan\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 52, in initDevice
                                                self.login()
                                              File "C:\Users\dalan\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 99, in login
                                                self.gmusicapi.login(username, password, Mobileclient.FROM_MAC_ADDRESS)
                                              File "C:\Users\dalan\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 111, in login
                                                raise OSError("a valid MAC could not be determined."
                                            OSError: a valid MAC could not be determined. Provide an android_id (and be sure to provide the same one on future runs).
                                            -->End of Python script error report<--
14:50:57 T:9804   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.googlemusic.exp/?name=Annie%20Lennox&path=artist
14:50:57 T:9804   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.googlemusic.exp/?name=Annie%20Lennox&path=artist) failed
14:51:26 T:9836  NOTICE: [GoogleMusicEXP-1.11]  ARGV: ['plugin://plugin.audio.googlemusic.exp/', '8', '?name=Annie%20Lennox&path=artist']
14:51:26 T:9836  NOTICE: [GoogleMusicEXP-1.11] Checking init data
14:51:26 T:9836  NOTICE: [GoogleMusicEXP-1.11] Initing addon data
14:51:27 T:9836  NOTICE: [GoogleMusicEXP-1.11] Trying to fetch the device_id
14:51:27 T:9836  NOTICE: [GoogleMusicEXP-1.11] Logging in
14:51:27 T:9836  NOTICE: [GoogleMusicEXP-1.11] Login in with device_id failed, trying with MAC
14:51:27 T:9836  NOTICE: [GoogleMusicEXP-1.11] ERROR: OSError('a valid MAC could not be determined. Provide an android_id (and be sure to provide the same one on future runs).',)
14:51:27 T:9836  NOTICE: [GoogleMusicEXP-1.11] Login failed
14:51:28 T:9836   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.OSError'>
                                            Error Contents: a valid MAC could not be determined. Provide an android_id (and be sure to provide the same one on future runs).
                                            Traceback (most recent call last):
                                              File "C:\Users\dalan\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 30, in <module>
                                                utils.initAddon()
                                              File "C:\Users\dalan\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\utils.py", line 141, in initAddon
                                                login.initDevice()
                                              File "C:\Users\dalan\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 52, in initDevice
                                                self.login()
                                              File "C:\Users\dalan\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 99, in login
                                                self.gmusicapi.login(username, password, Mobileclient.FROM_MAC_ADDRESS)
                                              File "C:\Users\dalan\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 111, in login
                                                raise OSError("a valid MAC could not be determined."
                                            OSError: a valid MAC could not be determined. Provide an android_id (and be sure to provide the same one on future runs).
                                            -->End of Python script error report<--
14:51:29 T:9804   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.googlemusic.exp/?name=Annie%20Lennox&path=artist
14:51:29 T:9804   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.googlemusic.exp/?name=Annie%20Lennox&path=artist) failed
Reply


Messages In This Thread
RE: Experimental Google Music Addon - by Drir - 2014-07-26, 08:21
RE: Experimental Google Music Addon - by SBCV - 2014-11-13, 03:38
RE: Experimental Google Music Addon - by SBCV - 2014-11-16, 23:12
RE: Experimental Google Music Addon - by SBCV - 2014-11-17, 06:06
RE: Experimental Google Music Addon - by Auri - 2016-02-05, 20:03
Experimental Google Music Addon - by huzz456 - 2015-02-19, 01:41
Experimental Google Music Addon - by haarlokk - 2015-06-08, 01:53
RE: Experimental Google Music Addon - by moyn - 2015-12-03, 23:58
RE: Experimental Google Music Addon - by moyn - 2015-12-10, 22:17
RE: Experimental Google Music Addon - by moyn - 2015-12-10, 22:32
RE: Experimental Google Music Addon - by moyn - 2015-12-22, 12:29
RE: Experimental Google Music Addon - by spec - 2016-02-21, 19:13
RE: Experimental Google Music Addon - by spec - 2016-02-27, 20:36
RE: Experimental Google Music Addon - by tibb - 2016-02-29, 19:50
RE: Experimental Google Music Addon - by view - 2016-04-10, 17:44
Experimental Google Music Addon - by sjchmura - 2016-04-10, 18:28
Experimental Google Music Addon - by sjchmura - 2016-04-11, 22:24
Experimental Google Music Addon - by sjchmura - 2016-05-25, 21:14
issues with None from params - by brtkrbzhnv - 2016-08-27, 14:47
Experimental Google Music Addon - by sjchmura - 2016-09-04, 14:29
Experimental Google Music Addon - by sjchmura - 2016-09-11, 15:10
RE: Experimental Google Music Addon - by mrpg - 2016-09-11, 17:27
Experimental Google Music Addon - by sjchmura - 2016-09-11, 18:47
Experimental Google Music Addon - by sjchmura - 2016-09-20, 04:57
RE: Experimental Google Music Addon - by m2c2 - 2016-10-29, 20:16
RE: Experimental Google Music Addon - by nb2a - 2016-11-29, 05:00
RE: Experimental Google Music Addon - by nb2a - 2016-11-30, 17:00
RE: Experimental Google Music Addon - by Tux2 - 2016-12-21, 11:14
RE: Experimental Google Music Addon - by benj - 2017-01-19, 02:51
RE: Experimental Google Music Addon - by nb2a - 2017-01-24, 05:57
RE: Experimental Google Music Addon - by AshG - 2017-01-30, 12:53
RE: Experimental Google Music Addon - by AshG - 2017-01-30, 23:57
RE: Experimental Google Music Addon - by User 325245 - 2017-02-12, 15:56
RE: Experimental Google Music Addon - by vevs - 2019-04-05, 17:15
RE: Experimental Google Music Addon - by vevs - 2019-05-08, 02:05
Logout Mark Read Team Forum Stats Members Help
Experimental Google Music Addon17