Open alexbergsland opened 5 months ago
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:
rm /System/Volumes/Data/Users/YOUR_USERNAME/Library/Caches/spotify_to_ytmusic/spotipy.cache
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 ranspotify_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 :)