Giter Club home page Giter Club logo

repository.foreverguest's People

Contributors

foreverguest avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

repository.foreverguest's Issues

Login fail

Installed latest foreverguest repository on Kodi Jarvis running on Android TV 5.1 on a Sony Bravia 4K 2015 TV, then installed the google music addon.
The Google login fails and the kodi.log file shows something about not being able to retrieve the MAC address.
I don't use Google two-step verification and the TV has an ethernet connection (WiFi is off).

http 400 on raw.githubusercontent.com

Repository is unable to install adon due to the fact that github doesn't allow access to raw.githubusercontent.com anymore. I think that the repository addon itself could be easily updated to remedy this.

Free Radio Station failed to start

Hi, first of all, thak you for your work!

In the past, i already have this issue and you had fixed that quickly!

As mentionned in the title, i see the free radio station but when i lauched the station, the playlist wont load correctly. Heres the log Thank you!:

2019-11-10 07:19:33.878 T:1532 ERROR: C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py:2: GmusicapiWarning: login is deprecated and may break unexpectedly; prefer Mobileclient.oauth_login
2019-11-10 07:20:11.091 T:4652 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:11.197 T:1704 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=T7lavyta4qu4hqosmdx2j7f6qfa&title=After Midnight&artist=blink-182&albumart=http://lh3.googleusercontent.com/IqtuqnxkXJf-Dg2BHS1hFYilKrJu3rQVxGcfIm-13-NAnp8_WJ8nUchxJBUOD7_44EdxSMaI&tracknumber=4&album=Neighborhoods (Deluxe Version)&year=2011&rating=0&artistart=http://lh3.googleusercontent.com/vO5HwaVzk7yyXQMt-dm1YtdoZCHk1h6Flbxo8kl0USlDuYgRJnBBbwQl5eo3w5b88nrqfW6d]
2019-11-10 07:20:12.272 T:6784 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:12.379 T:1704 ERROR: Playlist Player: skipping unplayable item: 1, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tza5i3ghhzvhx4t6htaz33dmlpe&title=Autumn&artist=Sparks The Rescue&albumart=http://lh3.googleusercontent.com/yLMRGMWK-wNRB69Seo1gg4jLJbBOnK-P_WA9JNY5_xWG3E8_O1voEaE3aw7cAVW90d8yXbtmnw&tracknumber=3&album=Eyes To The Sun&year=2008&rating=0&artistart=http://lh3.googleusercontent.com/Ku2XTCwAZ94lTaalDE6KLSOupTmaclKzDwRmYthyD2VdFvRxjGSI0_S9rZ9AMuqm5dXHuajK]
2019-11-10 07:20:13.474 T:6572 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:13.580 T:1704 ERROR: Playlist Player: skipping unplayable item: 2, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tmv6ojqs7vkmucesgeneukthnmq&title=Face Down&artist=The Red Jumpsuit Apparatus&albumart=http://lh3.googleusercontent.com/TCPJ2nxTb-5-mCHV-pXrNJg8ZI5vrTaPyzTcH_Dd__lnXFoS5724TpOBdkrkWdf-6e3aqXI5&tracknumber=4&album=Don't You Fake It&year=2006&rating=0&artistart=http://lh3.googleusercontent.com/l2UbAFubQXjSjGTwOlckZGOJtbHlQizyzAvHDAS3Rb9Ap5_BLVuIHdWSm9UyXfGHfVq-Y1SPfA]
2019-11-10 07:20:14.646 T:2152 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:14.746 T:1704 ERROR: Playlist Player: skipping unplayable item: 3, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=T4tzlf323tyctkx4pv55hcsypcm&title=Misery Business&artist=Paramore&albumart=http://lh3.googleusercontent.com/2o8elS994f5qgcymt1Bf1m9BzYB6jOb8yCS93mUCx-V7y3wDzMLDY_rbXoLbpw9AfIfsucv5&tracknumber=4&album=Riot!&year=2007&rating=0&artistart=http://lh3.googleusercontent.com/z3EcDKR3VuWfz9AtqFmWaocuS3xJ30O44ny1jzpRQBERQX4Rhjl8zpWDcTtk76qHj32RRrFr]
2019-11-10 07:20:15.849 T:3092 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:15.946 T:1704 ERROR: Playlist Player: skipping unplayable item: 4, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tc2b2twduil35qgibrgxqr46xp4&title=Shake It&artist=Metro Station&albumart=http://lh4.ggpht.com/2XRXSCduy0TpHToXJxn4LrsVyn_uskqxXPCjF8h4yt51k7Ql1k_yPeYYxteTCqxRMDvLoza6eQ&tracknumber=4&album=Metro Station&year=2007&rating=0&artistart=http://lh3.googleusercontent.com/Mjh42QEPAqI--42Ct4rXnOrvSr6eGUeqdxLnxc_IGXbtNgFNzfRzHCevHou5itheFSHUC1I1tw]
2019-11-10 07:20:17.035 T:7004 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:17.147 T:1704 ERROR: Playlist Player: skipping unplayable item: 5, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tpqvtfpw373upchznkgxmqhxvpq&title=Checkmarks&artist=The Academy Is...&albumart=http://lh3.googleusercontent.com/8jivQYD8-NYgmAS_TIqEhCaDVfuMGy8Sh7QbMR2XRP9uXLOe8MFl7ofcMmieIIHUnIfggMt0Ug&tracknumber=8&album=Almost Here&year=2005&rating=0&artistart=http://lh3.googleusercontent.com/XNTJzRY7ANZR-rNAl9ENQ1QlDbB_42ENEGep38KRpStB1nHTQZeidp1uo1OVPEkl98F-VRnv]
2019-11-10 07:20:18.277 T:8072 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:18.380 T:1704 ERROR: Playlist Player: skipping unplayable item: 6, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Th5ckdkegdnlezqdmvj4knvigge&title=Chelsea&artist=The Summer Set&albumart=http://lh3.googleusercontent.com/PRcD6uMtduLrccEwjskETQE7jECcR-_xoX0olNeaigWBNAHoYFARaMu2Al3NKodhGKSK_ika&tracknumber=3&album=Love Like This&year=2009&rating=0&artistart=http://lh3.googleusercontent.com/EBgzBOv96fK58TzoPqmXOgQ8tPwLQSYD780WLsDvMdom8fMIc1Uol9FxOB4MC2J0cT7YXPfPsQ]
2019-11-10 07:20:19.464 T:9472 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:19.580 T:1704 ERROR: Playlist Player: skipping unplayable item: 7, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Ttbnaavu6hoozweds7ri455ueji&title=Eating My Words&artist=Four Year Strong&albumart=http://lh3.googleusercontent.com/eRjgvS5QPeNRXd-DsCrh975U8tW88sFwhbpJgtL2c80XIWoVXBbJqzS2iHngHaJdSLND5v3r&tracknumber=3&album=Four Year Strong&year=2015&rating=0&artistart=http://lh3.googleusercontent.com/IxjoGQJNSf7LU42IfiaawedAvRO0ay5ZwLBBT32OuhUWxcGfKAoRY84mLDKGUHpSUzDOKxs6]
2019-11-10 07:20:20.668 T:2860 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:20.780 T:1704 ERROR: Playlist Player: skipping unplayable item: 8, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tqoreu6fm4qxzfqdqok3lklvkgi&title=Afraid of Heights&artist=Billy Talent&albumart=C:/Users/Charles/AppData/Roaming/Kodi/addons/plugin.audio.googlemusic.exp/icon.png&tracknumber=2&album=Afraid of Heights&year=2016&rating=0&artistart=http://lh3.googleusercontent.com/RIuM8ZOTsjD4GSOYrESHtLW73L0dLhinZchX5bsHiyLVaKoL19_cFy39mT_36IrcSmI1iRHW]
2019-11-10 07:20:21.859 T:9228 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:21.963 T:1704 ERROR: Playlist Player: skipping unplayable item: 9, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tultxlxkwwfzst77cvmc6s74qqm&title=Marriage to Millions&artist=Cute Is What We Aim For&albumart=http://lh3.googleusercontent.com/rmTYsvqVTq_kXrdxqelA4bX4k24A7ZxJseKVrhjMLKnOiBXHupMj4ymsRQl7VcRI7_Ox0y98PQ&tracknumber=9&album=Rotation&year=2008&rating=0&artistart=http://lh3.googleusercontent.com/1T7gNSy5DMgPY1Nki7jHWdoTB-_Y6i95DPqYkLwGN2mIfqw9C2tb4uuNItH1d1txqcms6p6ijQ]
2019-11-10 07:20:23.051 T:3880 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:23.163 T:1704 ERROR: Playlist Player: skipping unplayable item: 10, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Txpdq5whwyeixrp5jnilgdqv4ge&title=Hey Brittany&artist=Forever The Sickest Kids&albumart=http://lh3.googleusercontent.com/Fwkxj24cPyYs47wxwS8vjgLJtjhxTtAyMOYDzd-ABI8uwEv5Cg5aifvevlGOCyuYImwKOi8u5g&tracknumber=2&album=Underdog Alma Mater&year=2008&rating=0&artistart=http://lh3.googleusercontent.com/GNT17JPjObmS35U3JrU2OXoozQhY8u6ClPN8Y6aZ6FpWf_KP78roFl6CZ3LgNoIv99Z7LHGBfQ]
2019-11-10 07:20:24.240 T:640 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:24.330 T:1704 ERROR: Playlist Player: skipping unplayable item: 11, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tqthpxadm6ayv3hltaklz3x2htq&title=Addiction And Her Name&artist=There For Tomorrow&albumart=http://lh3.googleusercontent.com/Ar3f4P8tHclZrWJibI1GjLsEpLKMG9w_iGqvNXSqugZPWtRIuvi5o_Z6K0u_bSKwD69ZB9ApnA&tracknumber=6&album=There For Tomorrow&year=2008&rating=0&artistart=http://lh3.googleusercontent.com/I0kozxMlNQGtX49HyaXyg4UV6x3Akdl450wZ11SIvIMhFra28IkMrm7UbCbeSeSKrhdwk7wwpw]
2019-11-10 07:20:25.420 T:9400 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:25.530 T:1704 ERROR: Playlist Player: skipping unplayable item: 12, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tgxupq2psywiityovtbecs35dpa&title=Hey There Delilah&artist=Plain White T's&albumart=http://lh3.googleusercontent.com/KsBCqb3y5P9QnWdDWLNcnH3UGqOd8nB5Y8CxWmW0u1CxikzkAy1N9gkdTaL3Ft5CmMECsCVu&tracknumber=1&album=Hey There Delilah&year=2006&rating=0&artistart=http://lh3.googleusercontent.com/sw1GOyLKr6-yt-4aUtVBKGC_o6tIsf_Nept4MKdSNmwVjzxXUhQ8TzrbnQlPevag0n9ZEzQD]
2019-11-10 07:20:26.708 T:7732 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in _getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:26.813 T:1704 ERROR: Playlist Player: skipping unplayable item: 13, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tfftdjlbgai2fgb5mlnenfssksy&title=Fake I.D.&artist=Joyce Manor&albumart=http://lh3.googleusercontent.com/ulgeLflpcDeRBIjj3G5dypJZqmVTKrudYXlQKBnWITvXsUd5RE473Vetc5xxH7SovzX-LH0
&tracknumber=1&album=Cody&year=2016&rating=0&artistart=http://lh3.googleusercontent.com/25ntMTwoQa5_WEgH3UwiibhZ9_8VrigObH4IllIatLtd0HIl6RO9-Z1aYX2XO5w4v0pZTHOSzA]
2019-11-10 07:20:27.923 T:8924 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:28.029 T:1704 ERROR: Playlist Player: skipping unplayable item: 14, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Trghvedgotfpyrdvfzttqingcj4&title=Give It Up&artist=Midtown&albumart=http://lh3.ggpht.com/HHmFvd0y1EfBdGKbqtrJP4LmMOo5N2PsECuYGVWK2YfHRG32v7lX4lWRz_0zUlorNnSzidjR9xI&tracknumber=3&album=Forget What You Know&year=2004&rating=0&artistart=http://lh3.googleusercontent.com/NSNTOhH3stM8og-M4QmAyp8r_2cBYzOa9g21J9anEPgYpFvIPfFrceZWgk6WYhi4_woG9S6Z]
2019-11-10 07:20:29.201 T:7772 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:29.313 T:1704 ERROR: Playlist Player: skipping unplayable item: 15, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tfod2f3drtwwtnycnb457ppgsge&title=Dirty Little Secret&artist=The All-American Rejects&albumart=http://lh3.googleusercontent.com/AVKh7PXT6GBs3s4a7LQk-r0jwKI8HbombQLOfxZr0QD33h_WdIzN76kFC1ucDxg7QzZ-D8-89Q&tracknumber=1&album=Move Along&year=2005&rating=0&artistart=http://lh3.googleusercontent.com/rnZobpnhgFYZ_ZlBftGXhHWQhuInwGGVKcEJTrR49sEziEwgO4So2BI9PC848g6bf9YzNl89eWs]
2019-11-10 07:20:30.417 T:5364 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.NotSubscribed'>
Error Contents: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
Traceback (most recent call last):
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in
GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
params = self.__getSongStreamUrl(song_id, params)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 86, in getSongStreamUrl
stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 46, in getStreamUrl
stream_url = self.gmusicapi.get_stream_url(song_id, device_id, quality)
File "", line 2, in get_stream_url
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\utils\utils.py", line 294, in wrapper
return function(*args, **kw)
File "C:\Users\Charles\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 449, in get_stream_url
raise NotSubscribed("Store tracks require a subscription to stream.")
NotSubscribed: Store tracks require a subscription to stream. (https://goo.gl/v1wVHT)
-->End of Python script error report<--
2019-11-10 07:20:30.513 T:1704 ERROR: Playlist Player: skipping unplayable item: 16, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=T3be7cqktlvma6xtnpo25z2ad6e&title=Rabbit Hole&artist=blink-182&albumart=http://lh3.googleusercontent.com/dH38X-McZyQwQXBSLR_tgZfsCuNmFGJH1UzbTLUyH6vxFuxzOWBb5tK6HTB3MwwIS5owHtElNw&tracknumber=12&album=California (Deluxe)&year=2016&rating=0&artistart=http://lh3.googleusercontent.com/vO5HwaVzk7yyXQMt-dm1YtdoZCHk1h6Flbxo8kl0USlDuYgRJnBBbwQl5eo3w5b88nrqfW6d]

script.module.decorator missing in LibreELEC

Hello,

Have enjoyed your plugin for Google Music on other full-fledged Linux systems (Ubuntu).
This week on a different device got LibreELEC running which latest stable is Kodi Krypton.

~ # cat /etc/issue
##############################################
#                  LibreELEC                 #
#            https://libreelec.tv            #
##############################################

LibreELEC (official): 8.2.5 (Generic.x86_64)

Followed typical instructions to get this addon into that system
(i.e. https://www.kodireviews.com/google-music-addon/)

Upon attemping to install addon from foreverguest repo, error about dependency on script.module.decorator.

Full logs:

22:20:16.382 T:140513283237632   ERROR: CAddonInstallJob[plugin.audio.googlemusic.exp]: The dependency on script.module.decorator version 3.4.0 could not be satisfied.

This addon is definitely not present by default

~/.kodi/addons # ls -al | grep decorator
(NO RESULT)

On my OTHER system, it is definitely present

~/.kodi/addons/script.module.decorator$ ls -al
total 44
drwxr-xr-x   3 multimedia multimedia  4096 Jan  1  2017 .
drwxr-xr-x 222 multimedia multimedia 12288 Dec  2 00:00 ..
-rw-rw-r--   1 multimedia multimedia   690 Jan  1  2017 addon.xml
-rw-rw-r--   1 multimedia multimedia    40 Jan  1  2017 changelog.txt
-rw-rw-r--   1 multimedia multimedia  7237 Jan  1  2017 icon.png
drwxr-xr-x   2 multimedia multimedia  4096 Jan  1  2017 lib
-rw-rw-r--   1 multimedia multimedia  1311 Jan  1  2017 LICENSE.txt
-rw-rw-r--   1 multimedia multimedia    56 Jan  1  2017 README.md

~/.kodi/addons/script.module.decorator$ grep version addon.xml 
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
       version="3.4.0"
    <import addon="xbmc.python" version="2.1.0"/>

Thoughts? Googling around for this exact error yielded nearly no fruit.
I could attempt to scp the files from the other system over to hack/workaround; but I suspect we have a dependency issue here for minimal Kodi installations such as LibreELEC based.

install error on 1.12

Have an install error on version 1.12, on kodi android tv. version 1.9.3 works perfect. Can not find the logs.

[Request] Thumbs Up ability

I love this add-on! The one feature that would complete it to me is adding tracks to Thumbs Up, thus adding them to my Thumbs Up Auto-playlist.

I don't see much in the way of GPM playlist control so perhaps this feature is impossible with their API. Apologies if I'm beating a dead horse here. Thanks for the add-on <3

Pass Google Play Music to UPnP

Sorry for making this an "Issue". The Google Music Add-On is working very fine on my Rp2 running LibreElec.
I'd like to pass the audio to my UPnP/dlna Radio. Is there any known way to do so?
The build in UPnP Server only serves "files", not what's on Google Play.
I would totally be satisfied with an entry in UPnP, which just plays what's played on the Libreelec.

Thank you!

Kind regards

GoogleMusicEXP - Can't login from 1.10.6

Since the addon updated to 1.10.6, I get login failures.

NOTICE: [GoogleMusicEXP-1.10.6]  ARGV: ['plugin://plugin.audio.googlemusic.exp/', '3', '']
NOTICE: [GoogleMusicEXP-1.10.6] Checking init data
NOTICE: [GoogleMusicEXP-1.10.6] Trying to fetch the device_id
NOTICE: [GoogleMusicEXP-1.10.6] Logging in
NOTICE: [GoogleMusicEXP-1.10.6] Login in with device_id failed, trying with MAC
NOTICE: [GoogleMusicEXP-1.10.6] Login failed
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
     - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.TypeError'>
    Error Contents: exceptions must be old-style classes or derived from BaseException, not NoneType
    Traceback (most recent call last):
      File "/storage/.kodi/addons/plugin.audio.googlemusic.exp/default.py", line 21, in <module>
        utils.checkInit()
      File "/storage/.kodi/addons/plugin.audio.googlemusic.exp/utils.py", line 105, in checkInit
        login.initDevice()
      File "/storage/.kodi/addons/plugin.audio.googlemusic.exp/GoogleMusicLogin.py", line 53, in initDevice
        self.login()
      File "/storage/.kodi/addons/plugin.audio.googlemusic.exp/GoogleMusicLogin.py", line 105, in login
        raise
    TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
    -->End of Python script error report<--
ERROR: GetDirectory - Error getting plugin://plugin.audio.googlemusic.exp/
ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.googlemusic.exp/) failed

I'm using 2-step authentication and have generated an app password. I've also tried completely removing the addon and re-installing it without any luck.

This is running on a RPi / OpenElec 6.0.3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.