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
->> spotify_to_tidal --sync-favorites
Opening Spotify session
Error opening Spotify sesion; could not get token for username:
Hi there, I have entered the details in the config and spotify_to_tidal takes me to the spotify website to login and authorize the connection, but then a token does not appear to be picked up?
Is there a way to manually add that returned token at all?
Thanks.
I have bumped the spotipy version as the older version is not available on my distro, so not sure if that is the issue.
"spotipy~=2.21.0",
"spotipy>=2.23.0",
The text was updated successfully, but these errors were encountered:
Hi I've checked 2.23.0 and it works fine for me, so that's not the issue. I don't think there's a way to manually set the token, this is the code that gets called here, which throws a SpotifyOauthError and spotify_to_tidal prints that error message you see. Let me know if you figure out what the issue was.
Hi there, I have entered the details in the config and spotify_to_tidal takes me to the spotify website to login and authorize the connection, but then a token does not appear to be picked up?
Is there a way to manually add that returned token at all?
Thanks.
I have bumped the spotipy version as the older version is not available on my distro, so not sure if that is the issue.
The text was updated successfully, but these errors were encountered: