Running into an error
Help would be greatly appreciated!
Logs at
http://xbmclogs.com/pb8ufbna5
Code:
20:48:43 T:140407893391104 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'gmusicapi.exceptions.CallFailure'>
Error Contents: ListStationTracks: 400 Client Error: Bad Request for url: https://mclients.googleapis.com/sj/v2.0w/radio/stationfeed?alt=json&include-tracks=true
(requests kwargs: {'url': 'https://mclients.googleapis.com/sj/v2.0w/radio/stationfeed', 'headers': {'Content-Type': 'application/json', 'Authorization': '<omitted>'}, 'data': '{"contentFilter": 1, "stations": [{"numEntries": 200, "recentlyPlayed": [], "radioId": "31611afc-d306-3864-ae54-b26bb6758b07"}]}', 'method': 'POST', 'params': {'alt': 'json', 'include-tracks': 'true'}})
(response was: '{\n "error": {\n "errors": [\n {\n "domain": "global",\n "reason": "badRequest",\n "message": "Bad Request"\n }\n ],\n "code": 400,\n "message": "Bad Request"\n }\n}\n')
Traceback (most recent call last):
File "/home/xbmc/.kodi/addons/plugin.audio.googlemusic.exp/default.py", line 23, in <module>
GoogleMusicNavigation.GoogleMusicNavigation().listMenu(params)
File "/home/xbmc/.kodi/addons/plugin.audio.googlemusic.exp/GoogleMusicNavigation.py", line 135, in listMenu
listItems = self.addSongsFromLibrary(self.api.getStationTracks(station), 'library')
File "/home/xbmc/.kodi/addons/plugin.audio.googlemusic.exp/GoogleMusicApi.py", line 145, in getStationTracks
return self._loadAATracks(self.getApi().get_station_tracks(station_id, num_tracks=200))
File "/home/xbmc/.kodi/addons/plugin.audio.googlemusic.exp/gmusicapi/clients/mobileclient.py", line 829, in get_station_tracks
station_id, num_tracks, recently_played=recently_played)
File "/home/xbmc/.kodi/addons/plugin.audio.googlemusic.exp/gmusicapi/clients/shared.py", line 80, in _make_call
return protocol.perform(self.session, self.validate, *args, **kwargs)
File "/home/xbmc/.kodi/addons/plugin.audio.googlemusic.exp/gmusicapi/protocol/shared.py", line 225, in perform
raise CallFailure(err_msg, call_name)
CallFailure: ListStationTracks: 400 Client Error: Bad Request for url: https://mclients.googleapis.com/sj/v2.0w/radio/stationfeed?alt=json&include-tracks=true
(requests kwargs: {'url': 'https://mclients.googleapis.com/sj/v2.0w/radio/stationfeed', 'headers': {'Content-Type': 'application/json', 'Authorization': '<omitted>'}, 'data': '{"contentFilter": 1, "stations": [{"numEntries": 200, "recentlyPlayed": [], "radioId": "31611afc-d306-3864-ae54-b26bb6758b07"}]}', 'method': 'POST', 'params': {'alt': 'json', 'include-tracks': 'true'}})
(response was: '{\n "error": {\n "errors": [\n {\n "domain": "global",\n "reason": "badRequest",\n "message": "Bad Request"\n }\n ],\n "code": 400,\n "message": "Bad Request"\n }\n}\n')
-->End of Python script error report<--