sigma67 / spotify_to_ytmusic

Clone a Spotify playlist to YouTube Music
MIT License
895 stars 67 forks source link

Spotify auth not working #67

Closed npaladin2000 closed 1 year ago

npaladin2000 commented 1 year ago

I'm getting a continuous loop trying to authenticate with Spotify and the app I created. Using http://localhost for the redirect (http://localhost:8080 as suggested comes back invalid). Seems to be failing to write the token to the ~/.cache directory

Joker-commits commented 1 year ago

Hi, i'm also facing same issue. Meanwhile, i have created my liked songs as a separate playlist (public), selected 'No' for Spotify authorisation during setup and then exported all my playlists to YT music.

sigma67 commented 1 year ago

Hi guys, this should be fixed as of 0.3.0. Please report back if not or close otherwise

Also created an upstream issue: https://github.com/spotipy-dev/spotipy/issues/1021

npaladin2000 commented 1 year ago

I noticed it was actually trying to create a .cache file in the directory it's run from but when I ran it from my home directory it was conflicting with an already existing .cache folder. Had to run it in another folder

sigma67 commented 1 year ago

yes, that should be fixed now. it should also work in your home folder