Closed twilight1794 closed 12 months ago
This is occurring on my side as well. Set the ids and port as advised on the readme but the browser returns INVALID_CLIENT: Invalid redirect URI
when I do M-x global-smudge-remote-mode
. Maybe spotify changed third-party permissions or something?
Found the problem. URI on README.md is correct: http://localhost:8080/smudge-api-callback
but over on melpa and .el itself the URI is written as http://localhost:8080/smudge-callback
which is incorrect.
I can't reproduce the error via the package installed from MELPA.
Hi. When I do
M-x global-smudge-remote-mode
, my browser returns this error:INVALID_CLIENT: Invalid redirect URI
. I already set my client and secret ids in the Emacs config, and set the callback URI in the Spotify app.