Advertisement
Guest User

Untitled

a guest
Mar 13th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.13 KB | None | 0 0
  1. 20:38:30.988 T:149148 ERROR: Playlist Player: skipping unplayable item: 6, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tziowmqco7awbaqufhkgb3skzam&title=Suit & Tie (feat. Jay-Z)&artist=Justin Timberlake&albumart=http://lh3.googleusercontent.com/b6Ialrkq5eIPCSVHVjg8FA3lmdYgmqhgc-fYFOW6kgtTAlefXZxIaOoVSFWOyuMfBsSSqS8T&tracknumber=2&album=The 20/20 Experience&year=2013&rating=0&artistart=http://lh3.googleusercontent.com/xJBAMvluLkmnf0X1hCQrevcpIKNwOAZexNnNAGbNQYlcz2d6ETqPAJXGONMIXtIHDNoFo8rV]
  2. 20:38:31.052 T:154592 NOTICE: [GoogleMusicEXP-1.11.1] ARGV: ['plugin://plugin.audio.googlemusic.exp/', '11', '?action=play_song&song_id=Tj5cyk2wjadx4tq2kim2lfoc54i&title=Drunk&artist=Ed Sheeran&albumart=http://lh3.googleusercontent.com/56pV7LY0tw2nUjP6M_JNSRe-X4fMyOJ24L1Tt9piepZa5K4BnzKBU2YGYgjleUUFaPed2UYY&tracknumber=2&album=+&year=2011&rating=0&artistart=http://lh3.googleusercontent.com/L9DydzKcvYjodjCVJUrA_P61ZWpuHgMLM2QVJ4wNOwhX3h0k1SG7HJkj8uItlNGBb6-zoPmGoss']
  3. 20:38:31.584 T:154592 NOTICE: [GoogleMusicEXP-1.11.1] Loading auth from cache
  4. 20:38:31.584 T:154592 NOTICE: [GoogleMusicEXP-1.11.1] getStreamUrl songid: Tj5cyk2wjadx4tq2kim2lfoc54i device: quality: hi
  5. 20:38:32.347 T:154592 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  6. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  7. Error Type: <class 'gmusicapi.exceptions.CallFailure'>
  8. Error Contents: GetStreamUrl: 403 Client Error: Forbidden for url: https://mclients.googleapis.com/music/mplay?opt=hi&mjck=Tj5cyk2wjadx4tq2kim2lfoc54i&pt=e&slt=1489401511615&tier=fr&sig=sWID4Kf_33MOyl1n6aPXxfFQSo8&hl=en_US&dv=0&net=mob
  9. (requests kwargs: {'url': 'https://mclients.googleapis.com/music/mplay', 'headers': {'X-Device-ID': '', 'Authorization': '<omitted>'}, 'allow_redirects': False, 'params': {'opt': 'hi', 'mjck': 'Tj5cyk2wjadx4tq2kim2lfoc54i', 'pt': 'e', 'slt': '1489401511615', 'tier': 'fr', 'sig': 'sWID4Kf_33MOyl1n6aPXxfFQSo8', 'hl': 'en_US', 'dv': 0, 'net': 'mob'}, 'method': 'GET'})
  10. (response was: u'<HTML>\n<HEAD>\n<TITLE>Forbidden</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Forbidden</H1>\n<H2>Error 403</H2>\n</BODY>\n</HTML>\n')
  11. Traceback (most recent call last):
  12. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in <module>
  13. GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
  14. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
  15. params = self.__getSongStreamUrl(song_id, params)
  16. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
  17. params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
  18. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 85, in getSongStreamUrl
  19. stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
  20. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 42, in getStreamUrl
  21. return self.gmusicapi.get_stream_url(song_id, device_id, quality, session_token, wentry_id)
  22. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 369, in get_stream_url
  23. return self._make_call(mobileclient.GetStreamUrl, song_id, device_id, quality)
  24. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\shared.py", line 81, in _make_call
  25. return protocol.perform(self.session, self.validate, *args, **kwargs)
  26. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\protocol\shared.py", line 225, in perform
  27. raise CallFailure(err_msg, call_name)
  28. CallFailure: GetStreamUrl: 403 Client Error: Forbidden for url: https://mclients.googleapis.com/music/mplay?opt=hi&mjck=Tj5cyk2wjadx4tq2kim2lfoc54i&pt=e&slt=1489401511615&tier=fr&sig=sWID4Kf_33MOyl1n6aPXxfFQSo8&hl=en_US&dv=0&net=mob
  29. (requests kwargs: {'url': 'https://mclients.googleapis.com/music/mplay', 'headers': {'X-Device-ID': '', 'Authorization': '<omitted>'}, 'allow_redirects': False, 'params': {'opt': 'hi', 'mjck': 'Tj5cyk2wjadx4tq2kim2lfoc54i', 'pt': 'e', 'slt': '1489401511615', 'tier': 'fr', 'sig': 'sWID4Kf_33MOyl1n6aPXxfFQSo8', 'hl': 'en_US', 'dv': 0, 'net': 'mob'}, 'method': 'GET'})
  30. (response was: u'<HTML>\n<HEAD>\n<TITLE>Forbidden</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Forbidden</H1>\n<H2>Error 403</H2>\n</BODY>\n</HTML>\n')
  31. -->End of Python script error report<--
  32. 20:38:32.399 T:149148 ERROR: Playlist Player: skipping unplayable item: 7, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tj5cyk2wjadx4tq2kim2lfoc54i&title=Drunk&artist=Ed Sheeran&albumart=http://lh3.googleusercontent.com/56pV7LY0tw2nUjP6M_JNSRe-X4fMyOJ24L1Tt9piepZa5K4BnzKBU2YGYgjleUUFaPed2UYY&tracknumber=2&album=+&year=2011&rating=0&artistart=http://lh3.googleusercontent.com/L9DydzKcvYjodjCVJUrA_P61ZWpuHgMLM2QVJ4wNOwhX3h0k1SG7HJkj8uItlNGBb6-zoPmGoss]
  33. 20:38:32.445 T:154616 NOTICE: [GoogleMusicEXP-1.11.1] ARGV: ['plugin://plugin.audio.googlemusic.exp/', '12', '?action=play_song&song_id=Tmmwljt6owr4edm3njoi2letu74&title=Love Song&artist=Sara Bareilles&albumart=http://lh3.googleusercontent.com/H1ub3R2AYUsk15d1Nx2izwTjjUcF8YpFzccD5la8ur8GNF5hpbZ98PFwf9kv9KhryOdgfVuR9Q&tracknumber=1&album=Little Voice&year=2007&rating=0&artistart=http://lh3.googleusercontent.com/oIK_zO3uV9DTl4qNT6foTs98IuOXKQrJDr_l0Diza-11FOy5u5Srsd6jXM1gknZeMf6EYNmaEg']
  34. 20:38:32.919 T:154616 NOTICE: [GoogleMusicEXP-1.11.1] Loading auth from cache
  35. 20:38:32.919 T:154616 NOTICE: [GoogleMusicEXP-1.11.1] getStreamUrl songid: Tmmwljt6owr4edm3njoi2letu74 device: quality: hi
  36. 20:38:33.727 T:154616 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  37. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  38. Error Type: <class 'gmusicapi.exceptions.CallFailure'>
  39. Error Contents: GetStreamUrl: 403 Client Error: Forbidden for url: https://mclients.googleapis.com/music/mplay?opt=hi&mjck=Tmmwljt6owr4edm3njoi2letu74&pt=e&slt=1489401512952&tier=fr&sig=jc2kdV6SfKu_aHP3B8bSfk9Bra4&hl=en_US&dv=0&net=mob
  40. (requests kwargs: {'url': 'https://mclients.googleapis.com/music/mplay', 'headers': {'X-Device-ID': '', 'Authorization': '<omitted>'}, 'allow_redirects': False, 'params': {'opt': 'hi', 'mjck': 'Tmmwljt6owr4edm3njoi2letu74', 'pt': 'e', 'slt': '1489401512952', 'tier': 'fr', 'sig': 'jc2kdV6SfKu_aHP3B8bSfk9Bra4', 'hl': 'en_US', 'dv': 0, 'net': 'mob'}, 'method': 'GET'})
  41. (response was: u'<HTML>\n<HEAD>\n<TITLE>Forbidden</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Forbidden</H1>\n<H2>Error 403</H2>\n</BODY>\n</HTML>\n')
  42. Traceback (most recent call last):
  43. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in <module>
  44. GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
  45. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
  46. params = self.__getSongStreamUrl(song_id, params)
  47. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
  48. params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
  49. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 85, in getSongStreamUrl
  50. stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
  51. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 42, in getStreamUrl
  52. return self.gmusicapi.get_stream_url(song_id, device_id, quality, session_token, wentry_id)
  53. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 369, in get_stream_url
  54. return self._make_call(mobileclient.GetStreamUrl, song_id, device_id, quality)
  55. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\shared.py", line 81, in _make_call
  56. return protocol.perform(self.session, self.validate, *args, **kwargs)
  57. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\protocol\shared.py", line 225, in perform
  58. raise CallFailure(err_msg, call_name)
  59. CallFailure: GetStreamUrl: 403 Client Error: Forbidden for url: https://mclients.googleapis.com/music/mplay?opt=hi&mjck=Tmmwljt6owr4edm3njoi2letu74&pt=e&slt=1489401512952&tier=fr&sig=jc2kdV6SfKu_aHP3B8bSfk9Bra4&hl=en_US&dv=0&net=mob
  60. (requests kwargs: {'url': 'https://mclients.googleapis.com/music/mplay', 'headers': {'X-Device-ID': '', 'Authorization': '<omitted>'}, 'allow_redirects': False, 'params': {'opt': 'hi', 'mjck': 'Tmmwljt6owr4edm3njoi2letu74', 'pt': 'e', 'slt': '1489401512952', 'tier': 'fr', 'sig': 'jc2kdV6SfKu_aHP3B8bSfk9Bra4', 'hl': 'en_US', 'dv': 0, 'net': 'mob'}, 'method': 'GET'})
  61. (response was: u'<HTML>\n<HEAD>\n<TITLE>Forbidden</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Forbidden</H1>\n<H2>Error 403</H2>\n</BODY>\n</HTML>\n')
  62. -->End of Python script error report<--
  63. 20:38:33.802 T:149148 ERROR: Playlist Player: skipping unplayable item: 8, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Tmmwljt6owr4edm3njoi2letu74&title=Love Song&artist=Sara Bareilles&albumart=http://lh3.googleusercontent.com/H1ub3R2AYUsk15d1Nx2izwTjjUcF8YpFzccD5la8ur8GNF5hpbZ98PFwf9kv9KhryOdgfVuR9Q&tracknumber=1&album=Little Voice&year=2007&rating=0&artistart=http://lh3.googleusercontent.com/oIK_zO3uV9DTl4qNT6foTs98IuOXKQrJDr_l0Diza-11FOy5u5Srsd6jXM1gknZeMf6EYNmaEg]
  64. 20:38:33.871 T:131172 NOTICE: [GoogleMusicEXP-1.11.1] ARGV: ['plugin://plugin.audio.googlemusic.exp/', '13', '?action=play_song&song_id=Ti2jghehlhybjfqwvysr4qwc5fq&title=Say Say Say&artist=Paul McCartney&albumart=http://lh3.googleusercontent.com/jRM4CKK2AYRK_9S-ctxIUFabnDljriDbD623fRFsva-_ibT51PS2heHpkJqHJM_DaoR45Fgn&tracknumber=14&album=All The Best!&year=1987&rating=0&artistart=http://lh3.googleusercontent.com/YPq9xOxLO1YfnGm1ZlzEUS0hBQavD2ARNuJdkmlm8nJfXemARZE40dPVk4LbX0Im5Lqk1OG5rw']
  65. 20:38:34.394 T:131172 NOTICE: [GoogleMusicEXP-1.11.1] Loading auth from cache
  66. 20:38:34.394 T:131172 NOTICE: [GoogleMusicEXP-1.11.1] getStreamUrl songid: Ti2jghehlhybjfqwvysr4qwc5fq device: quality: hi
  67. 20:38:35.172 T:131172 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  68. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  69. Error Type: <class 'gmusicapi.exceptions.CallFailure'>
  70. Error Contents: GetStreamUrl: 403 Client Error: Forbidden for url: https://mclients.googleapis.com/music/mplay?opt=hi&mjck=Ti2jghehlhybjfqwvysr4qwc5fq&pt=e&slt=1489401514425&tier=fr&sig=1iZ3X6gK8jaQM-2q_qFMIW0FydE&hl=en_US&dv=0&net=mob
  71. (requests kwargs: {'url': 'https://mclients.googleapis.com/music/mplay', 'headers': {'X-Device-ID': '', 'Authorization': '<omitted>'}, 'allow_redirects': False, 'params': {'opt': 'hi', 'mjck': 'Ti2jghehlhybjfqwvysr4qwc5fq', 'pt': 'e', 'slt': '1489401514425', 'tier': 'fr', 'sig': '1iZ3X6gK8jaQM-2q_qFMIW0FydE', 'hl': 'en_US', 'dv': 0, 'net': 'mob'}, 'method': 'GET'})
  72. (response was: u'<HTML>\n<HEAD>\n<TITLE>Forbidden</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Forbidden</H1>\n<H2>Error 403</H2>\n</BODY>\n</HTML>\n')
  73. Traceback (most recent call last):
  74. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 13, in <module>
  75. GoogleMusicPlaySong.GoogleMusicPlaySong().play(params)
  76. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 13, in play
  77. params = self.__getSongStreamUrl(song_id, params)
  78. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicPlaySong.py", line 65, in __getSongStreamUrl
  79. params['url'] = self.api.getSongStreamUrl(song_id, session_token=params.pop('sessiontoken',None), wentry_id=params.pop('wentryid',None))
  80. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 85, in getSongStreamUrl
  81. stream_url = self.getLogin().getStreamUrl(song_id, session_token=session_token, wentry_id=wentry_id)
  82. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicLogin.py", line 42, in getStreamUrl
  83. return self.gmusicapi.get_stream_url(song_id, device_id, quality, session_token, wentry_id)
  84. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\mobileclient.py", line 369, in get_stream_url
  85. return self._make_call(mobileclient.GetStreamUrl, song_id, device_id, quality)
  86. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\clients\shared.py", line 81, in _make_call
  87. return protocol.perform(self.session, self.validate, *args, **kwargs)
  88. File "C:\Users\bobbi\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\gmusicapi\protocol\shared.py", line 225, in perform
  89. raise CallFailure(err_msg, call_name)
  90. CallFailure: GetStreamUrl: 403 Client Error: Forbidden for url: https://mclients.googleapis.com/music/mplay?opt=hi&mjck=Ti2jghehlhybjfqwvysr4qwc5fq&pt=e&slt=1489401514425&tier=fr&sig=1iZ3X6gK8jaQM-2q_qFMIW0FydE&hl=en_US&dv=0&net=mob
  91. (requests kwargs: {'url': 'https://mclients.googleapis.com/music/mplay', 'headers': {'X-Device-ID': '', 'Authorization': '<omitted>'}, 'allow_redirects': False, 'params': {'opt': 'hi', 'mjck': 'Ti2jghehlhybjfqwvysr4qwc5fq', 'pt': 'e', 'slt': '1489401514425', 'tier': 'fr', 'sig': '1iZ3X6gK8jaQM-2q_qFMIW0FydE', 'hl': 'en_US', 'dv': 0, 'net': 'mob'}, 'method': 'GET'})
  92. (response was: u'<HTML>\n<HEAD>\n<TITLE>Forbidden</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Forbidden</H1>\n<H2>Error 403</H2>\n</BODY>\n</HTML>\n')
  93. -->End of Python script error report<--
  94. 20:38:35.215 T:149148 ERROR: Playlist Player: skipping unplayable item: 9, path [plugin://plugin.audio.googlemusic.exp/?action=play_song&song_id=Ti2jghehlhybjfqwvysr4qwc5fq&title=Say Say Say&artist=Paul McCartney&albumart=http://lh3.googleusercontent.com/jRM4CKK2AYRK_9S-ctxIUFabnDljriDbD623fRFsva-_ibT51PS2heHpkJqHJM_DaoR45Fgn&tracknumber=14&album=All The Best!&year=1987&rating=0&artistart=http://lh3.googleusercontent.com/YPq9xOxLO1YfnGm1ZlzEUS0hBQavD2ARNuJdkmlm8nJfXemARZE40dPVk4LbX0Im5Lqk1OG5rw]
  95. 20:39:26.157 T:153368 NOTICE: EMBY.websocket_client -> Message: {"MessageType":"ScheduledTaskEnded","Data":{"StartTimeUtc":"2017-03-13T10:39:27.0075101Z","EndTimeUtc":"2017-03-13T10:39:27.2040504Z","Status":"Completed","Name":"Organize new media files","Key":"AutoOrganize","Id":"5f05bed2acecc7a8a584983041464d19"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement