You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used spotify_to_ytmusic to migrate my family's Spotify lists to YT Music.
I ran my account on one computer and three other accounts on another computer.
For each family member I did spotify_to_ytmusic setup and chose option 3. I made a project in Spotify console and authorized the Google account using http://localhost, the first one without port and the other two with 8080.
First I ran spotify_to_ytmusic liked and then spotify_to_ytmusic all username.
It worked well on the first account but the other two got the liked list from the first user.
I checked that the client id and client secret where correct for each user.
Not a big deal though. Thanks for this great project, saved us a lot of time :)
The text was updated successfully, but these errors were encountered:
I had the same issue. A workaround is to remove the file spotipy.cache which contains the oauth token for spotify. This will retrigger the oauth process when trying running spotify_to_ytmusic liked. For me this file was located at:
I've used spotify_to_ytmusic to migrate my family's Spotify lists to YT Music.
I ran my account on one computer and three other accounts on another computer.
For each family member I did
spotify_to_ytmusic setup
and chose option 3. I made a project in Spotify console and authorized the Google account usinghttp://localhost
, the first one without port and the other two with 8080.First I ran
spotify_to_ytmusic liked
and thenspotify_to_ytmusic all username
.It worked well on the first account but the other two got the liked list from the first user.
I checked that the client id and client secret where correct for each user.
Not a big deal though. Thanks for this great project, saved us a lot of time :)
The text was updated successfully, but these errors were encountered: