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
When opening a browser with the following url https://accounts.spotify.com/authorize?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fcallback&client_id=x&state=y&scope=user-read-recently-played the browser opens successfully but instead of landing on the expected url, the browser lands here https://accounts.spotify.com/authorize?response_type=code.
Cutting off everything after the "&" character.
When trying to reproduce this using the command from here:
C:\Users\solomon>start https://accounts.spotify.com/authorize?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fcallback&client_id=x&state=y&scope=user-read-recently-played
'redirect_uri' is not recognized as an internal or external command,
operable program or batch file.
'client_id' is not recognized as an internal or external command,
operable program or batch file.
'state' is not recognized as an internal or external command,
operable program or batch file.
'scope' is not recognized as an internal or external command,
operable program or batch file.
However, with the help of this, changing the command to the following seemed to work for me:
When opening a browser with the following url
https://accounts.spotify.com/authorize?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fcallback&client_id=x&state=y&scope=user-read-recently-played
the browser opens successfully but instead of landing on the expected url, the browser lands herehttps://accounts.spotify.com/authorize?response_type=code
.Cutting off everything after the "&" character.
When trying to reproduce this using the command from here:
webbrowser-rs/src/unix.rs
Line 198 in 322bc61
I get the same result and the following output:
However, with the help of this, changing the command to the following seemed to work for me:
Let me know if any more info needed.
The text was updated successfully, but these errors were encountered: