-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spotify auth not working #67
Comments
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. |
Hi guys, this should be fixed as of 0.3.0. Please report back if not or close otherwise Also created an upstream issue: spotipy-dev/spotipy#1021 |
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 |
yes, that should be fixed now. it should also work in your home folder |
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
The text was updated successfully, but these errors were encountered: