rupert / pandora-to-google-music

Sync Pandora likes to Google Music playlists
35 stars 8 forks source link

Playlists in GPM are empty #6

Closed fox365 closed 7 years ago

fox365 commented 7 years ago

I have used this tool once before and it worked perfectly. When I attempted this time i was getting some syntax errors that led me to updating to tensorflow 0.5 which helped everything get going. At first it failed with a "Too many Items" error and it emptied out my playlists from before. I thought I was running into an issue of too many songs in a playlist, and I am not sure if this script was capable of avoiding duplicates.

I deleted all the Pandora based playlists and started the script again, it ran fine for what I can see but it created the blank playlists again. pandora rupert

obrie commented 7 years ago

Ran into the same issue -- the problem is documented here: https://github.com/simon-weber/gmusicapi/issues/530

Rather than rely on nid, the script should be updated to use storeId. I made this change and the playlists started getting populated again.

fox365 commented 7 years ago

It looks like nid and storeId have the same syntax, did you just swap them in the script or does it require any other modifications?

obrie commented 7 years ago

Just swapped them -- that's it! :smile:

fox365 commented 7 years ago

Ok, I'll have to start fresh and try again. I made the swap but, I got the same empty playlists.

Edit: I should have done a refresh! Swaping it worked perfectly!