2021-03-31, 20:55
Hi, @foreverguest do you have a Repo at Github?
(2021-03-31, 20:55)zypy Wrote: Hi, @foreverguest do you have a Repo at Github?
(2021-04-12, 18:48)kobyboy Wrote: I was wondering if a small video on how to retrieve cookie and visitor-id strings to get the addon running. Thanks
Quote:{
"Cookie": "PASTE COOKIE HERE",
"X-Goog-Visitor-Id": "PASTE HERE",
"origin": "https://music.youtube.com"
}
(2021-06-08, 11:58)shaktoo Wrote: @foreverguest : Thank you for doing this. Its something that was stopping me from adopting Matrix .Hi,
I have to admit that I am struggling at the "cookies " bit
I have followed all the steps and extracted "set cookies " which is a long string . when I am using these as saved as a text file to enter as headers when running the addon but there is always and error and wouldnt accept the cookies.
Can I share this " cookie " data and maybe one of the experienced people could kindly point which file / string to use
sorry to be such a nuisance
(2021-06-26, 13:29)sluigon Wrote: Good to see progress on this. I tested on Ubuntu.
YT Music Library appears to be empty. Uploads Library is working.
Playback of Uploads Library content is working. Playback of Search results crashed kodi.
2021-06-27 14:54:24.595 T:17596 INFO <general>: [YtMusicEXP-1.0~beta2] ARGV: ['plugin://plugin.audio.ytmusic.exp/', '164', '?path=playlist&playlist_id=ytmusic_songs', 'resume:false']
2021-06-27 14:54:24.607 T:17596 INFO <general>: [YtMusicEXP-1.0~beta2] #1# INIT STARTED :'0' - FETCHED TIME: 1624798182
2021-06-27 14:54:24.635 T:17596 INFO <general>: [YtMusicEXP-1.0~beta2] PATH: playlist
2021-06-27 14:54:24.635 T:17596 INFO <general>: [YtMusicEXP-1.0~beta2] Loading playlist: ytmusic_songs
2021-06-27 14:54:25.780 T:17596 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'KeyError'>
Error Contents: 'contents'
Traceback (most recent call last):
File "C:\Users\raych\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\addon.py", line 90, in <module>
Navigation().listMenu(params)
File "C:\Users\raych\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\navigation.py", line 62, in listMenu
listItems = self.listPlaylistSongs(get("playlist_id"))
File "C:\Users\raych\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\navigation.py", line 174, in listPlaylistSongs
songs = self.api.getPlaylistSongs(playlist_id)
File "C:\Users\raych\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\api.py", line 39, in getPlaylistSongs
self.getApi().get_playlist(playlist_id))
File "C:\Users\raych\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\ytmusicapi\mixins\playlists.py", line 67, in get_playlist
results = nav(response,
File "C:\Users\raych\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\ytmusicapi\parsers\utils.py", line 155, in nav
raise err
File "C:\Users\raych\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\ytmusicapi\parsers\utils.py", line 149, in nav
root = root[k]
KeyError: 'contents'
-->End of Python script error report<--
2021-06-27 14:54:26.272 T:17596 INFO <general>: Python interpreter stopped
2021-06-27 14:54:26.284 T:24284 ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.ytmusic.exp/?path=playlist&playlist_id=ytmusic_songs
2021-06-27 14:54:26.289 T:26328 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.ytmusic.exp/?path=playlist&playlist_id=ytmusic_songs) failed
2021-06-27 14:54:26.295 T:14168 INFO <general>: initializing python engine.
2021-06-27 14:54:26.480 T:14168 INFO <general>: [YtMusicEXP-1.0~beta2] ARGV: ['plugin://plugin.audio.ytmusic.exp/', '165', '?path=ytmusic_library', 'resume:false']
2021-06-27 14:54:26.492 T:14168 INFO <general>: [YtMusicEXP-1.0~beta2] #1# INIT STARTED :'0' - FETCHED TIME: 1624798182
2021-06-27 14:54:26.518 T:14168 INFO <general>: [YtMusicEXP-1.0~beta2] PATH: ytmusic_library
2021-06-27 14:54:26.519 T:14168 INFO <general>: CPythonInvoker(197, C:\Users\raych\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\addon.py): script successfully run
2021-06-27 14:54:26.998 T:14168 INFO <general>: Python interpreter stopped