Connect with Spotify fails
See original GitHub issueI use Firefox - latest version and Chrome - latest version.
When I joined Kord I selected Spotify which worked and I saw the interface. Then I connected YT and Soundcloud.
For soundcloud the profile url must be explicitly start with “soundcloud.com”, not “https://soundcloud.com”
I didn’t see any spotify playlists so I tried to refresh the spotify souce but got an error. The network panel reveals that the request worked well so I guess kord can’t process it.
I removed the spotify source and tried to add it again but got an error from spotify:
URL: https://accounts.spotify.com/authorize?show_dialog=true&response_type=code&redirect_uri=https%3A%2F%2Fwww.kord.app%2Fauth%2Fspotify%2Flink%2Fcallback&scope=user-read-email%20user-read-private%20user-read-playback-state%20streaming%20user-modify-playback-state%20playlist-modify-public%20user-library-modify%20user-top-read%20playlist-read-collaborative%20user-read-currently-playing%20playlist-read-private%20user-follow-read%20user-read-recently-played%20playlist-modify-private%20user-library-read&client_id=4eed0f25c5e84aedb858c6ab99ce30f0
INVALID_CLIENT: Invalid redirect URI
When login to kord with spotify the url is different: https://accounts.spotify.com/en/authorize?show_dialog=true&response_type=code&redirect_uri=https:%2F%2Fwww.kord.app%2Fauth%2Fspotify%2Fcallback&scope=user-read-email%20user-read-private%20user-read-playback-state%20streaming%20user-modify-playback-state%20playlist-modify-public%20user-library-modify%20user-top-read%20playlist-read-collaborative%20user-read-currently-playing%20playlist-read-private%20user-follow-read%20user-read-recently-played%20playlist-modify-private%20user-library-read&client_id=4eed0f25c5e84aedb858c6ab99ce30f0
I kord has a url encode problem when logged in in kord.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top GitHub Comments
That works now flawlessly, thank you!
Playlists and profiles should be processed correctly now. Thanks & closed.